Home
last modified time | relevance | path

Searched refs:getPragma (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorGLSL.cpp68 getPragma().stdgl.invariantAll && in translate()
107 getResources().WEBGL_debug_shader_precision && getPragma().debugShaderPrecision; in translate()
232 TVersionGLSL versionGLSL(getShaderType(), getPragma(), getOutputType()); in writeVersion()
DTranslatorESSL.cpp51 getResources().WEBGL_debug_shader_precision && getPragma().debugShaderPrecision; in translate()
DTranslatorHLSL.cpp105 getResources().WEBGL_debug_shader_precision && getPragma().debugShaderPrecision; in translate()
DCompiler.h158 const TPragma &getPragma() const { return mPragma; } in getPragma() function
DCompiler.cpp573 if (getResources().WEBGL_debug_shader_precision && getPragma().debugShaderPrecision && in checkAndSimplifyAST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorGLSL.cpp61 WritePragma(sink, compileOptions, getPragma()); in translate()
68 getPragma().stdgl.invariantAll && in translate()
234 TVersionGLSL versionGLSL(getShaderType(), getPragma(), getOutputType()); in writeVersion()
DTranslatorESSL.cpp47 WritePragma(sink, compileOptions, getPragma()); in translate()
DCompiler.h152 const TPragma &getPragma() const { return mPragma; } in getPragma() function
DTranslatorVulkan.cpp822 WritePragma(sink, compileOptions, getPragma()); in translateImpl()
DBuildSPIRV.cpp74 const bool invariantAll = compiler->getPragma().stdgl.invariantAll; in IsInvariant()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DDeclarePerVertexBlocks.cpp465 if (compiler->getPragma().stdgl.invariantAll) in DeclarePerVertexBlocks()