Home
last modified time | relevance | path

Searched refs:VertexExportStage (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_vs.h51 class VertexExportStage : public Allocate { class
54 VertexExportStage(VertexStageShader *parent);
77 class VertexExportForFs : public VertexExportStage {
78 friend VertexExportStage;
131 class VertexExportForGS : public VertexExportStage {
147 class VertexExportForTCS : public VertexExportStage {
176 VertexExportStage *m_export_stage {nullptr};
H A Dsfn_shader_tess.h34 class VertexExportStage;
92 VertexExportStage *m_export_processor{nullptr};
H A Dsfn_shader_vs.cpp48 bool VertexExportStage::store_output(nir_intrinsic_instr& intr) in store_output()
63 VertexExportStage::VertexExportStage(VertexStageShader *parent): in VertexExportStage() function in r600::VertexExportStage
72 VertexExportStage(parent), in VertexExportForFs()
573 VertexExportStage(parent), in VertexExportForGS()
650 VertexExportStage(parent) in VertexExportForTCS()

Completed in 2 milliseconds