Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2350 static nir_scope
2353 nir_scope nir_scope; in vtn_scope_to_nir_scope() local
2361 nir_scope = NIR_SCOPE_DEVICE; in vtn_scope_to_nir_scope()
2368 nir_scope = NIR_SCOPE_QUEUE_FAMILY; in vtn_scope_to_nir_scope()
2372 nir_scope = NIR_SCOPE_WORKGROUP; in vtn_scope_to_nir_scope()
2376 nir_scope = NIR_SCOPE_SUBGROUP; in vtn_scope_to_nir_scope()
2380 nir_scope = NIR_SCOPE_INVOCATION; in vtn_scope_to_nir_scope()
2384 nir_scope = NIR_SCOPE_SHADER_CALL; in vtn_scope_to_nir_scope()
2391 return nir_scope; in vtn_scope_to_nir_scope()
2402 nir_scope nir_exec_scope = vtn_scope_to_nir_scope(b, exec_scope); in vtn_emit_scoped_control_barrier()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_builder.h1644 nir_scope exec_scope, in nir_scoped_barrier()
1645 nir_scope mem_scope, in nir_scoped_barrier()
1660 nir_scope scope, in nir_scoped_memory_barrier()
Dnir.h1715 } nir_scope; typedef
2090 INTRINSIC_IDX_ACCESSORS(memory_scope, MEMORY_SCOPE, nir_scope) in INTRINSIC_IDX_ACCESSORS()
2091 INTRINSIC_IDX_ACCESSORS(execution_scope, EXECUTION_SCOPE, nir_scope) in INTRINSIC_IDX_ACCESSORS()
Dnir_print.c976 nir_scope scope = in print_intrinsic_instr()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h177 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
Dac_llvm_build.c428 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6635 sync_scope translate_nir_scope(nir_scope scope) in translate_nir_scope()