Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_non_uniform_test.cpp169 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
212 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_non_uniform_test.cpp169 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
212 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp169 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
212 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_barriers.cpp59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
H A Dvalidate_non_uniform.cpp434 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_barriers.cpp59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
H A Dvalidate_non_uniform.cpp433 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
Dvalidate_non_uniform.cpp429 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs335 pub fn execution_scope(&self) -> mesa_scope { in execution_scope() method
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c4690 SpvScope execution_scope = vtn_constant_uint(b, w[1]); in vtn_handle_barrier() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c3091 emit_barrier_impl(struct ntd_context *ctx, nir_variable_mode modes, mesa_scope execution_scope, mes… in emit_barrier_impl()