Home
last modified time | relevance | path

Searched defs:soffset (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c178 LLVMValueRef soffset = ac_get_arg(&ctx->ac, ctx->args.gs2vs_offset); in si_llvm_emit_vertex() local
488 LLVMValueRef soffset = in si_generate_gs_copy_shader() local
Dsi_shader_llvm_vs.c785 LLVMValueRef soffset[32]; in si_llvm_build_vs_exports() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1204 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_common()
1239 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_dword()
1267 LLVMValueRef soffset, unsigned num_channels, in ac_build_buffer_load_common()
1303 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load()
1389 LLVMValueRef soffset, unsigned num_channels, in ac_build_tbuffer_load()
1417 LLVMValueRef soffset, unsigned num_channels, in ac_build_struct_tbuffer_load()
1426 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load_short()
1434 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load_byte()
1528 LLVMValueRef soffset, unsigned cache_policy, in ac_build_opencoded_load_format()
1733 LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_short()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c465 unsigned soffset; in r600_buffer_do_flush_region() local
/third_party/mesa3d/src/amd/compiler/
Daco_assembler.cpp240 uint32_t soffset = ctx.gfx_level >= GFX10 in emit_instruction() local
Daco_instruction_selection.cpp3998 Temp soffset = Temp(0, s1); member
4407 Operand soffset = offset.type() == RegType::sgpr ? Operand(offset) : Operand::c32(0); in mubuf_load_callback() local
5071 emit_single_mubuf_store(isel_context* ctx, Temp descriptor, Temp voffset, Temp soffset, Temp vdata, in emit_single_mubuf_store()
5096 store_vmem_mubuf(isel_context* ctx, Temp src, Temp descriptor, Temp voffset, Temp soffset, in store_vmem_mubuf()
5120 load_vmem_mubuf(isel_context* ctx, Temp dst, Temp descriptor, Temp voffset, Temp soffset, in load_vmem_mubuf()
5579 Operand soffset = Operand::zero(); in visit_load_input() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1671 LLVMValueRef value, soffset; in ac_gs_copy_shader_emit() local
/third_party/alsa-lib/src/ucm/
Dmain.c992 unsigned long soffset, in find0()