Home
last modified time | relevance | path

Searched defs:execution_scope (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp126 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
157 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp126 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
157 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
/external/angle/third_party/spirv-tools/src/test/val/
Dval_non_uniform_test.cpp126 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
157 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp60 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp60 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_non_uniform.cpp60 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3969 SpvScope execution_scope = vtn_constant_uint(b, w[1]); in vtn_handle_barrier() local