Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteInterpolateAtOffset.cpp35 const DriverUniform *driverUniforms);
42 const DriverUniform *driverUniforms);
56 const DriverUniform *driverUniforms) in Traverser() argument
61 mDriverUniforms(driverUniforms), in Traverser()
72 const DriverUniform *driverUniforms) in Apply() argument
75 Traverser traverser(pSymbolTable, compileOptions, shaderVersion, specConst, driverUniforms); in Apply()
147 const DriverUniform *driverUniforms) in RewriteInterpolateAtOffset() argument
156 driverUniforms); in RewriteInterpolateAtOffset()
DRewriteInterpolateAtOffset.h38 const DriverUniform *driverUniforms);
/external/angle/src/compiler/translator/
DTranslatorMetalDirect.cpp194 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()
[all …]
DTranslatorVulkan.cpp262 const DriverUniform *driverUniforms, in ReplaceGLDepthRangeWithDriverUniform() argument
270 TIntermBinary *angleEmulatedDepthRangeRef = driverUniforms->getDepthRangeRef(); in ReplaceGLDepthRangeWithDriverUniform()
303 const DriverUniform *driverUniforms) in AddBresenhamEmulationVS() argument
311 TIntermBinary *viewportRef = driverUniforms->getViewportRef(); in AddBresenhamEmulationVS()
375 const DriverUniform *driverUniforms) in AddXfbEmulationSupport() argument
404 TIntermBinary *xfbVerticesPerInstance = driverUniforms->getXfbVerticesPerInstance(); in AddXfbEmulationSupport()
405 TIntermBinary *xfbBufferOffsets = driverUniforms->getXfbBufferOffsets(); in AddXfbEmulationSupport()
468 TIntermBinary *xfbActiveUnpaused = driverUniforms->getXfbActiveUnpaused(); in AddXfbEmulationSupport()
544 const DriverUniform *driverUniforms) in AddXfbExtensionSupport() argument
589 const DriverUniform *driverUniforms) in InsertFragCoordCorrection() argument
[all …]
DTranslatorMetal.cpp185 DriverUniformMetal driverUniforms; in translate() local
187 &driverUniforms)) in translate()
200 TIntermTyped *negFlipY = driverUniforms.getNegFlipYRef(); in translate()
216 if (!insertSampleMaskWritingLogic(sink, root, &driverUniforms)) in translate()
255 const DriverUniform *driverUniforms) in transformDepthBeforeCorrection() argument
266 TIntermBinary *viewportZScale = driverUniforms->getDepthRangeReservedFieldRef(); in transformDepthBeforeCorrection()
284 const DriverUniformMetal *driverUniforms) in insertSampleMaskWritingLogic() argument
320 TIntermBinary *coverageMask = driverUniforms->getCoverageMaskFieldRef(); in insertSampleMaskWritingLogic()
DTranslatorMetalDirect.h173 DriverUniform *driverUniforms);
178 const DriverUniform *driverUniforms);
181 DriverUniform &driverUniforms);
185 DriverUniform &driverUniforms) const;
DTranslatorVulkan.h42 DriverUniform *driverUniforms);
50 const DriverUniform *driverUniforms) in transformDepthBeforeCorrection() argument
DTranslatorMetal.h66 const DriverUniform *driverUniforms) override;
70 const DriverUniformMetal *driverUniforms);
/external/angle/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp34 const DriverUniform *driverUniforms);
40 const DriverUniform *driverUniforms);
54 const DriverUniform *driverUniforms) in Traverser() argument
57 mDriverUniforms(driverUniforms), in Traverser()
67 const DriverUniform *driverUniforms) in Apply() argument
70 Traverser traverser(pSymbolTable, compileOptions, specConst, driverUniforms); in Apply()
225 const DriverUniform *driverUniforms) in RewriteDfdy() argument
231 return Traverser::Apply(compiler, compileOptions, root, symbolTable, specConst, driverUniforms); in RewriteDfdy()
DRewriteDfdy.h39 const DriverUniform *driverUniforms);
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp605 for (DriverUniformsDescriptorSet &driverUniforms : mDriverUniforms) in onDestroy()
607 driverUniforms.destroy(mRenderer); in onDestroy()
4715 GraphicsDriverUniforms *driverUniforms; in handleDirtyGraphicsDriverUniforms() local
4780 driverUniforms = &driverUniformsExt->common; in handleDirtyGraphicsDriverUniforms()
4784 driverUniforms = reinterpret_cast<GraphicsDriverUniforms *>(ptr); in handleDirtyGraphicsDriverUniforms()
4803 *driverUniforms = { in handleDirtyGraphicsDriverUniforms()
4819 driverUniforms->xfbBufferOffsets.data(), in handleDirtyGraphicsDriverUniforms()
4820 driverUniforms->xfbBufferOffsets.size()); in handleDirtyGraphicsDriverUniforms()
4825 writeAtomicCounterBufferDriverUniformOffsets(driverUniforms->acbBufferOffsets.data(), in handleDirtyGraphicsDriverUniforms()
4826 driverUniforms->acbBufferOffsets.size()); in handleDirtyGraphicsDriverUniforms()
[all …]
DContextVk.h882 DriverUniformsDescriptorSet *driverUniforms);
887 DriverUniformsDescriptorSet *driverUniforms,
892 DriverUniformsDescriptorSet *driverUniforms);