Searched refs:typeId1 (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | WireFormatLiteTest.java | 388 int typeId1 = 1545008; in testParseMessageSetExtensionWithFlag() local 393 .setTypeId(typeId1) in testParseMessageSetExtensionWithFlag() 420 int typeId1 = 1545008; in testMergeLazyMessageSetExtensionWithFlag() local 425 .setTypeId(typeId1) in testMergeLazyMessageSetExtensionWithFlag() 454 int typeId1 = 1545008; in testMergeMessageSetExtensionWithFlag() local 459 .setTypeId(typeId1) in testMergeMessageSetExtensionWithFlag()
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2147 Id typeId1 = 0; in createTextureCall() local 2151 typeId1 = getDerefTypeId(parameters.texelOut); in createTextureCall() 2152 resultType = makeStructResultType(typeId0, typeId1); in createTextureCall() 2173 createStore(createCompositeExtract(resultId, typeId1, 1), parameters.texelOut); in createTextureCall()
|
D | GlslangToSpv.cpp | 4980 spv::Id typeId1 = builder.getDerefTypeId(texelOut); in createImageTextureFunctionCall() local 4981 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall() 4986 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall() 7486 spv::Id typeId1 = 0; in createMiscOperation() local 7488 typeId1 = builder.getTypeId(operands[1]); in createMiscOperation() 7659 assert(builder.isPointerType(typeId1)); in createMiscOperation() 7660 typeId1 = builder.getContainedTypeId(typeId1); in createMiscOperation() 7661 int width = builder.getScalarTypeWidth(typeId1); in createMiscOperation() 7937 if (builder.isFloatType(builder.getScalarTypeId(typeId1))) { in createMiscOperation() 7940 member1 = builder.createUnaryOp(spv::OpConvertSToF, typeId1, member1); in createMiscOperation()
|