/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | SpecializationConstant.cpp | 245 mCompileOptions(compileOptions), in SpecConst() 257 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) != 0 && in SpecConst() 258 (mCompileOptions & SH_ADD_PRE_ROTATION) != 0) in SpecConst() 308 if ((mCompileOptions & SH_ADD_BRESENHAM_LINE_RASTER_EMULATION) == 0) in getLineRasterEmulation() 339 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierXForDFdx() 350 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierYForDFdx() 361 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierXForDFdy() 372 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierYForDFdy() 383 if (!(mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT)) in getPreRotationMatrix() 393 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getFragRotationMatrix() [all …]
|
D | SpecializationConstant.h | 60 ShCompileOptions mCompileOptions; variable
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BuiltinsWorkaroundGLSL.cpp | 33 ShCompileOptions mCompileOptions; member in sh::__anondb6952d20111::TBuiltinsWorkaroundGLSL 40 : TIntermTraverser(true, false, false, symbolTable), mCompileOptions(options) in TBuiltinsWorkaroundGLSL()
|
D | OutputGLSLBase.cpp | 96 mCompileOptions(compileOptions) in TOutputGLSLBase() 101 if (!sh::RemoveInvariant(mShaderType, mShaderVersion, mOutput, mCompileOptions)) in writeInvariantQualifier() 333 (mCompileOptions & SH_REMOVE_INVARIANT_AND_CENTROID_FOR_ESSL3) != 0) in mapQualifierToString() 930 translateTextureFunction(node->getFunction()->name(), mCompileOptions); in visitAggregate()
|
D | OutputGLSLBase.h | 115 ShCompileOptions mCompileOptions; variable
|
D | Compiler.h | 347 ShCompileOptions mCompileOptions; variable
|
D | Compiler.cpp | 349 mCompileOptions(0) in TCompiler() 403 mCompileOptions = compileOptions; in compileTreeImpl() 599 if ((mCompileOptions & SH_VALIDATE_AST) != 0) in validateAST()
|
D | OutputHLSL.h | 163 ShCompileOptions mCompileOptions; variable
|
D | OutputHLSL.cpp | 322 mCompileOptions(compileOptions), in OutputHLSL() 415 if ((mCompileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) != 0) in output() 1087 (mCompileOptions & SH_HLSL_GET_DIMENSIONS_IGNORES_BASE_LEVEL) != 0; in header() 3209 if ((mCompileOptions & SH_LINE_DIRECTIVES) != 0 && line > 0) in outputLineDirective()
|
D | BuildSPIRV.h | 462 ShCompileOptions mCompileOptions; variable
|
D | ParseContext.h | 668 ShCompileOptions mCompileOptions; // Options passed to TCompiler variable
|
D | BuildSPIRV.cpp | 486 mCompileOptions(compileOptions), in SPIRVBuilder() 664 const bool enablePrecision = (mCompileOptions & SH_IGNORE_PRECISION_QUALIFIERS) == 0; in getDecorations()
|
D | ParseContext.cpp | 198 mCompileOptions(options), in TParseContext() 2890 if ((mCompileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in parseSingleDeclaration()
|
D | OutputSPIRV.cpp | 371 ANGLE_MAYBE_UNUSED ShCompileOptions mCompileOptions; member in sh::__anon7cf93fcf0111::OutputSPIRVTraverser 499 mCompileOptions(compileOptions), in OutputSPIRVTraverser()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | MonomorphizeUnsupportedFunctions.cpp | 249 mCompileOptions(compileOptions), in MonomorphizeTraverser() 332 (mCompileOptions & SH_EMULATE_SEAMFUL_CUBE_MAP_SAMPLING) != 0; in processFunctionCall() 390 ShCompileOptions mCompileOptions; member in sh::__anona10300230111::MonomorphizeTraverser
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputGLSLBase.h | 112 ShCompileOptions mCompileOptions; variable
|
D | OutputGLSLBase.cpp | 102 mCompileOptions(compileOptions) in TOutputGLSLBase() 107 if (!sh::RemoveInvariant(mShaderType, mShaderVersion, mOutput, mCompileOptions)) in writeInvariantQualifier() 310 (mCompileOptions & SH_REMOVE_INVARIANT_AND_CENTROID_FOR_ESSL3) != 0) in mapQualifierToString()
|
D | OutputHLSL.h | 160 ShCompileOptions mCompileOptions; variable
|
D | OutputHLSL.cpp | 294 mCompileOptions(compileOptions), in OutputHLSL() 386 if ((mCompileOptions & SH_EMULATE_ISNAN_FLOAT_FUNCTION) != 0) in output() 1035 (mCompileOptions & SH_HLSL_GET_DIMENSIONS_IGNORES_BASE_LEVEL) != 0; in header() 3108 if ((mCompileOptions & SH_LINE_DIRECTIVES) && (line > 0)) in outputLineDirective()
|
D | ParseContext.h | 601 ShCompileOptions mCompileOptions; // Options passed to TCompiler variable
|
D | ParseContext.cpp | 177 mCompileOptions(options), in TParseContext() 2453 if ((mCompileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) && in parseSingleDeclaration()
|