| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_resources.c | 106 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 D | si_shader_llvm_ps.c | 45 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 D | si_shader_llvm_vs.c | 124 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 D | si_shader_llvm_gs.c | 323 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 D | si_shader_llvm_tess.c | 582 buf = ac_build_load_to_sgpr(&ctx->ac, buf, slot);
|
| H A D | gfx10_shader_ngg.c | 69 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 D | radv_nir_to_llvm.c | 123 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 D | radv_nir_to_llvm.c | 898 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 D | si_shader_tgsi_mem.c | 197 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 D | si_shader.c | 556 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 D | ac_llvm_build.h | 258 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx,
|
| H A D | ac_llvm_build.c | 1096 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 D | ac_llvm_build.h | 251 LLVMValueRef ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr,
|
| H A D | ac_llvm_build.c | 1100 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.json | 29731 "description": "radeonsi: use ac_build_load_to_sgpr in gfx10_emit_ngg_culling_epilogue", [all...] |