HomeSort by: relevance | last modified time | path
    Searched defs:execution_scope (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c 3399 SpvScope execution_scope = vtn_constant_uint(b, w[1]); local
3400 if (execution_scope == SpvScopeWorkgroup)
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c 2477 nir_scoped_barrier(&b->nb, .execution_scope=nir_exec_scope, .memory_scope=nir_mem_scope,
4157 SpvScope execution_scope = vtn_constant_uint(b, w[1]); local
4168 (execution_scope == SpvScopeWorkgroup ||
4169 execution_scope == SpvScopeDevice) &&
4171 execution_scope = SpvScopeWorkgroup;
4199 vtn_emit_scoped_control_barrier(b, execution_scope, memory_scope,
4204 if (execution_scope == SpvScopeWorkgroup)
  /xsrc/external/mit/MesaLib/src/compiler/nir/
nir_builder_opcodes.h 3832 nir_scope execution_scope; member in struct:_nir_scoped_barrier_indices
9772 nir_intrinsic_set_execution_scope(intrin, indices.execution_scope);

Completed in 19 milliseconds