Home
last modified time | relevance | path

Searched refs:makeDebugFunctionType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h245 Id makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes);
DSpvBuilder.cpp568 Id debugTypeId = makeDebugFunctionType(returnType, {}); in makeFunctionType()
587 Id debugTypeId = makeDebugFunctionType(returnType, paramTypes); in makeFunctionType()
594 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() function in spv::Builder
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h248 Id makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes);
H A DSpvBuilder.cpp627 Id debugTypeId = makeDebugFunctionType(returnType, {}); in makeFunctionType()
647 Id debugTypeId = makeDebugFunctionType(returnType, paramTypes); in makeFunctionType()
654 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() function in spv::Builder