Home
last modified time | relevance | path

Searched refs:makeDebugFunctionType (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.h236 Id makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes);
H A DSpvBuilder.cpp642 Id debugTypeId = makeDebugFunctionType(returnType, {}); in makeFunctionType()
661 Id debugTypeId = makeDebugFunctionType(returnType, paramTypes); in makeFunctionType()
668 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() function in spv::Builder

Completed in 9 milliseconds