| /third_party/skia/m133/tools/gpu/vk/ |
| D | VkYcbcrSamplerHelper.cpp | 60 uint32_t* memoryTypeIndex) { in find_memory_type_index() 97 uint32_t memoryTypeIndex = 0; in createBackendTexture() local 252 uint32_t memoryTypeIndex = 0; in createGrBackendTexture() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| D | MemoryService.h | 32 uint32_t memoryTypeIndex; member
|
| D | MemoryServiceDmaBuf.cpp | 178 int memoryTypeIndex = mDevice->GetResourceMemoryAllocator()->FindBestTypeIndex( in GetMemoryImportParams() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkDeviceMemory.hpp | 31 uint32_t memoryTypeIndex = 0; member 122 const uint32_t memoryTypeIndex; member in vk::DeviceMemory
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
| D | vktExternalMemoryUtil.cpp | 1018 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local 1032 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseHostVisibleMemoryType() local 1061 deUint32 memoryTypeIndex, in allocateExportableMemory() 1092 deUint32 memoryTypeIndex, in allocateExportableMemory() 1126 deUint32 memoryTypeIndex, in importMemory() 1311 deUint32 memoryTypeIndex, in importMemory() 1322 deUint32 memoryTypeIndex, in importDedicatedMemory() 1333 deUint32 memoryTypeIndex, in importDedicatedMemory()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_mem_alloc_wrapper.cpp | 76 uint32_t memoryTypeIndex, in CreatePool() 143 uint32_t memoryTypeIndex, in GetMemoryTypeProperties()
|
| D | vk_utils.cpp | 92 uint32_t memoryTypeIndex = 0; in FindAndAllocateCompatibleMemory() local 619 uint32_t memoryTypeIndex = 0; in init() local
|
| /third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
| D | VulkanBackend.h | 92 uint32_t memoryTypeIndex; // Must match VkMemoryAllocateInfo from image creation member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
| D | vktExternalMemoryUtil.cpp | 1091 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local 1105 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseHostVisibleMemoryType() local 1136 deUint32 memoryTypeIndex, in allocateExportableMemory() 1167 deUint32 memoryTypeIndex, in allocateExportableMemory() 1201 deUint32 memoryTypeIndex, in importMemory() 1423 deUint32 memoryTypeIndex, in importMemory() 1434 deUint32 memoryTypeIndex, in importDedicatedMemory() 1445 deUint32 memoryTypeIndex, in importDedicatedMemory()
|
| /third_party/skia/tools/gpu/vk/ |
| D | VkYcbcrSamplerHelper.cpp | 93 uint32_t memoryTypeIndex = 0; in createBackendTexture() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| D | VulkanImageWrappingTestsOpaqueFD.cpp | 86 uint32_t* memoryTypeIndex) { in AllocateMemory() 143 uint32_t* memoryTypeIndex, in CreateBindExportImage() 163 uint32_t memoryTypeIndex, in WrapVulkanImage() 177 uint32_t memoryTypeIndex, in WrapVulkanImage()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | ResourceMemoryAllocatorVk.cpp | 45 SingleTypeAllocator(Device* device, size_t memoryTypeIndex, VkDeviceSize memoryHeapSize) in SingleTypeAllocator()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktGlobalPriorityQueueUtils.cpp | 264 …const deUint32 memoryTypeIndex = selectMatchingMemoryType(memoryProperties, m_requirements.… in BufferWithMemory() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | VulkanHelper.cpp | 560 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in createImage2DExternal() local 964 uint32_t memoryTypeIndex = FindMemoryType(mMemoryProperties, memoryRequirements.memoryTypeBits, in readPixels() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| D | vktApiGetMemoryCommitment.cpp | 401 for (const auto memoryTypeIndex : memoryTypeIndices) in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| D | vktGlobalPriorityQueueUtils.cpp | 371 …const deUint32 memoryTypeIndex = selectMatchingMemoryType(memoryProperties, m_requirements.… in BufferWithMemory() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiGetMemoryCommitment.cpp | 399 for (const auto memoryTypeIndex : memoryTypeIndices) in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryMappingTests.cpp | 482 …cationSize (const DeviceInterface& vk, VkDevice device, VkDeviceSize max, deUint32 memoryTypeIndex) in findLargeAllocationSize() 722 …for (deUint32 memoryTypeIndex = 0; memoryTypeIndex < memoryProperties.memoryTypeCount; memoryTypeI… in testMemoryMapping() local 1099 deUint32 memoryTypeIndex, in MemoryObject()
|
| D | vktMemoryExternalMemoryHostTests.cpp | 242 …emory> ExternalMemoryHostBaseTestInstance::allocateMemoryFromHostPointer (deUint32 memoryTypeIndex) in allocateMemoryFromHostPointer()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
| D | vktModifiersTests.cpp | 661 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
| D | vktModifiersTests.cpp | 666 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
|
| /third_party/mesa3d/src/gfxstream/guest/vulkan_enc/ |
| D | ResourceTracker.h | 758 uint32_t memoryTypeIndex = 0; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
| D | vktDeviceGroupRendering.cpp | 214 bool DeviceGroupTestInstance::isPeerFetchAllowed (deUint32 memoryTypeIndex, deUint32 firstdeviceID,… in isPeerFetchAllowed()
|