Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp6005 spv::Id typeId0 = resultType(); in createImageTextureFunctionCall() local
6007 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall()
6013 return builder.createCompositeExtract(resultId, typeId0, 0); in createImageTextureFunctionCall()
8621 spv::Id typeId0 = 0; in createMiscOperation() local
8623 typeId0 = builder.getTypeId(operands[0]); in createMiscOperation()
8762 typeId = builder.makeStructResultType(typeId0, typeId0); in createMiscOperation()
8767 typeId = builder.makeStructResultType(typeId0, typeId0); in createMiscOperation()
8772 typeId = builder.makeStructResultType(typeId0, typeId in createMiscOperation()
[all...]
H A DSpvBuilder.cpp3054 Id typeId0 = 0; in createTextureCall() local
3058 typeId0 = resultType; in createTextureCall()
3060 resultType = makeStructResultType(typeId0, typeId1); in createTextureCall()
3082 resultId = createCompositeExtract(resultId, typeId0, 0); in createTextureCall()

Completed in 19 milliseconds