/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deArrayBuffer.hpp | 91 const size_t storageSize = (numElements - 1) * Stride + sizeof(T); in ArrayBuffer() local 92 void* const ptr = detail::ArrayBuffer_AlignedMalloc(storageSize, Alignment); in ArrayBuffer() 115 const size_t storageSize = sizeof(T) * numElements; in ArrayBuffer() local 116 deMemcpy(tmp.m_ptr, ptr, (int)storageSize); in ArrayBuffer() 138 const size_t storageSize = (other.m_cap - 1) * Stride + sizeof(T); in ArrayBuffer() local 141 deMemcpy(tmp.m_ptr, other.m_ptr, (int)storageSize); in ArrayBuffer()
|
/third_party/protobuf/objectivec/ |
D | GPBWrappers.pbobjc.m | 83 storageSize:sizeof(GPBDoubleValue__storage_) 128 storageSize:sizeof(GPBFloatValue__storage_) 173 storageSize:sizeof(GPBInt64Value__storage_) 218 storageSize:sizeof(GPBUInt64Value__storage_) 263 storageSize:sizeof(GPBInt32Value__storage_) 308 storageSize:sizeof(GPBUInt32Value__storage_) 352 storageSize:sizeof(GPBBoolValue__storage_) 397 storageSize:sizeof(GPBStringValue__storage_) 442 storageSize:sizeof(GPBBytesValue__storage_)
|
D | GPBDescriptor_PackagePrivate.h | 194 storageSize:(uint32_t)storageSize 200 storageSize:(uint32_t)storage
|
D | GPBStruct.pbobjc.m | 128 storageSize:sizeof(GPBStruct__storage_) 228 storageSize:sizeof(GPBValue__storage_) 296 storageSize:sizeof(GPBListValue__storage_)
|
D | GPBType.pbobjc.m | 190 storageSize:sizeof(GPBType__storage_) 345 storageSize:sizeof(GPBField__storage_) 577 storageSize:sizeof(GPBEnum__storage_) 656 storageSize:sizeof(GPBEnumValue__storage_) 712 storageSize:sizeof(GPBOption__storage_)
|
D | GPBApi.pbobjc.m | 163 storageSize:sizeof(GPBApi__storage_) 284 storageSize:sizeof(GPBMethod__storage_) 357 storageSize:sizeof(GPBMixin__storage_)
|
D | GPBDescriptor.m | 120 storageSize:(uint32_t)storageSize 161 storageSize:storageSize 170 storageSize:(uint32_t)storageSize 176 storageSize_ = storageSize;
|
D | GPBEmpty.pbobjc.m | 70 storageSize:sizeof(GPBEmpty__storage_)
|
D | GPBSourceContext.pbobjc.m | 83 storageSize:sizeof(GPBSourceContext__storage_)
|
D | GPBFieldMask.pbobjc.m | 83 storageSize:sizeof(GPBFieldMask__storage_)
|
D | GPBDuration.pbobjc.m | 94 storageSize:sizeof(GPBDuration__storage_)
|
D | GPBTimestamp.pbobjc.m | 94 storageSize:sizeof(GPBTimestamp__storage_)
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
D | lut.go | 209 storageSize := t.storage.Count() 210 keys := make([]int32, storageSize) 212 for i := 0; i < storageSize; i++ {
|
/third_party/flutter/skia/src/core/ |
D | SkDeque.cpp | 38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument 43 SkASSERT(storageSize == 0 || storage != nullptr); in SkDeque() 46 if (storageSize >= sizeof(Block) + elemSize) { in SkDeque() 48 fFrontBlock->init(storageSize); in SkDeque()
|
D | SkWriteBuffer.h | 76 SkBinaryWriteBuffer(void* initialStorage, size_t storageSize); 86 void reset(void* storage = nullptr, size_t storageSize = 0) { 87 fWriter.reset(storage, storageSize);
|
D | SkMipMap.cpp | 398 size_t storageSize = SkMipMap::AllocLevelsSize(countLevels, size); in Build() local 399 if (0 == storageSize) { in Build() 405 SkDiscardableMemory* dm = fact(storageSize); in Build() 409 mipmap = new SkMipMap(storageSize, dm); in Build() 411 mipmap = new SkMipMap(sk_malloc_throw(storageSize), storageSize); in Build()
|
D | SkWriteBuffer.cpp | 26 SkBinaryWriteBuffer::SkBinaryWriteBuffer(void* storage, size_t storageSize) in SkBinaryWriteBuffer() argument 29 , fWriter(storage, storageSize) in SkBinaryWriteBuffer()
|
/third_party/skia/src/core/ |
D | SkDeque.cpp | 38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument 43 SkASSERT(storageSize == 0 || storage != nullptr); in SkDeque() 46 if (storageSize >= sizeof(Block) + elemSize) { in SkDeque() 48 fFrontBlock->init(storageSize); in SkDeque()
|
D | SkWriteBuffer.h | 83 SkBinaryWriteBuffer(void* initialStorage, size_t storageSize); 93 void reset(void* storage = nullptr, size_t storageSize = 0) { 94 fWriter.reset(storage, storageSize);
|
D | SkMipmap.cpp | 562 size_t storageSize = SkMipmap::AllocLevelsSize(countLevels, size); in Build() local 563 if (0 == storageSize) { in Build() 569 SkDiscardableMemory* dm = fact(storageSize); in Build() 573 mipmap = new SkMipmap(storageSize, dm); in Build() 575 mipmap = new SkMipmap(sk_malloc_throw(storageSize), storageSize); in Build()
|
D | SkWriteBuffer.cpp | 28 SkBinaryWriteBuffer::SkBinaryWriteBuffer(void* storage, size_t storageSize) in SkBinaryWriteBuffer() argument 31 , fWriter(storage, storageSize) in SkBinaryWriteBuffer()
|
D | SkMaskFilter.cpp | 136 size_t storageSize = (innerW + 1) * (sizeof(int16_t) + sizeof(uint8_t)); in draw_nine_clipped() local 137 SkAutoSMalloc<4*1024> storage(storageSize); in draw_nine_clipped()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 990 VkDeviceSize storageSize = 0; in getStorageSize() local 992 if(aspectMask & VK_IMAGE_ASPECT_COLOR_BIT) storageSize += getLayerSize(VK_IMAGE_ASPECT_COLOR_BIT); in getStorageSize() 993 if(aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT) storageSize += getLayerSize(VK_IMAGE_ASPECT_DEPTH_BIT); in getStorageSize() 994 …if(aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT) storageSize += getLayerSize(VK_IMAGE_ASPECT_STENCIL_B… in getStorageSize() 995 …if(aspectMask & VK_IMAGE_ASPECT_PLANE_0_BIT) storageSize += getLayerSize(VK_IMAGE_ASPECT_PLANE_0_B… in getStorageSize() 996 …if(aspectMask & VK_IMAGE_ASPECT_PLANE_1_BIT) storageSize += getLayerSize(VK_IMAGE_ASPECT_PLANE_1_B… in getStorageSize() 997 …if(aspectMask & VK_IMAGE_ASPECT_PLANE_2_BIT) storageSize += getLayerSize(VK_IMAGE_ASPECT_PLANE_2_B… in getStorageSize() 999 return arrayLayers * storageSize; in getStorageSize()
|
/third_party/skia/include/private/ |
D | SkDeque.h | 33 SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount = 1);
|
/third_party/flutter/skia/include/core/ |
D | SkDeque.h | 33 SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount = 1);
|