Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h218 Id makeIntegerDebugType(int const width, bool const hasSign);
DSpvBuilder.cpp322 auto const debugResultId = makeIntegerDebugType(width, hasSign); in makeIntegerType()
833 Id Builder::makeIntegerDebugType(int const width, bool const hasSign) in makeIntegerDebugType() function in spv::Builder