Home
last modified time | relevance | path

Searched refs:CreateConstructor (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DClampIndirectIndices.cpp70 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()
DDeclareAndInitBuiltinsForInstancedMultiview.cpp50 TIntermAggregate *glInstanceIDAsUint = TIntermAggregate::CreateConstructor( in InitializeViewIDAndInstanceID()
60 TIntermAggregate *normalizedInstanceIDAsInt = TIntermAggregate::CreateConstructor( in InitializeViewIDAndInstanceID()
88 TIntermAggregate *viewIDAsInt = TIntermAggregate::CreateConstructor( in SelectViewIndexInVertexShader()
DRewriteCubeMapSamplersAs2DArray.cpp560 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()
DRewriteTexelFetchOffset.cpp125 offsetNode = TIntermAggregate::CreateConstructor(texCoordNode->getType(), in visitAggregate()
DRewriteRowMajorMatrices.cpp331 return TIntermAggregate::CreateConstructor(*transformedType, &slice); in constructReadTransformExpressionHelper()
349 return TIntermAggregate::CreateConstructor(*transformedType, &constructorArgs); in constructReadTransformExpressionHelper()
1253 return TIntermAggregate::CreateConstructor(*vecType, &transposedColumn); in transformReadExpression()
DRemoveDynamicIndexing.cpp87 return TIntermAggregate::CreateConstructor(TType(EbtInt), &arguments); in EnsureSignedInt()
/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp81 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()
DIntermNode_util.cpp113 return TIntermAggregate::CreateConstructor(constType, &arguments); in CreateZeroNode()
/external/angle/src/compiler/translator/
DFunctionLookup.h24 static TFunctionLookup *CreateConstructor(const TType *type);
DFunctionLookup.cpp53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor() function in sh::TFunctionLookup
DTranslatorMetal.cpp377 TIntermAggregate::CreateConstructor(*vec4Type, &vec4Args); in insertRasterizerDiscardLogic()
DTranslatorMetalDirect.cpp300 TIntermAggregate::CreateConstructor(builtin->getType(), &sequence); in RotateAndFlipBuiltinVariable()
564 TIntermAggregate::CreateConstructor(*vec4Type, vec4Args); in insertRasterizationDiscardLogic()
DIntermNode.h596 static TIntermAggregate *CreateConstructor(const TType &type, TIntermSequence *arguments);
DParseContext.cpp4070 return TFunctionLookup::CreateConstructor(type); in addConstructorFunc()
4197 TIntermAggregate *constructorNode = TIntermAggregate::CreateConstructor(type, &arguments); in addConstructor()
DIntermNode.cpp598 TIntermAggregate *TIntermAggregate::CreateConstructor(const TType &type, TIntermSequence *arguments) in CreateConstructor() function in sh::TIntermAggregate
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp433 return *TIntermAggregate::CreateConstructor( in CoerceSimple()
453 return *TIntermAggregate::CreateConstructor(toType, new TIntermSequence{&fromNode}); in CoerceSimple()
DRewriteKeywords.cpp408 return TIntermAggregate::CreateConstructor(rType, aggregateNode.getSequence()); in visitAggregatePost()
DModifyStruct.cpp823 return *TIntermAggregate::CreateConstructor(to.getType(), new TIntermSequence{&from}); in ConvertBoolToUint()
/external/angle/src/compiler/translator/tree_ops/gl/
DVectorizeVectorScalarArithmetic.cpp69 TIntermAggregate::CreateConstructor(vectorType, &vectorConstructorArgs); in Vectorize()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp242 replacementCall = TIntermAggregate::CreateConstructor(vec4Type, &constructorArgs); in RewriteBuiltinFunctionCall()