Lines Matching refs:driverUniforms
194 const DriverUniform *driverUniforms, in ReplaceGLDepthRangeWithDriverUniform() argument
202 TIntermBinary *angleEmulatedDepthRangeRef = driverUniforms->getDepthRangeRef(); in ReplaceGLDepthRangeWithDriverUniform()
225 const DriverUniform *driverUniforms) in AppendPreRotation() argument
230 preRotationRef = driverUniforms->getPreRotationMatrixRef(); in AppendPreRotation()
321 const DriverUniform *driverUniforms) in InsertFragCoordCorrection() argument
326 flipXY = driverUniforms->getFlipXYRef(); in InsertFragCoordCorrection()
332 pivot = driverUniforms->getHalfRenderAreaRef(); in InsertFragCoordCorrection()
341 fragRotation = driverUniforms->getFragRotationMatrixRef(); in InsertFragCoordCorrection()
442 DriverUniform &driverUniforms) in EmulateInstanceID() argument
444 TIntermBinary *emuInstanceID = driverUniforms.getEmulatedInstanceId(); in EmulateInstanceID()
489 DriverUniform &driverUniforms) in insertSampleMaskWritingLogic() argument
524 TIntermBinary *coverageMask = driverUniforms.getCoverageMask(); in insertSampleMaskWritingLogic()
583 const DriverUniform *driverUniforms) in transformDepthBeforeCorrection() argument
594 TIntermBinary *viewportZScale = driverUniforms->getDepthRangeReservedFieldRef(); in transformDepthBeforeCorrection()
714 DriverUniform *driverUniforms) in translateImpl() argument
788 driverUniforms->addComputeDriverUniformsToShader(root, &getSymbolTable()); in translateImpl()
792 driverUniforms->addGraphicsDriverUniformsToShader(root, &getSymbolTable()); in translateImpl()
797 const TIntermTyped *acbBufferOffsets = driverUniforms->getAbcBufferOffsets(); in translateImpl()
816 if (!ReplaceGLDepthRangeWithDriverUniform(this, root, driverUniforms, &getSymbolTable())) in translateImpl()
949 flipNegXY = driverUniforms->getNegFlipXYRef(); in translateImpl()
958 fragRotation = driverUniforms->getFragRotationMatrixRef(); in translateImpl()
973 &getSymbolTable(), specConst, driverUniforms)) in translateImpl()
981 specConst, driverUniforms)) in translateImpl()
1024 driverUniforms->getClipDistancesEnabled())) in translateImpl()
1029 if (!transformDepthBeforeCorrection(root, driverUniforms)) in translateImpl()
1035 !AppendPreRotation(this, root, &getSymbolTable(), specConst, driverUniforms)) in translateImpl()
1054 auto negFlipY = driverUniforms->getNegFlipYRef(); in translateImpl()
1058 if (!EmulateInstanceID(*this, *root, *driverUniforms)) in translateImpl()
1076 if (!insertSampleMaskWritingLogic(*root, *driverUniforms)) in translateImpl()
1127 if (!RewritePipelines(*this, *root, idGen, *driverUniforms, symbolEnv, invariants, in translateImpl()
1212 DriverUniformExtended driverUniforms(DriverUniformMode::Structure); in translate() local
1213 if (!translateImpl(sink, root, compileOptions, perfDiagnostics, &specConst, &driverUniforms)) in translate()