/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 184 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
|
D | vktSparseResourcesBufferSparseResidency.cpp | 225 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 239 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 228 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 233 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 290 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDevic… in iterate() local
|
D | vktSparseResourcesImageSparseResidency.cpp | 382 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 325 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local 365 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local 440 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local
|
/external/vulkan-validation-layers/tests/device_profiles/ |
D | geforce_940m.json | 326 "heapIndex": 1, number 330 "heapIndex": 1, number 334 "heapIndex": 1, number 338 "heapIndex": 1, number 342 "heapIndex": 1, number 346 "heapIndex": 1, number 350 "heapIndex": 1, number 354 "heapIndex": 0, number 358 "heapIndex": 0, number 362 "heapIndex": 1, number [all …]
|
D | geforce_1080_ti.json | 581 "heapIndex": 1, number 585 "heapIndex": 1, number 589 "heapIndex": 1, number 593 "heapIndex": 1, number 597 "heapIndex": 1, number 601 "heapIndex": 1, number 605 "heapIndex": 1, number 609 "heapIndex": 0, number 613 "heapIndex": 0, number 617 "heapIndex": 1, number [all …]
|
D | adreno_540.json | 296 "heapIndex": 0, number 300 "heapIndex": 0, number 304 "heapIndex": 0, number 308 "heapIndex": 0, number 312 "heapIndex": 0, number
|
D | amd_radv_polaris10.json | 294 "heapIndex": 0, number 298 "heapIndex": 2, number 302 "heapIndex": 1, number 306 "heapIndex": 2, number
|
D | nvidia_tegra_x1.json | 288 "heapIndex": 0, number 292 "heapIndex": 0, number 296 "heapIndex": 0, number 300 "heapIndex": 0, number
|
D | amd_radeon_rx_480.json | 476 "heapIndex": 0, number 480 "heapIndex": 1, number 484 "heapIndex": 2, number 488 "heapIndex": 1, number
|
D | mobile_chip.json | 288 "heapIndex": 0, number 292 "heapIndex": 0, number 296 "heapIndex": 0, number
|
/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 75 … VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex, uint32_t lo… in vkGetDeviceGroupPeerMemoryFeaturesKHR()
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 415 uint32_t heapIndex = 0; in make_vk_backend_texture() local
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 263 uint32_t heapIndex = 0; in make_vk_backend_texture() local
|
/external/angle/third_party/VulkanMemoryAllocator/src/ |
D | vk_mem_alloc.h | 7331 for(uint32_t heapIndex = 0; heapIndex < VK_MAX_MEMORY_HEAPS; ++heapIndex) in VmaCurrentBudgetData() local 12246 const uint32_t heapIndex = m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex); in AllocatePage() local 12616 const uint32_t heapIndex = m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex); in Free() local 15254 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in VmaAllocator_T() local 15553 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in CalcPreferredBlockSize() local 15698 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in AllocateDedicatedMemory() local 16210 const uint32_t heapIndex = firstHeap + i; in GetBudget() local 16241 const uint32_t heapIndex = firstHeap + i; in GetBudget() local 16573 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(pAllocateInfo->memoryTypeIndex); in AllocateVulkanMemory() local 16964 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in UpdateVulkanBudget() local [all …]
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 737 uint32_t heapIndex = 0; in importHardwareBuffer() local
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 727 uint32_t heapIndex = 0; in importHardwareBuffer() local
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7418 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in VmaAllocator_T() local 7538 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in CalcPreferredBlockSize() local 8263 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(pAllocateInfo->memoryTypeIndex); in AllocateVulkanMemory() local 8304 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memoryType); in FreeVulkanMemory() local 8660 for(uint32_t heapIndex = 0; heapIndex < allocator->GetMemoryHeapCount(); ++heapIndex) in vmaBuildStatsString() local
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7418 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in VmaAllocator_T() local 7538 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in CalcPreferredBlockSize() local 8263 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(pAllocateInfo->memoryTypeIndex); in AllocateVulkanMemory() local 8304 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memoryType); in FreeVulkanMemory() local 8660 for(uint32_t heapIndex = 0; heapIndex < allocator->GetMemoryHeapCount(); ++heapIndex) in vmaBuildStatsString() local
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_dispatch_table_helper.h | 38 …d VKAPI_CALL StubGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t lo… in StubGetDeviceGroupPeerMemoryFeatures() 61 …KAPI_CALL StubGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex, uint32_t lo… in StubGetDeviceGroupPeerMemoryFeaturesKHR()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 2045 uint32_t heapIndex, in tu_GetDeviceGroupPeerMemoryFeatures()
|