Home
last modified time | relevance | path

Searched refs:exportedMemoryTypeIndex (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp542 deUint32& exportedMemoryTypeIndex, in allocateAndBindMemory() argument
582 …, memoryRequirements, externalType, dedicated ? buffer : (vk::VkBuffer)0, exportedMemoryTypeIndex); in allocateAndBindMemory()
592 deUint32& exportedMemoryTypeIndex, in allocateAndBindMemory() argument
631 …ce, memoryRequirements, externalType, dedicated ? image : (vk::VkImage)0, exportedMemoryTypeIndex); in allocateAndBindMemory()
644 deUint32& exportedMemoryTypeIndex, in createResource() argument
699 …ation = allocateAndBindMemory(vkd, device, *image, externalType, exportedMemoryTypeIndex, dedicate… in createResource()
727 …tion = allocateAndBindMemory(vkd, device, *buffer, externalType, exportedMemoryTypeIndex, dedicate… in createResource()
738 deUint32 exportedMemoryTypeIndex, in importAndBindMemory() argument
743 …DedicatedMemory(vkd, device, buffer, requirements, externalType, exportedMemoryTypeIndex, nativeHa… in importAndBindMemory()
744 … : importMemory(vkd, device, requirements, externalType, exportedMemoryTypeIndex, nativeHandle); in importAndBindMemory()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp2831 deUint32 exportedMemoryTypeIndex = ~0U; in testMemoryWin32Create() local
2850 exportedMemoryTypeIndex = chooseMemoryType(requirements.memoryTypeBits & compatibleMemTypes); in testMemoryWin32Create()
2856 exportedMemoryTypeIndex in testMemoryWin32Create()
2867 …A (importMemory(vkd, *device, requirements, config.externalType, exportedMemoryTypeIndex, handleA)… in testMemoryWin32Create()
2909 deUint32 exportedMemoryTypeIndex = ~0U; in testMemoryImportTwice() local
2913 …lType, config.hostVisible, config.dedicated ? *buffer : (vk::VkBuffer)0, exportedMemoryTypeIndex)); in testMemoryImportTwice()
2926 …Memory(vkd, *device, *bufferA, requirements, config.externalType, exportedMemoryTypeIndex, handleA) in testMemoryImportTwice()
2927 …: importMemory(vkd, *device, requirements, config.externalType, exportedMemoryTypeIndex, handleA)); in testMemoryImportTwice()
2929 …Memory(vkd, *device, *bufferB, requirements, config.externalType, exportedMemoryTypeIndex, handleB) in testMemoryImportTwice()
2930 …: importMemory(vkd, *device, requirements, config.externalType, exportedMemoryTypeIndex, handleB)); in testMemoryImportTwice()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp248 deUint32& exportedMemoryTypeIndex);
256 deUint32& exportedMemoryTypeIndex);
264 deUint32& exportedMemoryTypeIndex);
276 deUint32& exportedMemoryTypeIndex);
DvktExternalMemoryUtil.cpp841 deUint32& exportedMemoryTypeIndex) in allocateExportableMemory() argument
843 exportedMemoryTypeIndex = chooseMemoryType(requirements.memoryTypeBits); in allocateExportableMemory()
863 exportedMemoryTypeIndex in allocateExportableMemory()
873 deUint32& exportedMemoryTypeIndex) in allocateExportableMemory() argument
875 exportedMemoryTypeIndex = chooseMemoryType(requirements.memoryTypeBits); in allocateExportableMemory()
895 exportedMemoryTypeIndex in allocateExportableMemory()
908 deUint32& exportedMemoryTypeIndex) in allocateExportableMemory() argument
939 exportedMemoryTypeIndex = memoryTypeIndex; in allocateExportableMemory()