Searched refs:tempDecl (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 896 const deUint32 tempDecl[] = in init() local 907 Stage(tempDecl[0] | tempDecl[1] | tempDecl[2] | tempDecl[3]), in init() 908 Stage(tempDecl[1] | tempDecl[2] | tempDecl[3]), in init() 909 Stage(tempDecl[2] | tempDecl[3]), in init() 910 Stage(tempDecl[3]), in init()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.cpp | 33 SkString tempDecl; in declAppend() local 34 var.appendDecl(fProgramBuilder->shaderCaps(), &tempDecl); in declAppend() 35 this->codeAppendf("%s;", tempDecl.c_str()); in declAppend()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.cpp | 37 SkString tempDecl; in declAppend() local 38 var.appendDecl(fProgramBuilder->shaderCaps(), &tempDecl); in declAppend() 39 this->codeAppendf("%s;", tempDecl.c_str()); in declAppend()
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | MonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp | 136 TIntermDeclaration *tempDecl = nullptr; in ExtractSideEffects() local 137 TVariable *tempVar = DeclareTempVariable(symbolTable, index, EvqTemporary, &tempDecl); in ExtractSideEffects() 139 replacementIndices->push_back(tempDecl); in ExtractSideEffects()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteRowMajorMatrices.cpp | 111 TIntermDeclaration *tempDecl = CreateTempInitDeclarationNode(temp, node); in CopyToTempVariable() local 112 prependStatements->push_back(tempDecl); in CopyToTempVariable() 1056 TIntermDeclaration *tempDecl = nullptr; in transformExpression() local 1090 tempDecl = CreateTempInitDeclarationNode(temp, assignment->getRight()); in transformExpression() 1132 tempDecl = CreateTempDeclarationNode(temp); in transformExpression() 1139 prependStatements.push_back(tempDecl); in transformExpression()
|