Home
last modified time | relevance | path

Searched refs:makeFunctionType (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h154 Id makeFunctionType(Id returnType, const std::vector<Id>& paramTypes);
DSpvBuilder.cpp429 Id Builder::makeFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeFunctionType() function in spv::Builder
1213 Id typeId = makeFunctionType(returnType, paramTypes); in makeFunctionEntry()