/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device_memory.c | 47 mem->size = pAllocateInfo->allocationSize; in vk_device_memory_create() 148 assert(pAllocateInfo->allocationSize > 0); in vk_device_memory_create() 161 assert(pAllocateInfo->allocationSize > 0); in vk_device_memory_create()
|
D | vk_android.c | 208 w = pAllocateInfo->allocationSize; in vk_alloc_ahardware_buffer()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 67 .allocationSize = imageMemoryRequirements.size, in TEST_P() 149 .allocationSize = imageMemoryRequirements.size, in TEST_P() 196 .allocationSize = imageMemoryRequirements.size, in TEST_P() 271 .allocationSize = imageMemoryRequirements.size, in TEST_P() 321 .allocationSize = imageMemoryRequirements.size, in TEST_P() 383 .allocationSize = stagingBufferMemoryRequirements.size, in TEST_P() 434 .allocationSize = imageMemoryRequirements.size, in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 62 .allocationSize = stagingBufferMemoryRequirements.size, in TEST_P() 106 .allocationSize = vertexBufferMemoryRequirements.size, in TEST_P() 175 .allocationSize = readbackBufferMemoryRequirements.size, in TEST_P() 247 .allocationSize = uniformBufferMemoryRequirements.size, in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 94 .allocationSize = imageMemoryRequirements.size, in DoAcquireImageAndroidWithSync() 174 .allocationSize = imageMemoryRequirements.size, in TEST_P() 199 .allocationSize = stagingBufferMemoryRequirements.size, in TEST_P() 354 .size = bufferProperties.allocationSize, in TEST_P() 379 .allocationSize = bufferMemoryRequirements.size, in TEST_P() 408 .allocationSize = kSize, in TEST_P() 741 .allocationSize = 1024, in TEST_P() 912 .allocationSize = bufferMemoryRequirements.size, in TEST_P()
|
D | GfxstreamEnd2EndTestUtils.cpp | 71 .allocationSize = readbackBufferMemoryRequirements.size, in readImageData()
|
/hardware/google/aemu/base/ |
D | Metrics.cpp | 217 vkOutOfMemoryEvent.allocationSize.value_or(0), in operator ()() 219 vkOutOfMemoryEvent.allocationSize.has_value()); // is_allocation in operator ()()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_screen.h | 59 VkDeviceSize allocationSize; member
|
D | vulkan_android.h | 60 VkDeviceSize allocationSize; member
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_screen.h | 59 VkDeviceSize allocationSize; member
|
D | vulkan_android.h | 60 VkDeviceSize allocationSize; member
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 1334 VkDeviceSize allocationSize, uint8_t* ptr, in setDeviceMemoryInfo() argument 1342 info.allocationSize = allocationSize; in setDeviceMemoryInfo() 1377 return info.allocationSize; in getMappedSize() 1392 return offset <= info.allocationSize; in isValidMemoryRange() 1395 return offset + size <= info.allocationSize; in isValidMemoryRange() 1574 size[i] = info.allocationSize; in deviceMemoryTransform_tohost() 2933 block, gpuAddr, hostAllocationInfo.allocationSize, device, mem); in createCoherentMemory() 2955 createBlob.size = hostAllocationInfo.allocationSize; in createCoherentMemory() 3014 hostAllocationInfo.allocationSize = in allocateCoherentMemory() 3015 ALIGN(pAllocateInfo->allocationSize, mCaps.vulkanCapset.blobAlignment); in allocateCoherentMemory() [all …]
|
D | AndroidHardwareBuffer.cpp | 235 pProperties->allocationSize = grallocHelper->getAllocatedSize(buffer); in getAndroidHardwareBufferPropertiesANDROID()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | Metrics.h | 100 std::optional<uint64_t> allocationSize = std::nullopt; member
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 157 .allocationSize = memRequirements.size, in setUpImage() 235 .allocationSize = memRequirements.size, in setUpBuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_external_memory_rdma.adoc | 79 memAllocInfo.allocationSize = mem_reqs.size;
|
D | VK_NV_dedicated_allocation.adoc | 85 .allocationSize = memoryRequirements.size,
|
D | VK_KHR_dedicated_allocation.adoc | 111 .allocationSize = memoryRequirements.size,
|
D | VK_NV_win32_keyed_mutex.adoc | 133 memoryAllocateInfo.allocationSize = imageMemoryRequirements.size;
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 173 .allocationSize = readbackBufferMemoryRequirements.size, in saveImageContent() 372 .allocationSize = stagingBufferMemoryRequirements.size, in loadImageContent() 519 .allocationSize = readbackBufferMemoryRequirements.size, in saveBufferContent() 622 .allocationSize = stagingBufferMemoryRequirements.size, in loadBufferContent()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 96 .allocationSize = memRequirements.size, in createImage()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkExternalMemoryHost.cpp | 181 .allocationSize = kSize, in CheckImportingSharedMemory()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 1167 pname:pAllocateInfo->allocationSize must: be less than or equal to 1204 * pname:allocationSize is the size of the allocation in bytes. 1254 pname:allocationSize is ignored. 1260 ename:VK_EXTERNAL_MEMORY_HANDLE_TYPE_SCI_BUF_BIT_NV, pname:allocationSize is 1325 * [[VUID-VkMemoryAllocateInfo-allocationSize-07897]] 1330 pname:allocationSize must: be greater than `0` 1335 * [[VUID-VkMemoryAllocateInfo-allocationSize-07899]] 1341 , pname:allocationSize must: be greater than `0` 1366 * [[VUID-VkMemoryAllocateInfo-allocationSize-06382]] 1368 slink:VkBufferCollectionFUCHSIA, pname:allocationSize must: match [all …]
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.cpp | 124 .allocationSize = memRequirements.size, in createVkBufferAndMapMemory()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 285 .allocationSize = memRequirements.size, in createBuffer()
|