Home
last modified time | relevance | path

Searched refs:mCompileOptions (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp252 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 …]
DSpecializationConstant.h60 ShCompileOptions mCompileOptions; variable
/external/angle/src/compiler/translator/
DBuiltinsWorkaroundGLSL.cpp34 ShCompileOptions mCompileOptions; member in sh::__anonee6ab8610111::TBuiltinsWorkaroundGLSL
41 : TIntermTraverser(true, false, false, symbolTable), mCompileOptions(options) in TBuiltinsWorkaroundGLSL()
DOutputGLSLBase.cpp100 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()
DOutputGLSLBase.h120 ShCompileOptions mCompileOptions; variable
DBuildSPIRV.h286 mCompileOptions(compileOptions), in SPIRVBuilder()
445 ShCompileOptions mCompileOptions; variable
DCompiler.h339 ShCompileOptions mCompileOptions; variable
DCompiler.cpp314 mCompileOptions(0) in TCompiler()
362 mCompileOptions = compileOptions; in compileTreeImpl()
555 if ((mCompileOptions & SH_VALIDATE_AST) != 0) in validateAST()
DOutputHLSL.h163 ShCompileOptions mCompileOptions; variable
DOutputHLSL.cpp322 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()
DParseContext.h661 ShCompileOptions mCompileOptions; // Options passed to TCompiler variable
DOutputSPIRV.cpp353 ShCompileOptions mCompileOptions; member in sh::__anonfc5978be0111::OutputSPIRVTraverser
458 mCompileOptions(compileOptions), in OutputSPIRVTraverser()
1789 (mCompileOptions & SH_GENERATE_SPIRV_WORKAROUNDS) == 0)) in createFunctionCall()
DBuildSPIRV.cpp523 const bool enablePrecision = (mCompileOptions & SH_IGNORE_PRECISION_QUALIFIERS) == 0; in getDecorations()
DParseContext.cpp197 mCompileOptions(options), in TParseContext()
2854 if ((mCompileOptions & SH_FLATTEN_PRAGMA_STDGL_INVARIANT_ALL) != 0 && in parseSingleDeclaration()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp250 mCompileOptions(compileOptions), in MonomorphizeTraverser()
333 (mCompileOptions & SH_EMULATE_SEAMFUL_CUBE_MAP_SAMPLING) != 0; in processFunctionCall()
391 ShCompileOptions mCompileOptions; member in sh::__anonc689cbac0111::MonomorphizeTraverser