Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_resources.c107 return ac_build_load_to_sgpr(&ctx->ac, ptr, index); in load_ubo()
125 return ac_build_load_to_sgpr(&ctx->ac, rsrc_ptr, index); in load_ssbo()
197 rsrc = ac_build_load_to_sgpr(&ctx->ac, list, index); in si_load_image_desc()
243 return ac_build_load_to_sgpr(&ctx->ac, list, index); in si_load_sampler_desc()
Dsi_shader_llvm_gs.c103 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_emulated_counters_buf()
267 ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in si_preload_esgs_ring()
311 LLVMValueRef base_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in si_preload_gs_rings()
439 ac_build_load_to_sgpr(&ctx.ac, buf_ptr, LLVMConstInt(ctx.ac.i32, SI_RING_GSVS, 0)); in si_generate_gs_copy_shader()
Dsi_shader_llvm_vs.c124 vb_desc = ac_build_load_to_sgpr(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args.vertex_buffers), in load_input_vs()
359 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in si_llvm_emit_streamout()
394 LLVMValueRef const_resource = ac_build_load_to_sgpr(&ctx->ac, ptr, constbuf_index); in si_llvm_clipvertex_to_clipdist()
759 attr_address = ac_build_load_to_sgpr(&ctx->ac, ptr, in si_llvm_build_vs_exports()
977 instance_divisor_constbuf = ac_build_load_to_sgpr(&ctx->ac, list, buf_index); in si_llvm_build_vs_prolog()
Dsi_shader_llvm_ps.c39 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index); in load_sample_position()
72 ac_build_load_to_sgpr(&ctx->ac, ptr, LLVMConstInt(ctx->ac.i32, SI_PS_IMAGE_COLORBUF0 / 2, 0)); in si_nir_emit_fbfetch()
91 fmask = ac_build_load_to_sgpr(&ctx->ac, ptr, in si_nir_emit_fbfetch()
550 desc = ac_build_load_to_sgpr(&ctx->ac, param_internal_bindings, slot); in si_llvm_emit_polygon_stipple()
Dgfx10_shader_ngg.c70 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_query_buf()
78 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_emulated_counters_buf()
327 so_buffer[buffer] = ac_build_load_to_sgpr( in build_streamout()
949 LLVMValueRef vp = ac_build_load_to_sgpr(&ctx->ac, ptr, in cull_primitive()
965 LLVMValueRef terms = ac_build_load_to_sgpr(&ctx->ac, ptr, LLVMConstInt(ctx->ac.i32, 4, 0)); in cull_primitive()
Dsi_shader_llvm.c752 buf = ac_build_load_to_sgpr(&ctx->ac, buf, slot); in si_llvm_load_intrinsic()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c116 ac_build_load_to_sgpr(&ctx->ac, desc_sets, LLVMConstInt(ctx->ac.i32, i, false)); in load_descriptor_sets()
440 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset); in load_vs_input()
840 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in radv_emit_streamout()
1222 ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, offset); in ac_setup_rings()
1226 ctx->gsvs_ring[0] = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, in ac_setup_rings()
1244 base_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, in ac_setup_rings()
1284 ctx->hs_ring_tess_offchip = ac_build_load_to_sgpr( in ac_setup_rings()
1286 ctx->hs_ring_tess_factor = ac_build_load_to_sgpr( in ac_setup_rings()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h252 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
Dac_llvm_build.c1176 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, in ac_build_load_to_sgpr() function
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2852 - radeonsi: use ac_build_load_to_sgpr in gfx10_emit_ngg_culling_epilogue