/external/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.hpp | 31 uint32_t memoryTypeIndex = 0; member 121 const uint32_t memoryTypeIndex; member in vk::DeviceMemory
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 910 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local 924 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseHostVisibleMemoryType() local 953 deUint32 memoryTypeIndex, in allocateExportableMemory() 984 deUint32 memoryTypeIndex, in allocateExportableMemory() 1018 deUint32 memoryTypeIndex, in importMemory() 1174 deUint32 memoryTypeIndex, in importMemory() 1185 deUint32 memoryTypeIndex, in importDedicatedMemory() 1196 deUint32 memoryTypeIndex, in importDedicatedMemory()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 83 uint32_t memoryTypeIndex, in CreatePool() 150 uint32_t memoryTypeIndex, in GetMemoryTypeProperties()
|
D | DisplayVk.cpp | 475 uint32_t memoryTypeIndex) in getDefaultBufferPool()
|
D | vk_utils.cpp | 92 uint32_t memoryTypeIndex = 0; in FindAndAllocateCompatibleMemory() local 507 uint32_t memoryTypeIndex = 0; in init() local
|
D | BufferVk.cpp | 179 uint32_t memoryTypeIndex = 0; in GetMemoryTypeIndex() local
|
D | ContextVk.h | 720 vk::BufferPool *getDefaultBufferPool(VkDeviceSize size, uint32_t memoryTypeIndex) in getDefaultBufferPool()
|
D | vk_helpers.cpp | 2748 uint32_t memoryTypeIndex, in initWithFlags() 4071 uint32_t memoryTypeIndex = kInvalidMemoryTypeIndex; in init() local 4149 uint32_t memoryTypeIndex, in initSuballocation() 4182 uint32_t memoryTypeIndex = renderer->getStagingBufferMemoryTypeIndex(coherency); in allocateForCopyBuffer() local 4215 uint32_t memoryTypeIndex = renderer->getVertexConversionBufferMemoryTypeIndex(hostVisibility); in allocateForVertexConversion() local 4238 uint32_t memoryTypeIndex = renderer->getStagingBufferMemoryTypeIndex(coherency); in allocateForCopyImage() local
|
/external/skia/tools/gpu/vk/ |
D | VkYcbcrSamplerHelper.cpp | 93 uint32_t memoryTypeIndex = 0; in createBackendTexture() local
|
/external/angle/src/tests/test_utils/ |
D | VulkanHelper.cpp | 526 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in createImage2D() local 659 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in createImage2DExternal() local 1063 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in readPixels() local 1253 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in writePixels() local
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGetMemoryCommitment.cpp | 401 for (const auto memoryTypeIndex : memoryTypeIndices) in iterate() local
|
D | vktApiObjectManagementTests.cpp | 736 deUint32 memoryTypeIndex; member
|
/external/deqp/external/vulkancts/modules/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 442 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 443 …cationSize (const DeviceInterface& vk, VkDevice device, VkDeviceSize max, deUint32 memoryTypeIndex) in findLargeAllocationSize() 677 …for (deUint32 memoryTypeIndex = 0; memoryTypeIndex < memoryProperties.memoryTypeCount; memoryTypeI… in testMemoryMapping() local 1050 deUint32 memoryTypeIndex, in MemoryObject()
|
D | vktMemoryExternalMemoryHostTests.cpp | 242 …emory> ExternalMemoryHostBaseTestInstance::allocateMemoryFromHostPointer (deUint32 memoryTypeIndex) in allocateMemoryFromHostPointer()
|
D | vktMemoryPipelineBarrierTests.cpp | 540 deUint32 memoryTypeIndex) in allocMemory() 563 deUint32 memoryTypeIndex; in bindBufferMemory() local 613 deUint32 memoryTypeIndex; in bindImageMemory() local 773 deUint32 memoryTypeIndex) in getMemoryTypeInfo() 790 deUint32 memoryTypeIndex) in findMaxBufferSize() 876 deUint32 memoryTypeIndex) in findMaxRGBA8ImageSize() 941 deUint32 memoryTypeIndex, in Memory()
|
D | vktMemoryDeviceMemoryReportTests.cpp | 243 deUint32 memoryTypeIndex; member 2111 const deUint32 memoryTypeIndex (chooseMemoryType(requirements.memoryTypeBits)); in testImportAndUnimportExternalMemory() local
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 202 bool DeviceGroupTestInstance::isPeerFetchAllowed (deUint32 memoryTypeIndex, deUint32 firstdeviceID,… in isPeerFetchAllowed()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationWin32KeyedMutexTests.cpp | 235 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
|
D | vktSynchronizationSignalOrderTests.cpp | 639 deUint32 memoryTypeIndex; in iterate() local
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 187 static uint32_t MemoryTypeToHeap(uint32_t memoryTypeIndex) in MemoryTypeToHeap() 5191 { in TestMemoryUsage()
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 364 CountPerMemType memoryTypeIndex; member
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 2298 uint32_t memoryTypeIndex; member 11265 uint32_t memoryTypeIndex, in VmaBlockVector() 15541 uint32_t memoryTypeIndex, in vmaGetMemoryTypeProperties()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2903 uint32_t memoryTypeIndex; member 12411 uint32_t memoryTypeIndex, in VmaBlockVector() 17555 uint32_t memoryTypeIndex, in vmaGetMemoryTypeProperties()
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 1168 uint32_t memoryTypeIndex; member 11520 uint32_t memoryTypeIndex, in VmaBlockVector() 16847 uint32_t memoryTypeIndex, in vmaGetMemoryTypeProperties()
|