Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorMetal.h38 class DriverUniformMetal : public DriverUniform
41 DriverUniformMetal() : DriverUniform(DriverUniformMode::InterfaceBlock) {} in DriverUniformMetal() function
42 ~DriverUniformMetal() override {} in ~DriverUniformMetal()
70 const DriverUniformMetal *driverUniforms);
DTranslatorMetal.cpp119 TFieldList *DriverUniformMetal::createUniformFields(TSymbolTable *symbolTable) in createUniformFields()
146 TIntermBinary *DriverUniformMetal::getHalfRenderAreaRef() const in getHalfRenderAreaRef()
151 TIntermBinary *DriverUniformMetal::getFlipXYRef() const in getFlipXYRef()
156 TIntermBinary *DriverUniformMetal::getNegFlipXYRef() const in getNegFlipXYRef()
161 TIntermSwizzle *DriverUniformMetal::getNegFlipYRef() const in getNegFlipYRef()
170 TIntermBinary *DriverUniformMetal::getCoverageMaskFieldRef() const in getCoverageMaskFieldRef()
185 DriverUniformMetal driverUniforms; in translate()
284 const DriverUniformMetal *driverUniforms) in insertSampleMaskWritingLogic()