Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
5540 spv::FunctionControlMaskNone, ids.functionTypeId); in visitFunctionDefinition()
5672 ids.functionTypeId = mBuilder.getFunctionTypeId(ids.returnTypeId, ids.parameterTypeIds); in visitFunctionPrototype()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2913 SpvId functionTypeId = this->getFunctionType(f); in writeFunctionStart() local
2915 SpvFunctionControlMaskNone, functionTypeId, out); in writeFunctionStart()