Searched refs:ac_build_tbuffer_store_byte (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 296 void ac_build_tbuffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata,
|
D | ac_llvm_build.c | 1705 void ac_build_tbuffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, in ac_build_tbuffer_store_byte() function
|
D | ac_nir_to_llvm.c | 1719 ac_build_tbuffer_store_byte(&ctx->ac, rsrc, data, offset, ctx->ac.i32_0, cache_policy); in visit_store_ssbo()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 4318 - ac: add ac_build_tbuffer_store_byte() helper
|