Home
last modified time | relevance | path

Searched defs:heapIndex (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingDescriptorAllocatorD3D12.cpp51 const uint32_t heapIndex = mAvailableHeaps.back(); in AllocateCPUDescriptors() local
101 const uint32_t heapIndex = allocation->GetHeapIndex(); in Deallocate() local
DCPUDescriptorHeapAllocationD3D12.cpp22 uint32_t heapIndex) in CPUDescriptorHeapAllocation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp184 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesBufferSparseResidency.cpp225 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesBufferMemoryAliasing.cpp239 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesImageSparseBinding.cpp236 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesMipmapSparseResidency.cpp244 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesImageMemoryAliasing.cpp305 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDevic… in iterate() local
DvktSparseResourcesImageSparseResidency.cpp403 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp184 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesBufferSparseResidency.cpp225 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesBufferMemoryAliasing.cpp239 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesImageSparseBinding.cpp236 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesMipmapSparseResidency.cpp244 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesImageMemoryAliasing.cpp305 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDevic… in iterate() local
DvktSparseResourcesImageSparseResidency.cpp403 …const deUint32 heapIndex = getHeapIndexForMemoryType(instance, getPhysicalDevice(secondDeviceID… in iterate() local
DvktSparseResourcesBufferTests.cpp95 deUint32 heapIndex; //!< memory heap index member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp326 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local
364 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local
437 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp326 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local
364 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local
437 deUint32 heapIndex = memoryProperties.memoryTypes[memType].heapIndex; in generateSwapchainParameterCases() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.c513 uint32_t heapIndex, in vn_GetDeviceGroupPeerMemoryFeatures()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp475 …oryObjectId, VkDeviceSize size, VkObjectType objectType, uint64_t objectHandle, uint32_t heapIndex) in emitDeviceMemoryReport()
DVkPromotedExtensions.cpp78 … VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex, uint32_t lo… in vkGetDeviceGroupPeerMemoryFeaturesKHR()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7626 for(uint32_t heapIndex = 0; heapIndex < VK_MAX_MEMORY_HEAPS; ++heapIndex) in VmaCurrentBudgetData() local
12560 const uint32_t heapIndex = m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex); in AllocatePage() local
12930 const uint32_t heapIndex = m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex); in Free() local
15587 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in VmaAllocator_T() local
15890 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in CalcPreferredBlockSize() local
16035 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in AllocateDedicatedMemory() local
16547 const uint32_t heapIndex = firstHeap + i; in GetBudget() local
16578 const uint32_t heapIndex = firstHeap + i; in GetBudget() local
16910 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(pAllocateInfo->memoryTypeIndex); in AllocateVulkanMemory() local
17355 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in UpdateVulkanBudget() local
[all …]
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1706 uint32_t heapIndex, in panvk_GetDeviceGroupPeerMemoryFeatures()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp729 uint32_t heapIndex = 0; in importHardwareBuffer() local

123