Searched refs:nir_scope (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2350 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/ |
D | nir_builder.h | 1644 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()
|
D | nir.h | 1715 } 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()
|
D | nir_print.c | 976 nir_scope scope = in print_intrinsic_instr()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 177 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
|
D | ac_llvm_build.c | 428 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 6635 sync_scope translate_nir_scope(nir_scope scope) in translate_nir_scope()
|