Home
last modified time | relevance | path

Searched refs:allocationSize (Results 1 – 25 of 57) sorted by relevance

123

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device_memory.c47 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()
Dvk_android.c208 w = pAllocateInfo->allocationSize; in vk_alloc_ahardware_buffer()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp67 .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()
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp62 .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()
DGfxstreamEnd2EndVkTests.cpp94 .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()
DGfxstreamEnd2EndTestUtils.cpp71 .allocationSize = readbackBufferMemoryRequirements.size, in readImageData()
/hardware/google/aemu/base/
DMetrics.cpp217 vkOutOfMemoryEvent.allocationSize.value_or(0), in operator ()()
219 vkOutOfMemoryEvent.allocationSize.has_value()); // is_allocation in operator ()()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
Dvulkan_android.h60 VkDeviceSize allocationSize; member
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
Dvulkan_android.h60 VkDeviceSize allocationSize; member
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp1334 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 …]
DAndroidHardwareBuffer.cpp235 pProperties->allocationSize = grallocHelper->getAllocatedSize(buffer); in getAndroidHardwareBufferPropertiesANDROID()
/hardware/google/aemu/base/include/aemu/base/
DMetrics.h100 std::optional<uint64_t> allocationSize = std::nullopt; member
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h157 .allocationSize = memRequirements.size, in setUpImage()
235 .allocationSize = memRequirements.size, in setUpBuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_rdma.adoc79 memAllocInfo.allocationSize = mem_reqs.size;
DVK_NV_dedicated_allocation.adoc85 .allocationSize = memoryRequirements.size,
DVK_KHR_dedicated_allocation.adoc111 .allocationSize = memoryRequirements.size,
DVK_NV_win32_keyed_mutex.adoc133 memoryAllocateInfo.allocationSize = imageMemoryRequirements.size;
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp173 .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/
DComputePipelineRestoration_integrationtest.cpp96 .allocationSize = memRequirements.size, in createImage()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkExternalMemoryHost.cpp181 .allocationSize = kSize, in CheckImportingSharedMemory()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc1167 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/
DAstcTexture.cpp124 .allocationSize = memRequirements.size, in createVkBufferAndMapMemory()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp285 .allocationSize = memRequirements.size, in createBuffer()

123