Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp8130 CVariable* floatPixelPosition = in emitPSSGV() local
8137 m_encoder->Cast(floatPixelPosition, uintPixelPosition); in emitPSSGV()
8168 m_currShader->AddPatchTempSetup(floatPixelPosition); in emitPSSGV()
8170 m_encoder->Add(floatPixelPosition, floatPixelPosition, pixelCenter); in emitPSSGV()
8178 …CVariable* floatPixelPositionDelta = floatPixelPosition; //reuse the same variable for the final d… in emitPSSGV()
8196 m_encoder->Add(floatPixelPositionDelta, floatPixelPosition, startCoordinate); in emitPSSGV()