Home
last modified time | relevance | path

Searched refs:tempDecl (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp896 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/
DGrGLSLShaderBuilder.cpp33 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/
DGrGLSLShaderBuilder.cpp37 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/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp136 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/
DRewriteRowMajorMatrices.cpp111 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()