Searched refs:mem_write_ind (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_export.cpp | 405 if (m_type == mem_write_ind || m_type == mem_write_ind_ack) in is_equal_to() 418 if (m_type == mem_write_ind || m_type == mem_write_ind_ack) in do_print() 453 {"WRITE_IDX", MemRingOutInstr::mem_write_ind}, 476 if (type == mem_write_ind || type == mem_write_ind_ack) { in from_string()
|
D | sfn_shader_gs.cpp | 282 … m_streamout_data[location] = new MemRingOutInstr(cf_mem_ring, MemRingOutInstr::mem_write_ind, tmp, in store_output() 307 … m_streamout_data[location] = new MemRingOutInstr(cf_mem_ring, MemRingOutInstr::mem_write_ind, tmp, in store_output() 311 …eamout_data[location] = new MemRingOutInstr(cf_mem_ring, MemRingOutInstr::mem_write_ind, out_value, in store_output()
|
D | sfn_instr_export.h | 163 mem_write_ind = 1, enumerator
|
D | sfn_assembler.cpp | 609 if (instr.type() == MemRingOutInstr::mem_write_ind || in visit()
|