Home
last modified time | relevance | path

Searched refs:storageSize (Results 1 – 25 of 47) sorted by relevance

12

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeArrayBuffer.hpp91 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/
DGPBWrappers.pbobjc.m83 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_)
DGPBDescriptor_PackagePrivate.h194 storageSize:(uint32_t)storageSize
200 storageSize:(uint32_t)storage
DGPBStruct.pbobjc.m128 storageSize:sizeof(GPBStruct__storage_)
228 storageSize:sizeof(GPBValue__storage_)
296 storageSize:sizeof(GPBListValue__storage_)
DGPBType.pbobjc.m190 storageSize:sizeof(GPBType__storage_)
345 storageSize:sizeof(GPBField__storage_)
577 storageSize:sizeof(GPBEnum__storage_)
656 storageSize:sizeof(GPBEnumValue__storage_)
712 storageSize:sizeof(GPBOption__storage_)
DGPBApi.pbobjc.m163 storageSize:sizeof(GPBApi__storage_)
284 storageSize:sizeof(GPBMethod__storage_)
357 storageSize:sizeof(GPBMixin__storage_)
DGPBDescriptor.m120 storageSize:(uint32_t)storageSize
161 storageSize:storageSize
170 storageSize:(uint32_t)storageSize
176 storageSize_ = storageSize;
DGPBEmpty.pbobjc.m70 storageSize:sizeof(GPBEmpty__storage_)
DGPBSourceContext.pbobjc.m83 storageSize:sizeof(GPBSourceContext__storage_)
DGPBFieldMask.pbobjc.m83 storageSize:sizeof(GPBFieldMask__storage_)
DGPBDuration.pbobjc.m94 storageSize:sizeof(GPBDuration__storage_)
DGPBTimestamp.pbobjc.m94 storageSize:sizeof(GPBTimestamp__storage_)
/third_party/skia/third_party/externals/tint/tools/src/lut/
Dlut.go209 storageSize := t.storage.Count()
210 keys := make([]int32, storageSize)
212 for i := 0; i < storageSize; i++ {
/third_party/flutter/skia/src/core/
DSkDeque.cpp38 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()
DSkWriteBuffer.h76 SkBinaryWriteBuffer(void* initialStorage, size_t storageSize);
86 void reset(void* storage = nullptr, size_t storageSize = 0) {
87 fWriter.reset(storage, storageSize);
DSkMipMap.cpp398 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()
DSkWriteBuffer.cpp26 SkBinaryWriteBuffer::SkBinaryWriteBuffer(void* storage, size_t storageSize) in SkBinaryWriteBuffer() argument
29 , fWriter(storage, storageSize) in SkBinaryWriteBuffer()
/third_party/skia/src/core/
DSkDeque.cpp38 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()
DSkWriteBuffer.h83 SkBinaryWriteBuffer(void* initialStorage, size_t storageSize);
93 void reset(void* storage = nullptr, size_t storageSize = 0) {
94 fWriter.reset(storage, storageSize);
DSkMipmap.cpp562 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()
DSkWriteBuffer.cpp28 SkBinaryWriteBuffer::SkBinaryWriteBuffer(void* storage, size_t storageSize) in SkBinaryWriteBuffer() argument
31 , fWriter(storage, storageSize) in SkBinaryWriteBuffer()
DSkMaskFilter.cpp136 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/
DVkImage.cpp990 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/
DSkDeque.h33 SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount = 1);
/third_party/flutter/skia/include/core/
DSkDeque.h33 SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount = 1);

12