Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h252 void ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data,
Dac_llvm_build.c1097 void ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, in ac_build_buffer_store_format() function
Dac_nir_to_llvm.c2516 ac_build_buffer_store_format(&ctx->ac, rsrc, src, vindex, ctx->ac.i32_0, args.cache_policy); in visit_image_store()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c828 ac_build_buffer_store_format(&ctx->ac, output_indexbuf, vdata, vindex, ctx->ac.i32_0, in si_build_prim_discard_compute_shader()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4307 - ac: add ac_build_buffer_store_format() helper