Home
last modified time | relevance | path

Searched refs:fieldSize (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSchema.java1641 int fieldSize = in getSerializedSizeProto2()
1644 if (fieldSize > 0) { in getSerializedSizeProto2()
1646 unsafe.putInt(message, (long) presenceMaskAndOffset, fieldSize); in getSerializedSizeProto2()
1650 + CodedOutputStream.computeUInt32SizeNoTag(fieldSize) in getSerializedSizeProto2()
1651 + fieldSize; in getSerializedSizeProto2()
1657 int fieldSize = in getSerializedSizeProto2()
1660 if (fieldSize > 0) { in getSerializedSizeProto2()
1662 unsafe.putInt(message, (long) presenceMaskAndOffset, fieldSize); in getSerializedSizeProto2()
1666 + CodedOutputStream.computeUInt32SizeNoTag(fieldSize) in getSerializedSizeProto2()
1667 + fieldSize; in getSerializedSizeProto2()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.cpp166 size_t fieldSize = field->type()->getObjectSize(); in calculateObjectSize() local
167 if(fieldSize > INT_MAX - size) in calculateObjectSize()
170 size += fieldSize; in calculateObjectSize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTypes.cpp857 size_t fieldSize = field->type()->getObjectSize(); in calculateObjectSize() local
858 if (fieldSize > INT_MAX - size) in calculateObjectSize()
861 size += fieldSize; in calculateObjectSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp569 int fieldSize = 0; in computeXfbLayout() local
593 fieldSize = numVecs * stride; in computeXfbLayout()
599 fieldSize = getDataTypeByteSize(basicType); in computeXfbLayout()
600 fieldSizeForLocation = deAlign32(fieldSize, locationAlignSize); in computeXfbLayout()
606 curOffset += fieldSize; in computeXfbLayout()
620 const int fieldSize = stride * type.getArraySize(); in computeXfbLayout() local
635 curOffset += fieldSize; in computeXfbLayout()
648 const int fieldSize = numVecs * type.getArraySize() * stride; in computeXfbLayout() local
663 curOffset += fieldSize; in computeXfbLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp569 int fieldSize = 0; in computeXfbLayout() local
593 fieldSize = numVecs * stride; in computeXfbLayout()
599 fieldSize = getDataTypeByteSize(basicType); in computeXfbLayout()
600 fieldSizeForLocation = deAlign32(fieldSize, locationAlignSize); in computeXfbLayout()
606 curOffset += fieldSize; in computeXfbLayout()
620 const int fieldSize = stride * type.getArraySize(); in computeXfbLayout() local
635 curOffset += fieldSize; in computeXfbLayout()
648 const int fieldSize = numVecs * type.getArraySize() * stride; in computeXfbLayout() local
663 curOffset += fieldSize; in computeXfbLayout()
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp2049 size_t fieldSize = memoryLayout.size(*fieldType); in writeFields() local
2050 if (fieldSize > static_cast<size_t>(std::numeric_limits<int>::max() - currentOffset)) { in writeFields()
2054 currentOffset += fieldSize; in writeFields()

Completed in 17 milliseconds