Home
last modified time | relevance | path

Searched refs:ac_build_buffer_load_format (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h270 LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
H A Dac_nir_to_llvm.c1458 return ac_build_buffer_load_format(&ctx->ac, args->resource, args->coords[0], ctx->ac.i32_0, in build_tex_intrinsic()
2221 res = ac_build_buffer_load_format(&ctx->ac, rsrc, vindex, ctx->ac.i32_0, num_channels, in visit_image_load()
3404 result = ac_build_buffer_load_format(&ctx->ac, descriptor, vidx, voffset, num_components, in visit_intrinsic()
H A Dac_llvm_build.c1153 LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_format() function