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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c80 value = ac_build_buffer_load(&ctx->ac, ctx->esgs_ring, 1, ctx->ac.i32_0, vtx_offset, soffset, 0,
501 ac_build_buffer_load(&ctx.ac, ctx.gsvs_ring[0], 1, ctx.ac.i32_0, voffset, soffset, 0,
H A Dsi_shader_llvm_tess.c278 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset, 0, type, ac_glc,
284 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset, 0, type, ac_glc,
H A Dsi_shader_llvm.c273 return ac_build_buffer_load(&ctx->ac, resource, 1, NULL, offset, NULL, 0, ctx->ac.f32,
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h287 ac_build_buffer_load(struct ac_llvm_context *ctx,
H A Dac_nir_to_llvm.c1783 ret = ac_build_buffer_load(&ctx->ac, rsrc, num_channels,
1845 ret = ac_build_buffer_load(&ctx->ac, rsrc, num_components, NULL, offset,
3484 LLVMValueRef ret = ac_build_buffer_load(&ctx->ac, ubo_index, 1, NULL, offset,
H A Dac_llvm_build.c1377 ac_build_buffer_load(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h263 LLVMValueRef ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels,
H A Dac_nir_to_llvm.c2076 ret = ac_build_buffer_load(&ctx->ac, rsrc, num_channels, vindex, offset, immoffset, 0,
2265 ac_build_buffer_load(&ctx->ac, rsrc, num_components, NULL, offset, NULL, 0,
4194 result = ac_build_buffer_load(&ctx->ac, descriptor, num_components, NULL,
4327 ac_build_buffer_load(&ctx->ac, ubo_index, 1, NULL, offset, NULL, 0, ctx->ac.f32, 0, true, true);
H A Dac_llvm_build.c1239 LLVMValueRef ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels, function in typeref:typename:LLVMValueRef
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1076 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset,
1083 value = ac_build_buffer_load(&ctx->ac, buffer, 4, NULL, base, offset,
1091 value = ac_build_buffer_load(&ctx->ac, buffer, 1, NULL, base, offset,
1094 value2 = ac_build_buffer_load(&ctx->ac, buffer, 1, NULL, base, offset,
1654 value = ac_build_buffer_load(&ctx->ac, ctx->esgs_ring, 1, ctx->i32_0,
1660 value2 = ac_build_buffer_load(&ctx->ac, ctx->esgs_ring, 1,
1973 return ac_build_buffer_load(&ctx->ac, resource, 1, NULL, offset, NULL,
5674 ac_build_buffer_load(&ctx.ac,
H A Dsi_shader_tgsi_mem.c520 ac_build_buffer_load(&ctx->ac, args.resource,
556 ac_build_buffer_load(&ctx->ac, args.resource,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1636 result = ac_build_buffer_load(&ctx->ac, ctx->hs_ring_tess_offchip, num_components, NULL,
1676 value[i] = ac_build_buffer_load(&ctx->ac,
4103 value = ac_build_buffer_load(&ctx->ac,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2747 value = ac_build_buffer_load(&ctx->ac, ctx->gsvs_ring[0], 1, ctx->ac.i32_0, vtx_offset,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4310 - ac/nir: use ac_build_buffer_load() for SSBO load operations
4312 - ac: use new LLVM 8 intrinsics in ac_build_buffer_load()
H A D21.1.0.rst3511 - ac/llvm: add type parameter into ac_build_buffer_load to fix 16-bit TES inputs

Completed in 91 milliseconds