/external/angle/src/compiler/translator/tree_util/ |
D | DriverUniform.cpp | 65 SymbolType::AngleInternal); in addComputeDriverUniformsToShader() 103 SymbolType::AngleInternal); in createUniformFields() 122 SymbolType::AngleInternal)); in createEmulatedDepthRangeType() 125 SymbolType::AngleInternal)); in createEmulatedDepthRangeType() 128 SymbolType::AngleInternal)); in createEmulatedDepthRangeType() 132 SymbolType::AngleInternal)); in createEmulatedDepthRangeType() 135 symbolTable, kEmulatedDepthRangeParams, depthRangeParamsFields, SymbolType::AngleInternal); in createEmulatedDepthRangeType() 288 SymbolType::AngleInternal); in createUniformFields()
|
D | IntermNode_util.cpp | 157 return new TVariable(symbolTable, kEmptyImmutableString, type, SymbolType::AngleInternal); in CreateTempVariable() 174 ASSERT(tempVariable->symbolType() == SymbolType::AngleInternal); in CreateTempSymbolNode() 238 new TStructure(symbolTable, structTypeName, fieldList, SymbolType::AngleInternal); in DeclareStructure() 261 SymbolType::AngleInternal); in DeclareStructure() 283 symbolTable, blockTypeName, fieldList, layoutQualifier, SymbolType::AngleInternal); in DeclareInterfaceBlock() 296 blockVariableName.empty() ? SymbolType::Empty : SymbolType::AngleInternal); in DeclareInterfaceBlock()
|
D | SpecializationConstant.cpp | 325 type, SymbolType::AngleInternal); in getLineRasterEmulation() 339 SymbolType::AngleInternal); in getFlipRotation() 496 SymbolType::AngleInternal); in getDrawableWidth() 509 SymbolType::AngleInternal); in getDrawableHeight()
|
D | RunAtTheEndOfShader.cpp | 74 new TFunction(symbolTable, kEmptyImmutableString, SymbolType::AngleInternal, in WrapMainAndAppend()
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | DeclarePerVertexBlocks.cpp | 235 SymbolType::AngleInternal)); in declarePerVertex() 237 SymbolType::AngleInternal)); in declarePerVertex() 239 TSourceLoc(), SymbolType::AngleInternal)); in declarePerVertex() 241 TSourceLoc(), SymbolType::AngleInternal)); in declarePerVertex() 245 TLayoutQualifier::Create(), SymbolType::AngleInternal); in declarePerVertex() 256 variableName.empty() ? SymbolType::Empty : SymbolType::AngleInternal); in declarePerVertex()
|
D | ReplaceForShaderFramebufferFetch.cpp | 364 SymbolType::AngleInternal, in CreateSubpassLoadFuncCall() 368 inputAttachmentType, SymbolType::AngleInternal)); in CreateSubpassLoadFuncCall() 487 inputAttachmentType, SymbolType::AngleInternal); in declareSubpassInputVariableImpl() 779 new TVariable(symbolTable, loadVarName, loadVarType, SymbolType::AngleInternal); in ReplaceLastFragData()
|
D | EmulateFragColorData.cpp | 89 SymbolType::AngleInternal); in visitSymbol()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | RewriteKeywords.cpp | 62 maybeCreateNewName(field), field.line(), SymbolType::AngleInternal); in createRenamed() 80 new TFunction(&mSymbolTable, maybeCreateNewName(function), SymbolType::AngleInternal, in createRenamed() 113 SymbolType::AngleInternal, interfaceBlock.extensions()); in createRenamed() 122 &getRenamedOrOriginal(structure.fields()), SymbolType::AngleInternal); in createRenamed() 164 SymbolType::AngleInternal, variable.extensions()); in createRenamed() 249 case SymbolType::AngleInternal: in needsRenamingImpl()
|
D | Name.h | 35 explicit constexpr Name(const char *rawName, SymbolType symbolType = SymbolType::AngleInternal)
|
D | IntroduceVertexIndexID.cpp | 28 SymbolType::AngleInternal,
|
D | IdGen.cpp | 63 return Name(ImmutableString(mNewNameBuffer), SymbolType::AngleInternal); in createNewName()
|
D | NameEmbeddedUniformStructsMetal.cpp | 71 &oldStructure->fields(), SymbolType::AngleInternal); in doReplacement()
|
/external/angle/src/compiler/translator/ |
D | TranslatorMetal.cpp | 139 TSourceLoc(), SymbolType::AngleInternal); in createUniformFields() 308 SymbolType::AngleInternal); in insertSampleMaskWritingLogic() 311 new TFunction(symbolTable, kSampleMaskWriteFuncName, SymbolType::AngleInternal, in insertSampleMaskWritingLogic() 316 new TVariable(symbolTable, ImmutableString("mask"), uintType, SymbolType::AngleInternal); in insertSampleMaskWritingLogic() 358 boolType, SymbolType::AngleInternal); in insertRasterizerDiscardLogic()
|
D | Symbol.cpp | 48 ASSERT(mName != "" || mSymbolType == SymbolType::AngleInternal || 64 ASSERT(mName != "" || mSymbolType == SymbolType::AngleInternal || in TSymbol() 75 ASSERT(mSymbolType == SymbolType::AngleInternal || in name() 203 ASSERT(name != nullptr || symbolType == SymbolType::AngleInternal); in TFunction()
|
D | TranslatorMetalDirect.cpp | 63 constexpr Name kSampleMaskWriteFuncName("writeSampleMask", SymbolType::AngleInternal); 269 new TVariable(symbolTable, flippedVariableName.rawName(), type, SymbolType::AngleInternal); in RotateAndFlipBuiltinVariable() 403 new TVariable(&symbolTable, builder, gl_FragDataType, SymbolType::AngleInternal, in AddFragDataDeclaration() 502 boolType, SymbolType::AngleInternal); in insertSampleMaskWritingLogic() 510 new TVariable(symbolTable, ImmutableString("mask"), uintType, SymbolType::AngleInternal); in insertSampleMaskWritingLogic() 514 uintType, SymbolType::AngleInternal); in insertSampleMaskWritingLogic() 551 boolType, SymbolType::AngleInternal); in insertRasterizationDiscardLogic()
|
D | SymbolUniqueId.h | 44 AngleInternal, enumerator
|
D | TranslatorVulkan.cpp | 210 new TVariable(symbolTable, flippedVariableName, type, SymbolType::AngleInternal); in RotateAndFlipBuiltinVariable() 284 SymbolType::AngleInternal); in AddANGLEPositionVaryingDeclaration() 397 SymbolType::AngleInternal); in AddXfbEmulationSupport() 429 SymbolType::AngleInternal, ivec4Type, true); in AddXfbEmulationSupport() 453 SymbolType::AngleInternal, voidType, false); in AddXfbEmulationSupport() 518 TSourceLoc(), SymbolType::AngleInternal); in AddXfbEmulationSupport() 571 SymbolType::AngleInternal); in AddXfbExtensionSupport()
|
D | HashNames.cpp | 122 if (symbol->symbolType() == SymbolType::AngleInternal || in HashName()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RemoveDynamicIndexing.cpp | 410 new TFunction(mSymbolTable, indexingFunctionName, SymbolType::AngleInternal, in visitBinary() 413 mSymbolTable, kBaseName, GetBaseType(type, false), SymbolType::AngleInternal)); in visitBinary() 415 new TVariable(mSymbolTable, kIndexName, kIndexType, SymbolType::AngleInternal)); in visitBinary() 460 new TFunction(mSymbolTable, functionName, SymbolType::AngleInternal, in visitBinary() 464 SymbolType::AngleInternal)); in visitBinary() 466 mSymbolTable, kIndexName, kIndexType, SymbolType::AngleInternal)); in visitBinary() 471 SymbolType::AngleInternal)); in visitBinary()
|
D | DeclareAndInitBuiltinsForInstancedMultiview.cpp | 139 new TType(EbtUInt, EbpHigh, viewIDQualifier), SymbolType::AngleInternal); in DeclareAndInitBuiltinsForInstancedMultiview() 153 SymbolType::AngleInternal); in DeclareAndInitBuiltinsForInstancedMultiview() 177 baseLayerIndexVariableType, SymbolType::AngleInternal); in DeclareAndInitBuiltinsForInstancedMultiview()
|
D | DeferGlobalInitializers.cpp | 88 if (symbolNode->variable().symbolType() == SymbolType::AngleInternal || in GetDeferredInitializers() 111 new TFunction(symbolTable, kInitGlobalsString, SymbolType::AngleInternal, in InsertInitCallToMain()
|
D | EmulatePrecision.cpp | 710 TFunction *func = new TFunction(mSymbolTable, functionName, SymbolType::AngleInternal, in getInternalFunction() 736 SymbolType::AngleInternal)); in createRoundingFunctionCallNode() 764 SymbolType::AngleInternal)); in createCompoundAssignmentFunctionCallNode() 770 SymbolType::AngleInternal)); in createCompoundAssignmentFunctionCallNode()
|
D | RewriteCubeMapSamplersAs2DArray.cpp | 402 SymbolType::AngleInternal); in declareCoordTranslationFunction() 404 SymbolType::AngleInternal); in declareCoordTranslationFunction() 406 SymbolType::AngleInternal); in declareCoordTranslationFunction() 413 SymbolType::AngleInternal); in declareCoordTranslationFunction() 415 SymbolType::AngleInternal); in declareCoordTranslationFunction() 689 function = new TFunction(mSymbolTable, name, SymbolType::AngleInternal, vec3Type, true); in declareCoordTranslationFunction()
|
D | NameNamelessUniformBuffers.cpp | 56 SymbolType::AngleInternal, variable->extensions()); in visitDeclaration()
|
/external/angle/src/tests/compiler_tests/ |
D | IntermNode_test.cpp | 51 new TVariable(&symbolTable, symbolName, variableType, SymbolType::AngleInternal); in createTestSymbol() 148 new TVariable(&symbolTable, ImmutableString("name"), type, SymbolType::AngleInternal); in TEST_F()
|