Searched refs:MemRingOutIntruction (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_export.cpp | 247 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()
|
D | sfn_instruction_export.h | 139 class MemRingOutIntruction: public WriteoutInstruction { 142 MemRingOutIntruction(ECFOpCode ring, EMemWriteType type,
|
D | sfn_shader_geometry.h | 78 std::map<int, MemRingOutIntruction *> streamout_data;
|
D | sfn_shader_geometry.cpp | 66 auto ir = new MemRingOutIntruction(cf_mem_ring, mem_write_ind, out_value, in do_emit_store_deref()
|
D | sfn_ir_to_assembly.cpp | 52 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()
|
D | sfn_vertexstageexport.cpp | 422 auto ir = new MemRingOutIntruction(cf_mem_ring, mem_write, value, in store_deref()
|