Searched refs:functionCall (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/compiler/translator/ |
D | ParseContext.h | 454 void checkTextureGather(TIntermAggregate *functionCall); 455 void checkTextureOffset(TIntermAggregate *functionCall); 456 void checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall); 458 const TIntermAggregate *functionCall); 459 void checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall); 460 void checkInterpolationFS(TIntermAggregate *functionCall);
|
D | ParseContext.cpp | 6701 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather() argument 6703 const TOperator op = functionCall->getOp(); in checkTextureGather() 6704 const TFunction *func = functionCall->getFunction(); in checkTextureGather() 6710 TIntermSequence *arguments = functionCall->getSequence(); in checkTextureGather() 6755 error(functionCall->getLine(), "Texture component must be a constant expression", in checkTextureGather() 6763 error(functionCall->getLine(), "Component must be in the range [0;3]", in checkTextureGather() 6771 void TParseContext::checkTextureOffset(TIntermAggregate *functionCall) in checkTextureOffset() argument 6773 const TOperator op = functionCall->getOp(); in checkTextureOffset() 6774 const TFunction *func = functionCall->getFunction(); in checkTextureOffset() 6776 TIntermSequence *arguments = functionCall->getSequence(); in checkTextureOffset() [all …]
|
/external/angle/src/compiler/translator/tree_ops/apple/ |
D | RewriteRowMajorMatrices.cpp | 779 TIntermAggregate *functionCall = accessor->getAsAggregate(); in determineAccess() local 781 if (functionCall) in determineAccess() 783 TIntermSequence *arguments = functionCall->getSequence(); in determineAccess() 792 const TFunction *function = functionCall->getFunction(); in determineAccess() 1289 TIntermTyped *functionCall = in transformWriteExpression() local 1291 writeStatements->push_back(new TIntermBinary(EOpAssign, element, functionCall)); in transformWriteExpression() 1296 TIntermTyped *functionCall = in transformWriteExpression() local 1299 new TIntermBinary(EOpAssign, baseExpression, functionCall)); in transformWriteExpression()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | MonomorphizeUnsupportedFunctions.cpp | 278 TIntermFunctionDefinition *processFunctionCall(TIntermAggregate *functionCall, in processFunctionCall() argument 282 const TFunction *function = functionCall->getFunction(); in processFunctionCall() 283 const TIntermSequence &callArguments = *functionCall->getSequence(); in processFunctionCall()
|
D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 305 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost() local 307 return *functionCall; in visitAggregatePost()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSRGBDecodeTests.cpp | 728 std::ostringstream functionCall; in genFunctionCall() local 730 functionCall << " mediump vec4 texelColor" << uniformIdx << " = "; in genFunctionCall() 736 functionCall << "texture(uTexture" << uniformIdx << ", vs_aTexCoord); \n"; in genFunctionCall() 741 functionCall << "textureLod(uTexture" << uniformIdx << ", vs_aTexCoord, 0.0); \n"; in genFunctionCall() 746 …functionCall << "textureGrad(uTexture" << uniformIdx << ", vs_aTexCoord, vec2(0.0, 0.0), vec2(0.0,… in genFunctionCall() 751 … functionCall << "textureOffset(uTexture" << uniformIdx << ", vs_aTexCoord, ivec2(0.0, 0.0)); \n"; in genFunctionCall() 756 functionCall << "textureProj(uTexture" << uniformIdx << ", vec3(vs_aTexCoord, 1.0)); \n"; in genFunctionCall() 761 functionCall << "texelFetch(uTexture" << uniformIdx << ", ivec2(vs_aTexCoord), 0); \n"; in genFunctionCall() 766 …functionCall << "texelFetchOffset(uTexture" << uniformIdx << ", ivec2(vs_aTexCoord), 0, ivec2(0.0,… in genFunctionCall() 775 return functionCall.str(); in genFunctionCall()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.functionCall.frag.out | 1 spv.functionCall.frag
|
D | functionCall.frag.out | 1 functionCall.frag
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.functionCall.frag.out | 1 spv.functionCall.frag
|
D | functionCall.frag.out | 1 functionCall.frag
|