Home
last modified time | relevance | path

Searched refs:ac_build_tbuffer_store_byte (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h296 void ac_build_tbuffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata,
Dac_llvm_build.c1705 void ac_build_tbuffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, in ac_build_tbuffer_store_byte() function
Dac_nir_to_llvm.c1719 ac_build_tbuffer_store_byte(&ctx->ac, rsrc, data, offset, ctx->ac.i32_0, cache_policy); in visit_store_ssbo()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4318 - ac: add ac_build_tbuffer_store_byte() helper