/external/angle/src/compiler/translator/tree_util/ |
D | SpecializationConstant.cpp | 252 mCompileOptions(compileOptions), in SpecConst() 264 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) != 0 && in SpecConst() 265 (mCompileOptions & SH_ADD_PRE_ROTATION) != 0) in SpecConst() 315 if ((mCompileOptions & SH_ADD_BRESENHAM_LINE_RASTER_EMULATION) == 0) in getLineRasterEmulation() 346 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierXForDFdx() 357 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierYForDFdx() 368 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierXForDFdy() 379 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getMultiplierYForDFdy() 390 if (!(mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT)) in getPreRotationMatrix() 400 if ((mCompileOptions & SH_USE_SPECIALIZATION_CONSTANT) == 0) in getFragRotationMatrix() [all …]
|
D | SpecializationConstant.h | 60 ShCompileOptions mCompileOptions; variable
|
/external/angle/src/compiler/translator/ |
D | BuiltinsWorkaroundGLSL.cpp | 34 ShCompileOptions mCompileOptions; member in sh::__anonee6ab8610111::TBuiltinsWorkaroundGLSL 41 : TIntermTraverser(true, false, false, symbolTable), mCompileOptions(options) in TBuiltinsWorkaroundGLSL()
|
D | OutputGLSLBase.cpp | 100 mCompileOptions(compileOptions) in TOutputGLSLBase() 105 if (!sh::RemoveInvariant(mShaderType, mShaderVersion, mOutput, mCompileOptions)) in writeInvariantQualifier() 337 (mCompileOptions & SH_REMOVE_INVARIANT_AND_CENTROID_FOR_ESSL3) != 0) in mapQualifierToString() 898 translateTextureFunction(node->getFunction()->name(), mCompileOptions); in visitAggregate()
|
D | OutputGLSLBase.h | 120 ShCompileOptions mCompileOptions; variable
|
D | BuildSPIRV.h | 286 mCompileOptions(compileOptions), in SPIRVBuilder() 445 ShCompileOptions mCompileOptions; variable
|
D | Compiler.h | 339 ShCompileOptions mCompileOptions; variable
|
D | Compiler.cpp | 314 mCompileOptions(0) in TCompiler() 362 mCompileOptions = compileOptions; in compileTreeImpl() 555 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() 1080 (mCompileOptions & SH_HLSL_GET_DIMENSIONS_IGNORES_BASE_LEVEL) != 0; in header() 3204 if ((mCompileOptions & SH_LINE_DIRECTIVES) != 0 && line > 0) in outputLineDirective()
|
D | ParseContext.h | 661 ShCompileOptions mCompileOptions; // Options passed to TCompiler variable
|
D | OutputSPIRV.cpp | 353 ShCompileOptions mCompileOptions; member in sh::__anonfc5978be0111::OutputSPIRVTraverser 458 mCompileOptions(compileOptions), in OutputSPIRVTraverser() 1789 (mCompileOptions & SH_GENERATE_SPIRV_WORKAROUNDS) == 0)) in createFunctionCall()
|
D | BuildSPIRV.cpp | 523 const bool enablePrecision = (mCompileOptions & SH_IGNORE_PRECISION_QUALIFIERS) == 0; in getDecorations()
|
D | ParseContext.cpp | 197 mCompileOptions(options), in TParseContext() 2854 if ((mCompileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in parseSingleDeclaration()
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | MonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp | 250 mCompileOptions(compileOptions), in MonomorphizeTraverser() 333 (mCompileOptions & SH_EMULATE_SEAMFUL_CUBE_MAP_SAMPLING) != 0; in processFunctionCall() 391 ShCompileOptions mCompileOptions; member in sh::__anonc689cbac0111::MonomorphizeTraverser
|