Home
last modified time | relevance | path

Searched refs:ac_build_buffer_store_common (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1202 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/
D22.1.0.rst2236 - ac/llvm: replace structured by vindex != NULL in ac_build_buffer_store_common
D20.2.0.rst3273 - ac/nir: remove type and num_channels args from ac_build_buffer_store_common