Home
last modified time | relevance | path

Searched refs:kEnv (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dconditional_branch_to_simple_conditional_branch_test.cpp26 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
78 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
80 CheckValid(kEnv, context.get()); in TEST()
93 CheckValid(kEnv, context.get()); in TEST()
124 CheckEqual(kEnv, after, context.get()); in TEST()
132 context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
134 CheckValid(kEnv, context.get()); in TEST()
146 CheckValid(kEnv, context.get()); in TEST()
177 CheckEqual(kEnv, after2, context.get()); in TEST()
223 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
[all …]
Dsimple_conditional_branch_to_branch_test.cpp26 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
71 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
73 CheckValid(kEnv, context.get()); in TEST()
120 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
122 CheckValid(kEnv, context.get()); in TEST()
131 CheckValid(kEnv, context.get()); in TEST()
161 CheckEqual(kEnv, after, context.get()); in TEST()
215 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
217 CheckValid(kEnv, context.get()); in TEST()
264 BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
[all …]
Dremove_unused_instruction_test.cpp26 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
71 BuildModule(kEnv, consumer, original, kReduceAssembleOption); in TEST()
73 CheckValid(kEnv, context.get()); in TEST()
82 CheckValid(kEnv, context.get()); in TEST()
109 CheckEqual(kEnv, step_2, context.get()); in TEST()
118 CheckValid(kEnv, context.get()); in TEST()
138 CheckEqual(kEnv, step_3, context.get()); in TEST()
147 CheckValid(kEnv, context.get()); in TEST()
166 CheckEqual(kEnv, step_4, context.get()); in TEST()
175 CheckValid(kEnv, context.get()); in TEST()
[all …]
Dreducer_test.cpp28 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
194 Reducer reducer(kEnv); in TEST()
207 SpirvTools t(kEnv); in TEST()
221 CheckEqual(kEnv, expected, binary_out); in TEST()
233 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in InterestingWhileOpcodeExists()
514 Reducer reducer(kEnv); in TEST()
521 SpirvTools t(kEnv); in TEST()
538 Reducer reducer(kEnv); in TEST()
545 SpirvTools t(kEnv); in TEST()
566 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in GetFunctionInstructionCount()
[all …]
/external/deqp-deps/SPIRV-Tools/test/reduce/
Dconditional_branch_to_simple_conditional_branch_test.cpp26 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
78 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
80 CheckValid(kEnv, context.get()); in TEST()
93 CheckValid(kEnv, context.get()); in TEST()
124 CheckEqual(kEnv, after, context.get()); in TEST()
132 context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
134 CheckValid(kEnv, context.get()); in TEST()
146 CheckValid(kEnv, context.get()); in TEST()
177 CheckEqual(kEnv, after2, context.get()); in TEST()
223 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
[all …]
Dsimple_conditional_branch_to_branch_test.cpp26 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
71 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
73 CheckValid(kEnv, context.get()); in TEST()
120 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
122 CheckValid(kEnv, context.get()); in TEST()
131 CheckValid(kEnv, context.get()); in TEST()
161 CheckEqual(kEnv, after, context.get()); in TEST()
215 auto context = BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
217 CheckValid(kEnv, context.get()); in TEST()
264 BuildModule(kEnv, nullptr, shader, kReduceAssembleOption); in TEST()
[all …]
Dremove_unused_instruction_test.cpp26 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
71 BuildModule(kEnv, consumer, original, kReduceAssembleOption); in TEST()
73 CheckValid(kEnv, context.get()); in TEST()
82 CheckValid(kEnv, context.get()); in TEST()
109 CheckEqual(kEnv, step_2, context.get()); in TEST()
118 CheckValid(kEnv, context.get()); in TEST()
138 CheckEqual(kEnv, step_3, context.get()); in TEST()
147 CheckValid(kEnv, context.get()); in TEST()
166 CheckEqual(kEnv, step_4, context.get()); in TEST()
175 CheckValid(kEnv, context.get()); in TEST()
[all …]
Dreducer_test.cpp28 const spv_target_env kEnv = SPV_ENV_UNIVERSAL_1_3; variable
194 Reducer reducer(kEnv); in TEST()
207 SpirvTools t(kEnv); in TEST()
221 CheckEqual(kEnv, expected, binary_out); in TEST()
233 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in InterestingWhileOpcodeExists()
514 Reducer reducer(kEnv); in TEST()
521 SpirvTools t(kEnv); in TEST()
538 Reducer reducer(kEnv); in TEST()
545 SpirvTools t(kEnv); in TEST()
566 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in GetFunctionInstructionCount()
[all …]
/external/minijail/
Dutil_unittest.cc121 char* const* kEnv = const_cast<char* const*>(kConstEnv); in TEST() local
123 env = minijail_copy_env(kEnv); in TEST()
127 env = minijail_copy_env(kEnv); in TEST()