Home
last modified time | relevance | path

Searched refs:imageFormatInfo (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DVkHardwareBufferTest.cpp599 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo; in checkOptimalHardwareBuffer() local
600 imageFormatInfo.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2; in checkOptimalHardwareBuffer()
601 imageFormatInfo.pNext = &externalImageFormatInfo; in checkOptimalHardwareBuffer()
602 imageFormatInfo.format = VK_FORMAT_R8G8B8A8_UNORM; in checkOptimalHardwareBuffer()
603 imageFormatInfo.type = VK_IMAGE_TYPE_2D; in checkOptimalHardwareBuffer()
604 imageFormatInfo.tiling = VK_IMAGE_TILING_OPTIMAL; in checkOptimalHardwareBuffer()
605 imageFormatInfo.usage = usageFlags; in checkOptimalHardwareBuffer()
606 imageFormatInfo.flags = 0; in checkOptimalHardwareBuffer()
621 &imageFormatInfo, &imgFormProps); in checkOptimalHardwareBuffer()
/external/skqp/tests/
DVkHardwareBufferTest.cpp593 VkPhysicalDeviceImageFormatInfo2 imageFormatInfo; in checkOptimalHardwareBuffer() local
594 imageFormatInfo.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2; in checkOptimalHardwareBuffer()
595 imageFormatInfo.pNext = &externalImageFormatInfo; in checkOptimalHardwareBuffer()
596 imageFormatInfo.format = VK_FORMAT_R8G8B8A8_UNORM; in checkOptimalHardwareBuffer()
597 imageFormatInfo.type = VK_IMAGE_TYPE_2D; in checkOptimalHardwareBuffer()
598 imageFormatInfo.tiling = VK_IMAGE_TILING_OPTIMAL; in checkOptimalHardwareBuffer()
599 imageFormatInfo.usage = usageFlags; in checkOptimalHardwareBuffer()
600 imageFormatInfo.flags = 0; in checkOptimalHardwareBuffer()
615 &imageFormatInfo, &imgFormProps); in checkOptimalHardwareBuffer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3517 const VkPhysicalDeviceImageFormatInfo2 imageFormatInfo = in imageFormatProperties2() local
3539 …rties(physicalDevice, imageFormatInfo.format, imageFormatInfo.type, imageFormatInfo.tiling, imageF… in imageFormatProperties2()
3540 …extResult = vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo, &extProp… in imageFormatProperties2()
3548 …log << TestLog::Message << "ERROR: device mismatch with query " << imageFormatInfo << TestLog::End… in imageFormatProperties2()
3581 const VkPhysicalDeviceSparseImageFormatInfo2 imageFormatInfo = in sparseImageFormatProperties2() local
3596 …rties(physicalDevice, imageFormatInfo.format, imageFormatInfo.type, imageFormatInfo.samples, image… in sparseImageFormatProperties2()
3597 …vki.getPhysicalDeviceSparseImageFormatProperties2(physicalDevice, &imageFormatInfo, &numExtPropert… in sparseImageFormatProperties2()
3601 …:Message << "ERROR: different number of properties reported for " << imageFormatInfo << TestLog::E… in sparseImageFormatProperties2()
3619 …rties(physicalDevice, imageFormatInfo.format, imageFormatInfo.type, imageFormatInfo.samples, image… in sparseImageFormatProperties2()
3620 …vki.getPhysicalDeviceSparseImageFormatProperties2(physicalDevice, &imageFormatInfo, &numExtPropert… in sparseImageFormatProperties2()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp370 const VkPhysicalDeviceImageFormatInfo2 imageFormatInfo = in testFormat() local
408 …etPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &imageFormatInfo, &extProperti… in testFormat()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp129 const vk::VkPhysicalDeviceImageFormatInfo2 imageFormatInfo = in NotSupportedChecker() local
159 …t res = vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo, &formatPrope… in NotSupportedChecker()
167 …log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< exter… in NotSupportedChecker()
DvktSynchronizationWin32KeyedMutexTests.cpp1475 const vk::VkPhysicalDeviceImageFormatInfo2 imageFormatInfo = in Win32KeyedMutexTestInstance() local
1503 …s = m_vki.getPhysicalDeviceImageFormatProperties2(m_physicalDevice, &imageFormatInfo, &formatPrope… in Win32KeyedMutexTestInstance()
1509 …log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< exter… in Win32KeyedMutexTestInstance()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp15369 …pe getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
15371 …pe getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
15378 …getImageFormatProperties2KHR( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
15380 …getImageFormatProperties2KHR( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
53481 …e::getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con… in getImageFormatProperties2() argument
53484 …lDevice, reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2*>( &imageFormatInfo ), reinterpre… in getImageFormatProperties2()
53488 …e::getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con… in getImageFormatProperties2() argument
53492 …lDevice, reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2*>( &imageFormatInfo ), reinterpre… in getImageFormatProperties2()
53504 …getImageFormatProperties2KHR( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con… in getImageFormatProperties2KHR() argument
53507 …lDevice, reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2*>( &imageFormatInfo ), reinterpre… in getImageFormatProperties2KHR()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp45412 …pe getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
45414 …pe getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
45421 …getImageFormatProperties2KHR( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
45423 …getImageFormatProperties2KHR( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con…
46528 …e::getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con… in getImageFormatProperties2() argument
46531 …lDevice, reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2*>( &imageFormatInfo ), reinterpre… in getImageFormatProperties2()
46535 …e::getImageFormatProperties2( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con… in getImageFormatProperties2() argument
46539 …lDevice, reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2*>( &imageFormatInfo ), reinterpre… in getImageFormatProperties2()
46551 …getImageFormatProperties2KHR( const PhysicalDeviceImageFormatInfo2 & imageFormatInfo, Dispatch con… in getImageFormatProperties2KHR() argument
46554 …lDevice, reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2*>( &imageFormatInfo ), reinterpre… in getImageFormatProperties2KHR()
[all …]