Home
last modified time | relevance | path

Searched refs:makeStructResultType (Results 1 - 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.h197 Id makeStructResultType(Id type0, Id type1);
H A DGlslangToSpv.cpp6007 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall()
8762 typeId = builder.makeStructResultType(typeId0, typeId0); in createMiscOperation()
8767 typeId = builder.makeStructResultType(typeId0, typeId0); in createMiscOperation()
8772 typeId = builder.makeStructResultType(typeId0, typeId0); in createMiscOperation()
8777 typeId = builder.makeStructResultType(typeId0, typeId0); in createMiscOperation()
8807 typeId = builder.makeStructResultType(typeId0, frexpIntType); in createMiscOperation()
H A DSpvBuilder.cpp362 // See makeStructResultType() for non-decorated structs
390 Id Builder::makeStructResultType(Id type0, Id type1) in makeStructResultType() function in spv::Builder
3060 resultType = makeStructResultType(typeId0, typeId1); in createTextureCall()

Completed in 25 milliseconds