Home
last modified time | relevance | path

Searched refs:split_buffer_store (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp3803 void split_buffer_store(isel_context *ctx, nir_intrinsic_instr *instr, bool smem, RegType dst_type, in split_buffer_store() function
3947 split_buffer_store(ctx, NULL, false, RegType::vgpr, src, write_mask, in store_vmem_mubuf()
6202split_buffer_store(ctx, instr, smem, smem_nonfs ? RegType::sgpr : (smem ? data.type() : RegType::v… in visit_store_ssbo()
6392 split_buffer_store(ctx, instr, false, RegType::vgpr, data, writemask, in visit_store_global()
6888 split_buffer_store(ctx, instr, false, RegType::vgpr, data, writemask, in visit_store_scratch()
/external/mesa3d/docs/relnotes/
D20.2.0.rst3864 - aco: fix copy+paste error in split_buffer_store