Home
last modified time | relevance | path

Searched defs:memoryTypeIndex (Results 1 – 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp31 uint32_t memoryTypeIndex = 0; member
122 const uint32_t memoryTypeIndex; member in vk::DeviceMemory
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryService.h32 uint32_t memoryTypeIndex; member
DMemoryServiceDmaBuf.cpp178 int memoryTypeIndex = mDevice->GetResourceMemoryAllocator()->FindBestTypeIndex( in GetMemoryImportParams() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktExternalMemoryUtil.cpp1018 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/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1028 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
1042 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseHostVisibleMemoryType() local
1071 deUint32 memoryTypeIndex, in allocateExportableMemory()
1102 deUint32 memoryTypeIndex, in allocateExportableMemory()
1136 deUint32 memoryTypeIndex, in importMemory()
1321 deUint32 memoryTypeIndex, in importMemory()
1332 deUint32 memoryTypeIndex, in importDedicatedMemory()
1343 deUint32 memoryTypeIndex, in importDedicatedMemory()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp76 uint32_t memoryTypeIndex, in CreatePool()
143 uint32_t memoryTypeIndex, in GetMemoryTypeProperties()
Dvk_utils.cpp92 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/
DVulkanBackend.h92 uint32_t memoryTypeIndex; // Must match VkMemoryAllocateInfo from image creation member
/third_party/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp93 uint32_t memoryTypeIndex = 0; in createBackendTexture() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsOpaqueFD.cpp86 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/
DResourceMemoryAllocatorVk.cpp45 SingleTypeAllocator(Device* device, size_t memoryTypeIndex, VkDeviceSize memoryHeapSize) in SingleTypeAllocator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp264 …const deUint32 memoryTypeIndex = selectMatchingMemoryType(memoryProperties, m_requirements.… in BufferWithMemory() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp560 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/
DvktApiGetMemoryCommitment.cpp401 for (const auto memoryTypeIndex : memoryTypeIndices) in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp399 for (const auto memoryTypeIndex : memoryTypeIndices) in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp371 …const deUint32 memoryTypeIndex = selectMatchingMemoryType(memoryProperties, m_requirements.… in BufferWithMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryMappingTests.cpp443 …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()
DvktMemoryExternalMemoryHostTests.cpp242 …emory> ExternalMemoryHostBaseTestInstance::allocateMemoryFromHostPointer (deUint32 memoryTypeIndex) in allocateMemoryFromHostPointer()
DvktMemoryPipelineBarrierTests.cpp540 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp482 …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()
DvktMemoryExternalMemoryHostTests.cpp242 …emory> ExternalMemoryHostBaseTestInstance::allocateMemoryFromHostPointer (deUint32 memoryTypeIndex) in allocateMemoryFromHostPointer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
DvktModifiersTests.cpp661 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp666 for (deUint32 memoryTypeIndex = 0; (1u << memoryTypeIndex) <= bits; memoryTypeIndex++) in chooseMemoryType() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp214 bool DeviceGroupTestInstance::isPeerFetchAllowed (deUint32 memoryTypeIndex, deUint32 firstdeviceID,… in isPeerFetchAllowed()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
DvktDeviceGroupRendering.cpp214 bool DeviceGroupTestInstance::isPeerFetchAllowed (deUint32 memoryTypeIndex, deUint32 firstdeviceID,… in isPeerFetchAllowed()

123