Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fUniformLocationTests.cpp938 const deUint32 tempDecl[] = in init() local
949 Stage(tempDecl[0] | tempDecl[1] | tempDecl[2] | tempDecl[3]), in init()
950 Stage(tempDecl[1] | tempDecl[2] | tempDecl[3]), in init()
951 Stage(tempDecl[2] | tempDecl[3]), in init()
952 Stage(tempDecl[3]), in init()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.cpp32 SkString tempDecl; in declAppend() local
33 var.appendDecl(fProgramBuilder->shaderCaps(), &tempDecl); in declAppend()
34 this->codeAppendf("%s;", tempDecl.c_str()); in declAppend()
/third_party/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()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp135 TIntermDeclaration *tempDecl = nullptr; in ExtractSideEffects() local
136 TVariable *tempVar = DeclareTempVariable(symbolTable, index, EvqTemporary, &tempDecl); in ExtractSideEffects()
138 replacementIndices->push_back(tempDecl); in ExtractSideEffects()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
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()