Home
last modified time | relevance | path

Searched refs:ExportInstruction (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp184 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
211 …m_last_param_export = new ExportInstruction(param_loc->second, value, ExportInstruction::et_param); in emit_varying_param()
243 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
246 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
257 m_last_param_export = new ExportInstruction(m_cur_param, primid, ExportInstruction::et_param); in finalize_exports()
278 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
285 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
H A Dsfn_instructionvisitor.h8 class ExportInstruction; variable
36 virtual bool visit(ExportInstruction& i) = 0;
65 virtual bool visit(const ExportInstruction& i) = 0;
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
H A Dsfn_instructionvisitor.h8 class ExportInstruction; variable
36 virtual bool visit(ExportInstruction& i) = 0;
65 virtual bool visit(const ExportInstruction& i) = 0;
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
H A Dsfn_instructionvisitor.h8 class ExportInstruction; variable
36 virtual bool visit(ExportInstruction& i) = 0;
65 virtual bool visit(const ExportInstruction& i) = 0;
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp211 m_last_pos_export = new ExportInstruction(export_slot, value, ExportInstruction::et_pos); in emit_varying_pos()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
236 value, ExportInstruction::et_param); in emit_varying_param()
268 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos++, clip_dist[0], ExportInstruction::et_po… in emit_clip_vertices()
271 …m_last_pos_export = new ExportInstruction(m_cur_clip_pos, clip_dist[1], ExportInstruction::et_pos); in emit_clip_vertices()
341 … m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
369 m_last_pos_export = new ExportInstruction(0, value, ExportInstruction::et_pos); in finalize_exports()
H A Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction() function in r600::ExportInstruction
71 bool ExportInstruction::is_equal_to(const Instruction& lhs) const in is_equal_to()
74 const auto& oth = static_cast<const ExportInstruction&>(lhs); in is_equal_to()
82 void ExportInstruction::do_print(std::ostream& os) const in do_print()
93 void ExportInstruction::update_output_map(OutputRegisterMap& map) const in update_output_map()
98 void ExportInstruction::set_last() in set_last()

1234