/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 272 VkExternalImageFormatProperties externalProperties = in checkAhbImageSupport() local 282 &externalProperties, in checkAhbImageSupport() 297 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT) == 0) in checkAhbImageSupport() 300 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) == 0) in checkAhbImageSupport() 370 VkExternalImageFormatProperties externalProperties = in CheckOHOSImageSupport() local 380 &externalProperties, in CheckOHOSImageSupport() 396 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT) == 0) in CheckOHOSImageSupport() 399 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) == 0) in CheckOHOSImageSupport()
|
H A D | vktApiExternalMemoryTests.cpp | 567 vk::VkExternalImageFormatProperties externalProperties = in checkImageSupport() local 576 &externalProperties, in checkImageSupport() 588 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT) == 0) in checkImageSupport() 591 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT) == 0) in checkImageSupport() 594 if (!dedicated && (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) != 0) in checkImageSupport() 4202 vk::VkExternalImageFormatProperties externalProperties = in testImageQueries() local 4211 &externalProperties, in testImageQueries() 4237 log << TestLog::Message << externalProperties << TestLog::EndMessage; in testImageQueries() 4238 TCU_CHECK(externalProperties.sType == vk::VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES); in testImageQueries() 4239 TCU_CHECK(externalProperties in testImageQueries() 4856 vk::VkExternalImageFormatProperties externalProperties = testAndroidHardwareBufferImageFormat() local 5167 vk::VkExternalImageFormatProperties externalProperties = testOHOSNativeBufferImageFormat() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 272 VkExternalImageFormatProperties externalProperties = in checkAhbImageSupport() local 282 &externalProperties, in checkAhbImageSupport() 297 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT) == 0) in checkAhbImageSupport() 300 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) == 0) in checkAhbImageSupport()
|
H A D | vktApiExternalMemoryTests.cpp | 556 vk::VkExternalImageFormatProperties externalProperties = in checkImageSupport() local 565 &externalProperties, in checkImageSupport() 577 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT) == 0) in checkImageSupport() 580 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT) == 0) in checkImageSupport() 583 if (!dedicated && (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) != 0) in checkImageSupport() 4002 vk::VkExternalImageFormatProperties externalProperties = in testImageQueries() local 4011 &externalProperties, in testImageQueries() 4037 log << TestLog::Message << externalProperties << TestLog::EndMessage; in testImageQueries() 4038 TCU_CHECK(externalProperties.sType == vk::VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES); in testImageQueries() 4039 TCU_CHECK(externalProperties in testImageQueries() 4547 vk::VkExternalImageFormatProperties externalProperties = testAndroidHardwareBufferImageFormat() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 172 vk::VkExternalImageFormatProperties externalProperties = in NotSupportedChecker() local 181 &externalProperties, in NotSupportedChecker() 200 log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< externalProperties << TestLog::EndMessage; in NotSupportedChecker() 202 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT) == 0) in NotSupportedChecker() 205 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT) == 0) in NotSupportedChecker() 208 if (!config.dedicated && (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) != 0) in NotSupportedChecker()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1570 vk::VkExternalImageFormatProperties externalProperties = in Win32KeyedMutexTestInstance() local 1579 &externalProperties, in Win32KeyedMutexTestInstance() 1594 log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< externalProperties << TestLog::EndMessage; in Win32KeyedMutexTestInstance() 1596 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT) == 0) in Win32KeyedMutexTestInstance() 1599 if (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) in Win32KeyedMutexTestInstance()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 976 VkExternalImageFormatProperties externalProperties = in isResourceExportable() local 985 &externalProperties, in isResourceExportable() 1004 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR) == 0) in isResourceExportable() 1007 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR) == 0) in isResourceExportable()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 175 vk::VkExternalImageFormatProperties externalProperties = in NotSupportedChecker() local 184 &externalProperties, in NotSupportedChecker() 203 log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< externalProperties << TestLog::EndMessage; in NotSupportedChecker() 205 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT) == 0) in NotSupportedChecker() 208 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT) == 0) in NotSupportedChecker() 211 if (!config.dedicated && (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) != 0) in NotSupportedChecker()
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1569 vk::VkExternalImageFormatProperties externalProperties = in Win32KeyedMutexTestInstance() local 1578 &externalProperties, in Win32KeyedMutexTestInstance() 1593 log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< externalProperties << TestLog::EndMessage; in Win32KeyedMutexTestInstance() 1595 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT) == 0) in Win32KeyedMutexTestInstance() 1598 if (externalProperties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT) in Win32KeyedMutexTestInstance()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 957 VkExternalImageFormatProperties externalProperties = in isResourceExportable() local 966 &externalProperties, in isResourceExportable() 985 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR) == 0) in isResourceExportable() 988 if ((externalProperties.externalMemoryProperties.externalMemoryFeatures & VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR) == 0) in isResourceExportable()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1430 VkExternalImageFormatProperties* const externalProperties = findStructure<VkExternalImageFormatProperties>(pImageFormatProperties->pNext); in getPhysicalDeviceImageFormatProperties2KHR() local 1471 if (externalProperties) in getPhysicalDeviceImageFormatProperties2KHR() 1473 externalProperties->externalMemoryProperties.externalMemoryFeatures = VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT in getPhysicalDeviceImageFormatProperties2KHR() 1476 externalProperties->externalMemoryProperties.exportFromImportedHandleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID; in getPhysicalDeviceImageFormatProperties2KHR() 1477 externalProperties->externalMemoryProperties.compatibleHandleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID; in getPhysicalDeviceImageFormatProperties2KHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 766 vk::VkExternalImageFormatProperties externalProperties = { in verifyFormatProperties() local 774 &externalProperties, in verifyFormatProperties() 783 checkExternalMemoryProperties(externalProperties.externalMemoryProperties); in verifyFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 766 vk::VkExternalImageFormatProperties externalProperties = { in verifyFormatProperties() local 774 &externalProperties, in verifyFormatProperties() 783 checkExternalMemoryProperties(externalProperties.externalMemoryProperties); in verifyFormatProperties()
|