Searched defs:execution_scope (Results 1 – 12 of 12) sorted by relevance
169 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local212 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
434 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local
433 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local
429 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local
335 pub fn execution_scope(&self) -> mesa_scope { in execution_scope() method
4690 SpvScope execution_scope = vtn_constant_uint(b, w[1]); in vtn_handle_barrier() local
3091 emit_barrier_impl(struct ntd_context *ctx, nir_variable_mode modes, mesa_scope execution_scope, mes… in emit_barrier_impl()