Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h260 LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
Dac_nir_to_llvm.c1409 return ac_build_buffer_load_format(&ctx->ac, args->resource, args->coords[0], ctx->ac.i32_0, in build_tex_intrinsic()
2427 res = ac_build_buffer_load_format(&ctx->ac, rsrc, vindex, ctx->ac.i32_0, num_channels, in visit_image_load()
Dac_llvm_build.c1231 LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_format() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c160 fetches[i] = ac_build_buffer_load_format(&ctx->ac, vb_desc, vertex_index, voffset, in load_input_vs()
Dsi_compute_prim_discard.c462 index[i] = ac_build_buffer_load_format(&ctx->ac, input_indexbuf, index[i], ctx->ac.i32_0, in si_build_prim_discard_compute_shader()