Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp113 TranslatorMetal::TranslatorMetal(sh::GLenum type, ShShaderSpec spec) : TranslatorVulkan(type, spec) in TranslatorMetal() function in sh::TranslatorMetal
116 bool TranslatorMetal::translate(TIntermBlock *root, in translate()
190 bool TranslatorMetal::transformDepthBeforeCorrection(TIntermBlock *root, in transformDepthBeforeCorrection()
217 ANGLE_NO_DISCARD bool TranslatorMetal::insertSampleMaskWritingLogic( in insertSampleMaskWritingLogic()
278 ANGLE_NO_DISCARD bool TranslatorMetal::insertRasterizerDiscardLogic(TInfoSinkBase &sink, in insertRasterizerDiscardLogic()
DTranslatorMetal.h39 class TranslatorMetal : public TranslatorVulkan
42 TranslatorMetal(sh::GLenum type, ShShaderSpec spec);
DCodeGen.cpp74 return new TranslatorMetal(type, spec); in ConstructCompiler()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm13 #include "compiler/translator/TranslatorMetal.h"
115 // TODO(jonahr): This isn't implemented in TranslatorMetal. Do we care? That should be
116 // deprecated. auto translatorMetal = static_cast<sh::TranslatorMetal
/third_party/skia/third_party/externals/angle2/src/
Dcompiler.gni92 "src/compiler/translator/TranslatorMetal.h",
370 "src/compiler/translator/TranslatorMetal.cpp",