/external/angle/src/compiler/translator/tree_ops/ |
D | ClampIndirectIndices.cpp | 70 max = TIntermAggregate::CreateConstructor(*StaticType::GetBasic<EbtFloat>(), in visitBinary() 94 index = TIntermAggregate::CreateConstructor(*clampType, &constructorArgs); in visitBinary() 109 clamped = TIntermAggregate::CreateConstructor(*StaticType::GetBasic<EbtInt>(), in visitBinary()
|
D | DeclareAndInitBuiltinsForInstancedMultiview.cpp | 50 TIntermAggregate *glInstanceIDAsUint = TIntermAggregate::CreateConstructor( in InitializeViewIDAndInstanceID() 60 TIntermAggregate *normalizedInstanceIDAsInt = TIntermAggregate::CreateConstructor( in InitializeViewIDAndInstanceID() 88 TIntermAggregate *viewIDAsInt = TIntermAggregate::CreateConstructor( in SelectViewIndexInVertexShader()
|
D | RewriteCubeMapSamplersAs2DArray.cpp | 560 TIntermTyped *xl = TIntermAggregate::CreateConstructor(*floatType, &argsNegX); in declareCoordTranslationFunction() 570 TIntermAggregate::CreateConstructor(*floatType, &argsNegY)); in declareCoordTranslationFunction() 580 TIntermAggregate::CreateConstructor(*floatType, &argsNegZ)); in declareCoordTranslationFunction() 674 TIntermTyped *dUVdxValue = TIntermAggregate::CreateConstructor(*vec2Type, &argsDUVdx); in declareCoordTranslationFunction() 677 TIntermTyped *dUVdyValue = TIntermAggregate::CreateConstructor(*vec2Type, &argsDUVdy); in declareCoordTranslationFunction() 685 new TIntermBranch(EOpReturn, TIntermAggregate::CreateConstructor(*vec3Type, &argsUVL)); in declareCoordTranslationFunction()
|
D | RewriteTexelFetchOffset.cpp | 125 offsetNode = TIntermAggregate::CreateConstructor(texCoordNode->getType(), in visitAggregate()
|
D | RewriteRowMajorMatrices.cpp | 331 return TIntermAggregate::CreateConstructor(*transformedType, &slice); in constructReadTransformExpressionHelper() 349 return TIntermAggregate::CreateConstructor(*transformedType, &constructorArgs); in constructReadTransformExpressionHelper() 1253 return TIntermAggregate::CreateConstructor(*vecType, &transposedColumn); in transformReadExpression()
|
D | RemoveDynamicIndexing.cpp | 87 return TIntermAggregate::CreateConstructor(TType(EbtInt), &arguments); in EnsureSignedInt()
|
/external/angle/src/compiler/translator/tree_util/ |
D | SpecializationConstant.cpp | 81 TIntermAggregate::CreateConstructor(*mat2Type, &mat2Args); in CreateMat2x2() 101 TIntermTyped *array = TIntermAggregate::CreateConstructor(*typeMat2Array, &sequences); in GenerateMat2x2ArrayWithIndex() 136 TIntermAggregate::CreateConstructor(*vec2Type, &vec2Args); in CreateVec2() 158 TIntermTyped *vec2Array = TIntermAggregate::CreateConstructor(*typeVec2Array, &sequences); in CreateVec2ArrayWithIndex() 230 TIntermTyped *array = TIntermAggregate::CreateConstructor(*typeFloat8, &sequences); in CreateFloatArrayWithRotationIndex() 527 TIntermAggregate::CreateConstructor(*vec2Type, &widthHeightArgs); in getHalfRenderArea()
|
D | IntermNode_util.cpp | 113 return TIntermAggregate::CreateConstructor(constType, &arguments); in CreateZeroNode()
|
/external/angle/src/compiler/translator/ |
D | FunctionLookup.h | 24 static TFunctionLookup *CreateConstructor(const TType *type);
|
D | FunctionLookup.cpp | 53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor() function in sh::TFunctionLookup
|
D | TranslatorMetal.cpp | 377 TIntermAggregate::CreateConstructor(*vec4Type, &vec4Args); in insertRasterizerDiscardLogic()
|
D | TranslatorMetalDirect.cpp | 300 TIntermAggregate::CreateConstructor(builtin->getType(), &sequence); in RotateAndFlipBuiltinVariable() 564 TIntermAggregate::CreateConstructor(*vec4Type, vec4Args); in insertRasterizationDiscardLogic()
|
D | IntermNode.h | 596 static TIntermAggregate *CreateConstructor(const TType &type, TIntermSequence *arguments);
|
D | ParseContext.cpp | 4070 return TFunctionLookup::CreateConstructor(type); in addConstructorFunc() 4197 TIntermAggregate *constructorNode = TIntermAggregate::CreateConstructor(type, &arguments); in addConstructor()
|
D | IntermNode.cpp | 598 TIntermAggregate *TIntermAggregate::CreateConstructor(const TType &type, TIntermSequence *arguments) in CreateConstructor() function in sh::TIntermAggregate
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | AstHelpers.cpp | 433 return *TIntermAggregate::CreateConstructor( in CoerceSimple() 453 return *TIntermAggregate::CreateConstructor(toType, new TIntermSequence{&fromNode}); in CoerceSimple()
|
D | RewriteKeywords.cpp | 408 return TIntermAggregate::CreateConstructor(rType, aggregateNode.getSequence()); in visitAggregatePost()
|
D | ModifyStruct.cpp | 823 return *TIntermAggregate::CreateConstructor(to.getType(), new TIntermSequence{&from}); in ConvertBoolToUint()
|
/external/angle/src/compiler/translator/tree_ops/gl/ |
D | VectorizeVectorScalarArithmetic.cpp | 69 TIntermAggregate::CreateConstructor(vectorType, &vectorConstructorArgs); in Vectorize()
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteR32fImages.cpp | 242 replacementCall = TIntermAggregate::CreateConstructor(vec4Type, &constructorArgs); in RewriteBuiltinFunctionCall()
|