Home
last modified time | relevance | path

Searched refs:StreamOutIntruction (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp195 StreamOutIntruction::StreamOutIntruction(const GPRVector& value, int num_components, in StreamOutIntruction() function in r600::StreamOutIntruction
209 unsigned StreamOutIntruction::op() const in op()
221 bool StreamOutIntruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
224 const auto& oth = static_cast<const StreamOutIntruction&>(lhs); in is_equal_to()
236 void StreamOutIntruction::do_print(std::ostream& os) const in do_print()
Dsfn_instruction_export.h107 class StreamOutIntruction: public WriteoutInstruction {
109 StreamOutIntruction(const GPRVector& value, int num_components,
Dsfn_vertexstageexport.cpp362 StreamOutIntruction *out_stream = in emit_stream()
363 new StreamOutIntruction(*so_gpr[i], in emit_stream()
Dsfn_ir_to_assembly.cpp51 bool emit_streamout(const StreamOutIntruction& instr);
187 return emit_streamout(static_cast<const StreamOutIntruction&>(*i)); in emit()
595 bool AssemblyFromShaderLegacyImpl::emit_streamout(const StreamOutIntruction& so_instr) in emit_streamout()