Searched refs:ac_build_buffer_store_common (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
H A 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()
|
Completed in 9 milliseconds