Home
last modified time | relevance | path

Searched refs:m_last_param_export (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp26 m_last_param_export(nullptr), in VertexStageExportForFS()
211m_last_param_export = new ExportInstruction(param_loc->second, value, ExportInstruction::et_param); in emit_varying_param()
212 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
213 m_proc.add_param_output_reg(out_var->data.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
257 m_last_param_export = new ExportInstruction(m_cur_param, primid, ExportInstruction::et_param); in finalize_exports()
258 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
276 if (!m_last_param_export) { in finalize_exports()
278 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
279 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
281 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h50 ExportInstruction *m_last_param_export; variable
H A Dsfn_vertexstageexport.h50 ExportInstruction *m_last_param_export; variable
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
H A Dsfn_vertexstageexport.h79 ExportInstruction *m_last_param_export; variable
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
H A Dsfn_vertexstageexport.h79 ExportInstruction *m_last_param_export; variable
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_vertexstageexport.cpp55 m_last_param_export(nullptr), in VertexStageExportForFS()
235 m_last_param_export = new ExportInstruction(param_id(store_info.driver_location), in emit_varying_param()
237 m_proc.emit_export_instruction(m_last_param_export); in emit_varying_param()
238 m_proc.add_param_output_reg(store_info.driver_location, m_last_param_export->gpr_ptr()); in emit_varying_param()
341m_last_param_export = new ExportInstruction(current_param(), primid, ExportInstruction::et_param); in finalize_exports()
342 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
360 if (!m_last_param_export) { in finalize_exports()
362 m_last_param_export = new ExportInstruction(0, value, ExportInstruction::et_param); in finalize_exports()
363 m_proc.emit_export_instruction(m_last_param_export); in finalize_exports()
365 m_last_param_export->set_last(); in finalize_exports()
H A Dsfn_shader_vertex.h49 ExportInstruction *m_last_param_export; variable

12