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