Searched refs:nir_scope (Results 1 – 11 of 11) sorted by relevance
2416 static nir_scope2419 nir_scope nir_scope; in vtn_scope_to_nir_scope() local2427 nir_scope = NIR_SCOPE_DEVICE; in vtn_scope_to_nir_scope()2434 nir_scope = NIR_SCOPE_QUEUE_FAMILY; in vtn_scope_to_nir_scope()2438 nir_scope = NIR_SCOPE_WORKGROUP; in vtn_scope_to_nir_scope()2442 nir_scope = NIR_SCOPE_SUBGROUP; in vtn_scope_to_nir_scope()2446 nir_scope = NIR_SCOPE_INVOCATION; in vtn_scope_to_nir_scope()2450 nir_scope = NIR_SCOPE_SHADER_CALL; in vtn_scope_to_nir_scope()2457 return nir_scope; in vtn_scope_to_nir_scope()2468 nir_scope nir_exec_scope = vtn_scope_to_nir_scope(b, exec_scope); in vtn_emit_scoped_control_barrier()[all …]
180 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
469 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock()
939 nir_scope scope = in print_intrinsic_instr()
1799 nir_scope scope, in nir_scoped_memory_barrier()
1810 } nir_scope; typedef
1334 nir_scope exec_scope = nir_intrinsic_execution_scope(intr); in emit_intrinsic_barrier()
144 get_scope(nir_scope scope) in get_scope()
2239 nir_scope mem_scope = nir_intrinsic_memory_scope(intr); in emit_barrier()
3748 - zink: add conversion util for nir_scope -> SpvScope
7047 translate_nir_scope(nir_scope scope) in translate_nir_scope()