Home
last modified time | relevance | path

Searched refs:nir_scope (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2416 static nir_scope
2419 nir_scope nir_scope; in vtn_scope_to_nir_scope() local
2427 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 …]
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h180 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
Dac_llvm_build.c469 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock()
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c939 nir_scope scope = in print_intrinsic_instr()
Dnir_builder.h1799 nir_scope scope, in nir_scoped_memory_barrier()
Dnir.h1810 } nir_scope; typedef
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c1334 nir_scope exec_scope = nir_intrinsic_execution_scope(intr); in emit_intrinsic_barrier()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c144 get_scope(nir_scope scope) in get_scope()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2239 nir_scope mem_scope = nir_intrinsic_memory_scope(intr); in emit_barrier()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3748 - zink: add conversion util for nir_scope -> SpvScope
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7047 translate_nir_scope(nir_scope scope) in translate_nir_scope()