Home
last modified time | relevance | path

Searched refs:createVariable (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/compiler/translator/
DSymbol.h182 const TVariable *createVariable(TSymbolTable *symbolTable) in createVariable() function
Dglslang.y652 $1->addParameter($2.createVariable(&context->symbolTable));
666 $1->addParameter($3.createVariable(&context->symbolTable));
Dglslang_tab_autogen.cpp3153 ->addParameter((yyvsp[0].interm.param).createVariable(&context->symbolTable)); in yyparse()
3174 ->addParameter((yyvsp[0].interm.param).createVariable(&context->symbolTable)); in yyparse()
/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.h350 Id createVariable(StorageClass, Id type, const char* name = 0, Id initializer = NoResult);
DSpvBuilder.cpp1359 Id Builder::createVariable(StorageClass storageClass, Id type, const char* name, Id initializer) in createVariable() function in spv::Builder
2722 … lValue = createVariable(StorageClassFunction, getTypeId(accessChain.base), "indexable", in accessChainLoad()
2726 … lValue = createVariable(StorageClassFunction, getTypeId(accessChain.base), "indexable"); in accessChainLoad()
DGlslangToSpv.cpp2980 temporaryLvalues.push_back(builder.createVariable(spv::StorageClassFunction, in visitAggregate()
3200 …result = builder.createVariable(spv::StorageClassFunction, convertGlslangToSpvType(node->getType()… in visitSelection()
3226 …result = builder.createVariable(spv::StorageClassFunction, convertGlslangToSpvType(node->getType()… in visitSelection()
3428 …spv::Id copyId = builder.createVariable(spv::StorageClassFunction, currentFunction->getReturnType(… in visitBranch()
3527 return builder.createVariable(storageClass, spvType, name); in createSpvVariable()
5320 arg = builder.createVariable(spv::StorageClassFunction, in handleUserFunctionCall()
5334 …spv::Id argCopy = builder.createVariable(spv::StorageClassFunction, function->getParamType(a), "ar… in handleUserFunctionCall()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h350 Id createVariable(StorageClass, Id type, const char* name = 0, Id initializer = NoResult);
DSpvBuilder.cpp1359 Id Builder::createVariable(StorageClass storageClass, Id type, const char* name, Id initializer) in createVariable() function in spv::Builder
2722 … lValue = createVariable(StorageClassFunction, getTypeId(accessChain.base), "indexable", in accessChainLoad()
2726 … lValue = createVariable(StorageClassFunction, getTypeId(accessChain.base), "indexable"); in accessChainLoad()
DGlslangToSpv.cpp2980 temporaryLvalues.push_back(builder.createVariable(spv::StorageClassFunction, in visitAggregate()
3200 …result = builder.createVariable(spv::StorageClassFunction, convertGlslangToSpvType(node->getType()… in visitSelection()
3226 …result = builder.createVariable(spv::StorageClassFunction, convertGlslangToSpvType(node->getType()… in visitSelection()
3428 …spv::Id copyId = builder.createVariable(spv::StorageClassFunction, currentFunction->getReturnType(… in visitBranch()
3527 return builder.createVariable(storageClass, spvType, name); in createSpvVariable()
5320 arg = builder.createVariable(spv::StorageClassFunction, in handleUserFunctionCall()
5334 …spv::Id argCopy = builder.createVariable(spv::StorageClassFunction, function->getParamType(a), "ar… in handleUserFunctionCall()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1295 void createVariable(SpirvShader::Object::ID id, uint32_t size) in createVariable() function in sw::SpirvRoutine
DSpirvShader.cpp1528 routine->createVariable(resultId, pointeeType.sizeInComponents); in emitProlog()