Searched refs:ac_build_buffer_store_common (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1202 static void ac_build_buffer_store_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_store_common() function 1234 ac_build_buffer_store_common(ctx, rsrc, data, vindex, voffset, NULL, cache_policy, true); in ac_build_buffer_store_format() 1261 ac_build_buffer_store_common(ctx, rsrc, ac_to_float(ctx, vdata), vindex, voffset, soffset, in ac_build_buffer_store_dword() 1738 ac_build_buffer_store_common(ctx, rsrc, vdata, NULL, voffset, soffset, cache_policy, false); in ac_build_buffer_store_short() 1746 ac_build_buffer_store_common(ctx, rsrc, vdata, NULL, voffset, soffset, cache_policy, false); in ac_build_buffer_store_byte()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 2236 - ac/llvm: replace structured by vindex != NULL in ac_build_buffer_store_common
|
D | 20.2.0.rst | 3273 - ac/nir: remove type and num_channels args from ac_build_buffer_store_common
|