Home
last modified time | relevance | path

Searched refs:res_ (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
H A Dcompute_benchmark.rscript94 … RUN_BENCH(res_##type##_1 = src1_##type##_1 op src2_##type##_1, #type "1 " #op " " #type "1") \
95 … RUN_BENCH(res_##type##_2 = src1_##type##_2 op src2_##type##_2, #type "2 " #op " " #type "2") \
96 … RUN_BENCH(res_##type##_3 = src1_##type##_3 op src2_##type##_3, #type "3 " #op " " #type "3") \
97 … RUN_BENCH(res_##type##_4 = src1_##type##_4 op src2_##type##_4, #type "4 " #op " " #type "4") \
118 …RUN_BENCH(res_##to##_1 = (type)src1_##from##_1, "(" #to ")" #from) …
119 …RUN_BENCH(res_##to##_2 = convert_##type##2(src1_##from##_2), #to "2 convert_" #type "2(" #from "2)…
121 …RUN_BENCH(res_##to##_4 = convert_##type##4(src1_##from##_4), #to "4 convert_" #type "4(" #from "4)…
135 RUN_BENCH(res_##typeout##_1 = fnc(src1_##typein##_1);, #typeout "1 " #fnc "(" #typein "1)") \
136 RUN_BENCH(res_##typeout##_2 = fnc(src1_##typein##_2);, #typeout "2 " #fnc "(" #typein "2)") \
137 RUN_BENCH(res_##typeout##_3 = fnc(src1_##typein##_3);, #typeout "3 " #fnc "(" #typein "3)") \
[all …]
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dmath.rscript74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
95 res_##typeout##_1 = fnc(src1_##typein##_1); \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
97 res_##typeout##_3 = fnc(src1_##typein##_3); \
98 res_##typeout##_4 = fnc(src1_##typein##_4);
101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
[all …]
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rs.orig74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
95 res_##typeout##_1 = fnc(src1_##typein##_1); \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
97 res_##typeout##_3 = fnc(src1_##typein##_3); \
98 res_##typeout##_4 = fnc(src1_##typein##_4);
101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
[all …]
H A Dmath.rscript74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
95 res_##typeout##_1 = fnc(src1_##typein##_1); \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
97 res_##typeout##_3 = fnc(src1_##typein##_3); \
98 res_##typeout##_4 = fnc(src1_##typein##_4);
101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
[all …]
H A Dmath.rs.bak74 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
81 res_##typeout##_1 = fnc(src1_##typein##_1); \
82 res_##typeout##_2 = fnc(src1_##typein##_2); \
83 res_##typeout##_3 = fnc(src1_##typein##_3); \
84 res_##typeout##_4 = fnc(src1_##typein##_4);
87 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
88 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
89 res_##type##_3 = fnc(src1_##type##_3, src2_##type##_3); \
90 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
93 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1, src2_##type##_1);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
95 res_##typeout##_1 = fnc(src1_##typein##_1); \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
97 res_##typeout##_3 = fnc(src1_##typein##_3); \
98 res_##typeout##_4 = fnc(src1_##typein##_4);
101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
[all …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath.rscript90 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
92 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
94 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
96 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
111 res_##typeout##_1 = fnc(src1_##typein##_1); \
112 res_##typeout##_2 = fnc(src1_##typein##_2); \
113 res_##typeout##_3 = fnc(src1_##typein##_3); \
114 res_##typeout##_4 = fnc(src1_##typein##_4);
117 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
118 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
[all …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dmath.rscript92 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
94 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
98 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
113 res_##typeout##_1 = fnc(src1_##typein##_1); \
114 res_##typeout##_2 = fnc(src1_##typein##_2); \
115 res_##typeout##_3 = fnc(src1_##typein##_3); \
116 res_##typeout##_4 = fnc(src1_##typein##_4);
119 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \
120 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
[all …]
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp47 ChildAssertHelper(bool res, const char* expr, const char* file, int line) : res_(res) { in ChildAssertHelper()
51 EXPECT_TRUE(res_) << str(); in ~ChildAssertHelper()
52 if (!res_) exit(EX_SOFTWARE); in ~ChildAssertHelper()
56 bool res_; member in android::ChildAssertHelper
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp678 res_.name = name.ToResourceName(); in NewResourceBuilder()
684 res_.name = ref.ToResourceName(); in NewResourceBuilder()
690 res_.value = std::move(value); in SetValue()
691 res_.config = std::move(config); in SetValue()
692 res_.product = std::move(product); in SetValue()
697 res_.id = std::make_pair(id, on_conflict); in SetId()
702 res_.visibility = std::move(visibility); in SetVisibility()
711 res_.allow_new = std::move(allow_new); in SetAllowNew()
716 res_.staged_id = std::move(staged_alias); in SetStagedId()
721 res_.allow_mangled = allow_mangled; in SetAllowMangled()
[all …]
H A DResourceTable.h284 NewResource res_;
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript226 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \
228 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
230 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \
232 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
/aosp12/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr; variable
H A Ddrm_res_mgr.cpp143 res_ = res; in Init()
/aosp12/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr; variable
H A Ddrm_res_mgr.cpp143 res_ = res; in Init()
/aosp12/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr; variable
H A Ddrm_res_mgr.cpp143 res_ = res; in Init()
/aosp12/hardware/qcom/sdm845/display/libdrmutils/
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr; variable
H A Ddrm_res_mgr.cpp143 res_ = res; in Init()
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr; variable
H A Ddrm_res_mgr.cpp143 res_ = res; in Init()
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr; variable
H A Ddrm_res_mgr.cpp143 res_ = res; in Init()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp2349 std::string res_ = oat_dir_ + '/' + instruction_set + '/' in calculate_oat_file_path_default() local
2351 const char* res = res_.c_str(); in calculate_oat_file_path_default()
2394 std::string res_ = android_data_dir + DALVIK_CACHE + '/' + instruction_set_ + src_ in create_cache_path_default() local
2396 const char* res = res_.c_str(); in create_cache_path_default()