Searched refs:makeCompositeDebugType (Results 1 - 2 of 2) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 219 auto const debugResultId = makeCompositeDebugType({}, "type.sampler", NonSemanticShaderDebugInfo100Structure, true); in makeSamplerType() 381 auto const debugResultId = makeCompositeDebugType(members, name, NonSemanticShaderDebugInfo100Structure); in makeStructType() 782 auto const debugResultId = makeCompositeDebugType({}, TypeName(), NonSemanticShaderDebugInfo100Class, true); in makeImageType() 809 auto const debugResultId = makeCompositeDebugType({}, "type.sampled.image", NonSemanticShaderDebugInfo100Class, true); in makeSampledImageType() 1025 Id Builder::makeCompositeDebugType(std::vector<Id> const& memberTypes, char const*const name, in makeCompositeDebugType() function in spv::Builder
|
H A D | SpvBuilder.h | 227 Id makeCompositeDebugType(std::vector<Id> const& memberTypes, char const*const name,
|
Completed in 10 milliseconds