/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteInterpolateAtOffset.cpp | 35 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()
|
D | RewriteInterpolateAtOffset.h | 38 const DriverUniform *driverUniforms);
|
/external/angle/src/compiler/translator/ |
D | TranslatorMetalDirect.cpp | 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() [all …]
|
D | TranslatorVulkan.cpp | 262 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 …]
|
D | TranslatorMetal.cpp | 185 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()
|
D | TranslatorMetalDirect.h | 173 DriverUniform *driverUniforms); 178 const DriverUniform *driverUniforms); 181 DriverUniform &driverUniforms); 185 DriverUniform &driverUniforms) const;
|
D | TranslatorVulkan.h | 42 DriverUniform *driverUniforms); 50 const DriverUniform *driverUniforms) in transformDepthBeforeCorrection() argument
|
D | TranslatorMetal.h | 66 const DriverUniform *driverUniforms) override; 70 const DriverUniformMetal *driverUniforms);
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteDfdy.cpp | 34 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()
|
D | RewriteDfdy.h | 39 const DriverUniform *driverUniforms);
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 605 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 …]
|
D | ContextVk.h | 882 DriverUniformsDescriptorSet *driverUniforms); 887 DriverUniformsDescriptorSet *driverUniforms, 892 DriverUniformsDescriptorSet *driverUniforms);
|