Searched refs:ac_build_buffer_store_common (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1068 static void ac_build_buffer_store_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_store_common() function 1100 ac_build_buffer_store_common(ctx, rsrc, data, vindex, voffset, NULL, cache_policy, true, true); in ac_build_buffer_store_format() 1137 ac_build_buffer_store_common(ctx, rsrc, ac_to_float(ctx, vdata), ctx->i32_0, voffset, offset, in ac_build_buffer_store_dword() 1692 ac_build_buffer_store_common(ctx, rsrc, vdata, NULL, voffset, soffset, cache_policy, false, in ac_build_tbuffer_store_short() 1712 ac_build_buffer_store_common(ctx, rsrc, vdata, NULL, voffset, soffset, cache_policy, false, in ac_build_tbuffer_store_byte()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3273 - ac/nir: remove type and num_channels args from ac_build_buffer_store_common
|