Home
last modified time | relevance | path

Searched refs:ac_build_load_to_sgpr (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_build.h194 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx,
Dac_nir_to_llvm.c753 ac_build_load_to_sgpr(&ctx->ac, in set_global_input_locs()
4678 return ac_build_load_to_sgpr(&ctx->ac, list, index); in radv_get_sampler_desc()
5369 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in handle_vs_input_decl()
6678 …ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings()
6682 …ctx->gsvs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings()
6686 …ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings()
6687 …ctx->gsvs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings()
6699 …ctx->hs_ring_tess_offchip = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->a… in ac_setup_rings()
6700 …ctx->hs_ring_tess_factor = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac… in ac_setup_rings()
Dac_llvm_build.c826 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, in ac_build_load_to_sgpr() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c575 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in si_llvm_load_input_vs()
1891 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index); in load_sample_position()
2104 buf = ac_build_load_to_sgpr(&ctx->ac, buf, slot); in si_load_system_value()
2247 return ac_build_load_to_sgpr(&ctx->ac, list_ptr, in load_const_buffer_desc()
2260 return ac_build_load_to_sgpr(&ctx->ac, ptr, index); in load_ubo()
2275 return ac_build_load_to_sgpr(&ctx->ac, rsrc_ptr, index); in load_ssbo()
2380 bufp = ac_build_load_to_sgpr(&ctx->ac, ptr, index); in fetch_constant()
2648 LLVMValueRef const_resource = ac_build_load_to_sgpr(&ctx->ac, ptr, constbuf_index); in si_llvm_emit_clipvertex()
2805 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in si_llvm_emit_streamout()
5030 ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in preload_ring_buffers()
[all …]
Dsi_shader_tgsi_mem.c148 rsrc = ac_build_load_to_sgpr(&ctx->ac, list, index); in si_load_image_desc()
1121 return ac_build_load_to_sgpr(&ctx->ac, list, index); in si_load_sampler_desc()