Home
last modified time | relevance | path

Searched refs:CheckValid (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dstructured_loop_to_selection_reduction_pass_test.cpp71 CheckValid(env, context.get()); in TEST()
217 CheckValid(env, context.get()); in TEST()
315 CheckValid(env, context.get()); in TEST()
413 CheckValid(env, context.get()); in TEST()
511 CheckValid(env, context.get()); in TEST()
766 CheckValid(env, context.get()); in TEST()
887 CheckValid(env, context.get()); in TEST()
962 CheckValid(env, context.get()); in TEST()
1030 CheckValid(env, context.get()); in TEST()
1230 CheckValid(env, context.get()); in TEST()
[all …]
Dreduce_test_util.h61 void CheckValid(spv_target_env env, const opt::IRContext* ir);
Dreduce_test_util.cpp51 void CheckValid(spv_target_env env, const opt::IRContext* ir) { in CheckValid() function
/external/deqp-deps/SPIRV-Tools/test/reduce/
Dstructured_loop_to_selection_reduction_pass_test.cpp71 CheckValid(env, context.get()); in TEST()
217 CheckValid(env, context.get()); in TEST()
315 CheckValid(env, context.get()); in TEST()
413 CheckValid(env, context.get()); in TEST()
511 CheckValid(env, context.get()); in TEST()
766 CheckValid(env, context.get()); in TEST()
887 CheckValid(env, context.get()); in TEST()
962 CheckValid(env, context.get()); in TEST()
1030 CheckValid(env, context.get()); in TEST()
1230 CheckValid(env, context.get()); in TEST()
[all …]
Dreduce_test_util.h61 void CheckValid(spv_target_env env, const opt::IRContext* ir);
Dreduce_test_util.cpp51 void CheckValid(spv_target_env env, const opt::IRContext* ir) { in CheckValid() function
/external/perf_data_converter/src/
Dbuilder.cc117 bool Builder::CheckValid(const Profile &profile) { in CheckValid() function in perftools::profiles::Builder
251 return CheckValid(*profile_); in Finalize()
Dbuilder.h83 static bool CheckValid(const Profile &profile);
/external/vboot_reference/cgpt/
Dcgpt.h64 int CheckValid(const struct drive *drive);
Dcgpt_show.c329 CheckValid(drive); in GptShow()
Dcgpt_common.c54 int CheckValid(const struct drive *drive) { in CheckValid() function