Home
last modified time | relevance | path

Searched refs:functionTypeId (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DBuildSPIRV.cpp651 const spirv::IdRef functionTypeId = getNewId({}); in getFunctionTypeId() local
653 spirv::WriteTypeFunction(&mSpirvFunctionTypeDecls, functionTypeId, returnTypeId, in getFunctionTypeId()
656 iter = mFunctionTypeIdMap.insert({key, functionTypeId}).first; in getFunctionTypeId()
DOutputSPIRV.cpp130 spirv::IdRef functionTypeId; member
5525 spv::FunctionControlMaskNone, ids.functionTypeId); in visitFunctionDefinition()
5657 ids.functionTypeId = mBuilder.getFunctionTypeId(ids.returnTypeId, ids.parameterTypeIds); in visitFunctionPrototype()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2916 SpvId functionTypeId = this->getFunctionType(f); in writeFunctionStart() local
2918 SpvFunctionControlMaskNone, functionTypeId, out); in writeFunctionStart()