Searched refs:ohosProperties (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawOHOSNativeBufferTests.cpp | 349 VkNativeBufferPropertiesOHOS ohosProperties = in iterate() local 357 vk.GetNativeBufferPropertiesOHOS(device, nativeHandle.GetOhosNativeBuffer(), &ohosProperties); in iterate() 378 ohosProperties.allocationSize, // VkDeviceSize allocationSize in iterate() 379 chooseMemoryType(ohosProperties.memoryTypeBits) // uint32_t memoryTypeIndex in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 1378 vk::VkNativeBufferPropertiesOHOS ohosProperties = in importMemory() local 1386 VK_CHECK(vkd.GetNativeBufferPropertiesOHOS(device, handle.GetOhosNativeBuffer(), &ohosProperties)); in importMemory() 1405 ohosProperties.allocationSize, in importMemory() 1406 (memoryTypeIndex == ~0U) ? chooseMemoryType(ohosProperties.memoryTypeBits) : memoryTypeIndex in importMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 3417 vk::VkNativeBufferPropertiesOHOS ohosProperties = in testMemoryImportTwice() local 3424 vkd.GetNativeBufferPropertiesOHOS(device.get(), handleA.GetOhosNativeBuffer(), &ohosProperties); in testMemoryImportTwice() 3426 exportedMemoryTypeIndex = getExportedMemoryTypeIndex(vki, physicalDevice, config.hostVisible, ohosProperties.memoryTypeBits); in testMemoryImportTwice() 3498 vk::VkNativeBufferPropertiesOHOS ohosProperties = in testMemoryMultipleImports() local 3505 vkd.GetNativeBufferPropertiesOHOS(device.get(), handleA.GetOhosNativeBuffer(), &ohosProperties); in testMemoryMultipleImports() 3507 exportedMemoryTypeIndex = getExportedMemoryTypeIndex(vki, physicalDevice, config.hostVisible, ohosProperties.memoryTypeBits); in testMemoryMultipleImports() 3986 vk::VkNativeBufferPropertiesOHOS ohosProperties = in testBufferBindExportImportBind() local 3993 vkd.GetNativeBufferPropertiesOHOS(device.get(), handle.GetOhosNativeBuffer(), &ohosProperties); in testBufferBindExportImportBind() 3995 exportedMemoryTypeIndex = chooseMemoryType(ohosProperties.memoryTypeBits); in testBufferBindExportImportBind() 4050 vk::VkNativeBufferPropertiesOHOS ohosProperties in testBufferExportBindImportBind() local 4113 vk::VkNativeBufferPropertiesOHOS ohosProperties = testBufferExportImportBindBind() local [all...] |
Completed in 11 milliseconds