Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorMetal.cpp175 TranslatorMetal::TranslatorMetal(sh::GLenum type, ShShaderSpec spec) : TranslatorVulkan(type, spec) in TranslatorMetal() function in sh::TranslatorMetal
178 bool TranslatorMetal::translate(TIntermBlock *root, in translate()
254 bool TranslatorMetal::transformDepthBeforeCorrection(TIntermBlock *root, in transformDepthBeforeCorrection()
281 ANGLE_NO_DISCARD bool TranslatorMetal::insertSampleMaskWritingLogic( in insertSampleMaskWritingLogic()
340 ANGLE_NO_DISCARD bool TranslatorMetal::insertRasterizerDiscardLogic(TInfoSinkBase &sink, in insertRasterizerDiscardLogic()
DTranslatorMetal.h54 class TranslatorMetal : public TranslatorVulkan
57 TranslatorMetal(sh::GLenum type, ShShaderSpec spec);
DCodeGen.cpp74 return new TranslatorMetal(type, spec); in ConstructCompiler()
/external/angle/src/libANGLE/renderer/metal/
DShaderMtl.mm13 #include "compiler/translator/TranslatorMetal.h"
113 // TODO(jonahr): This isn't implemented in TranslatorMetal. Do we care? That should be
114 // deprecated. auto translatorMetal = static_cast<sh::TranslatorMetal
/external/angle/src/
Dcompiler.gni91 "src/compiler/translator/TranslatorMetal.h",
371 "src/compiler/translator/TranslatorMetal.cpp",