Home
last modified time | relevance | path

Searched refs:MemRingOutIntruction (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp247 MemRingOutIntruction::MemRingOutIntruction(ECFOpCode ring, EMemWriteType type, in MemRingOutIntruction() function in r600::MemRingOutIntruction
265 unsigned MemRingOutIntruction::ncomp() const in ncomp()
278 bool MemRingOutIntruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
281 const auto& oth = static_cast<const MemRingOutIntruction&>(lhs); in is_equal_to()
296 void MemRingOutIntruction::do_print(std::ostream& os) const in do_print()
307 void MemRingOutIntruction::replace_values_child(const ValueSet& candiates, in replace_values_child()
319 void MemRingOutIntruction::remap_registers_child(std::vector<rename_reg_pair>& map, in remap_registers_child()
332 void MemRingOutIntruction::patch_ring(int stream) in patch_ring()
Dsfn_instruction_export.h139 class MemRingOutIntruction: public WriteoutInstruction {
142 MemRingOutIntruction(ECFOpCode ring, EMemWriteType type,
Dsfn_shader_geometry.h78 std::map<int, MemRingOutIntruction *> streamout_data;
Dsfn_shader_geometry.cpp66 auto ir = new MemRingOutIntruction(cf_mem_ring, mem_write_ind, out_value, in do_emit_store_deref()
Dsfn_ir_to_assembly.cpp52 bool emit_memringwrite(const MemRingOutIntruction& instr);
189 return emit_memringwrite(static_cast<const MemRingOutIntruction&>(*i)); in emit()
620 bool AssemblyFromShaderLegacyImpl::emit_memringwrite(const MemRingOutIntruction& instr) in emit_memringwrite()
Dsfn_vertexstageexport.cpp422 auto ir = new MemRingOutIntruction(cf_mem_ring, mem_write, value, in store_deref()