Searched refs:split_buffer_store (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 5331 split_buffer_store(isel_context* ctx, nir_intrinsic_instr* instr, bool smem, RegType dst_type, in split_buffer_store() function 6768 split_buffer_store(ctx, instr, false, RegType::vgpr, data, writemask, 16, &write_count, in visit_store_ssbo() 6921 split_buffer_store(ctx, instr, false, RegType::vgpr, data, writemask, 16, &write_count, in visit_store_global() 7270 split_buffer_store(ctx, NULL, false, RegType::vgpr, store_src, write_mask, in visit_store_buffer() 7742 split_buffer_store(ctx, instr, false, RegType::vgpr, data, writemask, swizzle_component_size, in visit_store_scratch()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 20.2.0.rst | 3864 - aco: fix copy+paste error in split_buffer_store
|