Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DWireFormatLiteTest.java388 int typeId1 = 1545008; in testParseMessageSetExtensionWithFlag()
393 .setTypeId(typeId1) in testParseMessageSetExtensionWithFlag()
420 int typeId1 = 1545008; in testMergeLazyMessageSetExtensionWithFlag()
425 .setTypeId(typeId1) in testMergeLazyMessageSetExtensionWithFlag()
454 int typeId1 = 1545008; in testMergeMessageSetExtensionWithFlag()
459 .setTypeId(typeId1) in testMergeMessageSetExtensionWithFlag()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp6006 spv::Id typeId1 = builder.getDerefTypeId(texelOut); in createImageTextureFunctionCall() local
6007 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall()
6012 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall()
8624 spv::Id typeId1 = 0; in createMiscOperation() local
8626 typeId1 = builder.getTypeId(operands[1]); in createMiscOperation()
8796 assert(builder.isPointerType(typeId1)); in createMiscOperation()
8797 typeId1 = builder.getContainedTypeId(typeId1); in createMiscOperation()
8798 int width = builder.getScalarTypeWidth(typeId1); in createMiscOperation()
9240 if (builder.isFloatType(builder.getScalarTypeId(typeId1))) { in createMiscOperation()
[all...]
H A DSpvBuilder.cpp3055 Id typeId1 = 0; in createTextureCall() local
3059 typeId1 = getDerefTypeId(parameters.texelOut); in createTextureCall()
3060 resultType = makeStructResultType(typeId0, typeId1); in createTextureCall()
3081 createStore(createCompositeExtract(resultId, typeId1, 1), parameters.texelOut); in createTextureCall()

Completed in 19 milliseconds