Searched refs:nir_scope (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_intrinsics_indices.h821 static inline nir_scope
826 return (nir_scope)instr->const_index[info->index_map[NIR_INTRINSIC_MEMORY_SCOPE] - 1];
830 nir_intrinsic_set_memory_scope(nir_intrinsic_instr *instr, nir_scope val)
845 static inline nir_scope
850 return (nir_scope)instr->const_index[info->index_map[NIR_INTRINSIC_EXECUTION_SCOPE] - 1];
854 nir_intrinsic_set_execution_scope(nir_intrinsic_instr *instr, nir_scope val)
H A Dnir_builder_opcodes.h3832 nir_scope execution_scope;
3833 nir_scope memory_scope;
3843 nir_scope memory_scope;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2416 static nir_scope
2419 nir_scope nir_scope; local in function:vtn_scope_to_nir_scope
2427 nir_scope = NIR_SCOPE_DEVICE;
2434 nir_scope = NIR_SCOPE_QUEUE_FAMILY;
2438 nir_scope = NIR_SCOPE_WORKGROUP;
2442 nir_scope = NIR_SCOPE_SUBGROUP;
2446 nir_scope = NIR_SCOPE_INVOCATION;
2450 nir_scope = NIR_SCOPE_SHADER_CALL;
2457 return nir_scope;
5940 nir_scope nir_scope; local in function:vtn_handle_body_instruction
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h180 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
H A Dac_llvm_build.c469 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c939 nir_scope scope =
H A Dnir_builder.h1799 nir_scope scope,
H A Dnir.h1810 } nir_scope; typedef in typeref:enum:__anon3ec4419d1e03
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1334 nir_scope exec_scope = nir_intrinsic_execution_scope(intr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c144 get_scope(nir_scope scope)
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2239 nir_scope mem_scope = nir_intrinsic_memory_scope(intr);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst3748 - zink: add conversion util for nir_scope -> SpvScope
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7043 translate_nir_scope(nir_scope scope)

Completed in 184 milliseconds