Searched refs:ac_build_load_to_sgpr (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c106 return ac_build_load_to_sgpr(&ctx->ac, ptr, index);
124 return ac_build_load_to_sgpr(&ctx->ac, rsrc_ptr, index);
196 rsrc = ac_build_load_to_sgpr(&ctx->ac, list, index);
241 return ac_build_load_to_sgpr(&ctx->ac, list, index);
H A Dsi_shader_llvm_ps.c45 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index);
76 ac_build_load_to_sgpr(&ctx->ac, ptr, LLVMConstInt(ctx->ac.i32, SI_PS_IMAGE_COLORBUF0 / 2, 0));
93 fmask = ac_build_load_to_sgpr(&ctx->ac, ptr,
590 desc = ac_build_load_to_sgpr(&ctx->ac, param_internal_bindings, slot);
H A Dsi_shader_llvm_vs.c124 vb_desc = ac_build_load_to_sgpr(&ctx->ac, ac_get_arg(&ctx->ac, ctx->args.vertex_buffers),
366 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
401 LLVMValueRef const_resource = ac_build_load_to_sgpr(&ctx->ac, ptr, constbuf_index);
927 instance_divisor_constbuf = ac_build_load_to_sgpr(&ctx->ac, list, buf_index);
H A Dsi_shader_llvm_gs.c323 ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
341 LLVMValueRef base_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
444 ac_build_load_to_sgpr(&ctx.ac, buf_ptr, LLVMConstInt(ctx.ac.i32, SI_RING_GSVS, 0));
H A Dsi_shader_llvm_tess.c582 buf = ac_build_load_to_sgpr(&ctx->ac, buf, slot);
H A Dgfx10_shader_ngg.c69 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr,
317 so_buffer[buffer] = ac_build_load_to_sgpr(
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c123 ac_build_load_to_sgpr(&ctx->ac, desc_sets, LLVMConstInt(ctx->ac.i32, i, false));
569 LLVMValueRef descriptor = ac_build_load_to_sgpr(&ctx->ac, list, adjusted_index);
736 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset);
1155 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
2262 ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, offset);
2266 ctx->gsvs_ring[0] = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets,
2284 base_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets,
2324 ctx->hs_ring_tess_offchip = ac_build_load_to_sgpr(
2326 ctx->hs_ring_tess_factor = ac_build_load_to_sgpr(
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c898 ac_build_load_to_sgpr(&ctx->ac, desc_sets,
2032 LLVMValueRef descriptor = ac_build_load_to_sgpr(&ctx->ac, list, adjusted_index);
2242 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset);
2831 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac,
3526 ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac,
3533 ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets,
3553 ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets,
3606 ctx->hs_ring_tess_offchip = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING_HS_TESS_OFFCHIP, false));
3607 ctx->hs_ring_tess_factor = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING_HS_TESS_FACTOR, false));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c197 rsrc = ac_build_load_to_sgpr(&ctx->ac, list, index);
1097 return ac_build_load_to_sgpr(&ctx->ac, list, index);
1756 image = ac_build_load_to_sgpr(&ctx->ac, ptr,
1774 fmask = ac_build_load_to_sgpr(&ctx->ac, ptr,
H A Dsi_shader.c556 t_list = ac_build_load_to_sgpr(&ctx->ac, t_list_ptr, t_offset);
1982 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index);
2180 buf = ac_build_load_to_sgpr(&ctx->ac, buf, slot);
2343 return ac_build_load_to_sgpr(&ctx->ac, list_ptr,
2363 return ac_build_load_to_sgpr(&ctx->ac, ptr, index);
2378 return ac_build_load_to_sgpr(&ctx->ac, rsrc_ptr, index);
2440 bufp = ac_build_load_to_sgpr(&ctx->ac, ptr, index);
2634 LLVMValueRef const_resource = ac_build_load_to_sgpr(&ctx->ac, ptr, constbuf_index);
2787 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
4956 ac_build_load_to_sgpr(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h258 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx,
H A Dac_llvm_build.c1096 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h251 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
H A Dac_llvm_build.c1100 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json29731 "description": "radeonsi: use ac_build_load_to_sgpr in gfx10_emit_ngg_culling_epilogue",
[all...]

Completed in 229 milliseconds