Home
last modified time | relevance | path

Searched refs:VkImageFormatProperties2 (Results 1 - 25 of 96) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp159 VkImageFormatProperties2 imageProps2 = initVulkanStructure(); in iterate()
161 const VkImageFormatProperties invalidImgProps = makeInvalidVulkanStructure<VkImageFormatProperties2>().imageFormatProperties; in iterate()
202 imageProps2 = makeInvalidVulkanStructure<VkImageFormatProperties2>(); in iterate()
208 imageProps2 = makeInvalidVulkanStructure<VkImageFormatProperties2>(); in iterate()
247 VkImageFormatProperties2 imageProps2 = initVulkanStructure(); in iterate()
249 const VkImageFormatProperties invalidImgProps = makeInvalidVulkanStructure<VkImageFormatProperties2>().imageFormatProperties; in iterate()
278 imageProps2 = makeInvalidVulkanStructure<VkImageFormatProperties2>(); in iterate()
284 imageProps2 = makeInvalidVulkanStructure<VkImageFormatProperties2>(); in iterate()
H A DvktApiImageCompressionControlTests.cpp144 VkImageFormatProperties2 properties2 = initVulkanStructure(&compressionPropertiesSupported); in validate()
279 VkImageFormatProperties2 properties = in checkAhbImageSupport()
377 VkImageFormatProperties2 properties = in CheckOHOSImageSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp165 VkImageFormatProperties2 imageProperties = initVulkanStructure(&externalImageProperties); in verifyHandleTypeForFormatModifier()
272 VkImageFormatProperties2& imageProperties) in isModifierCompatibleWithImageProperties()
335 VkImageFormatProperties2 imageProperties {}; in listModifiersCase()
530 VkImageFormatProperties2 imgFormatProperties = initVulkanStructure(); in createImageListModifiersCase()
588 VkImageFormatProperties2 imgFormatProperties = initVulkanStructure(); in createImageModifierExplicitCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp160 VkImageFormatProperties2 imageProperties = initVulkanStructure(&externalImageProperties); in verifyHandleTypeForFormatModifier()
267 VkImageFormatProperties2& imageProperties) in isModifierCompatibleWithImageProperties()
330 VkImageFormatProperties2 imageProperties {}; in listModifiersCase()
525 VkImageFormatProperties2 imgFormatProperties = initVulkanStructure(); in createImageListModifiersCase()
583 VkImageFormatProperties2 imgFormatProperties = initVulkanStructure(); in createImageModifierExplicitCase()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceZirconHandle.cpp64 VkImageFormatProperties2 formatProperties; in SupportsImportMemory()
H A DMemoryServiceOpaqueFD.cpp64 VkImageFormatProperties2 formatProperties; in SupportsImportMemory()
H A DMemoryServiceDmaBuf.cpp140 VkImageFormatProperties2 imageFormatProps; in SupportsCreateImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp191 VkImageFormatProperties2 *imageFormatPropertiesOut) in IsFormatSupported()
386 VkImageFormatProperties2 imageFormatProperties = {}; in initImpl()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_formats.c169 VkImageFormatProperties2 *pImageFormatProperties) in pvr_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c217 VkImageFormatProperties2 props2; in vk_common_GetPhysicalDeviceImageFormatProperties()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c251 VkImageFormatProperties2 image_format_props = { in radv_GetSwapchainGrallocUsageANDROID()
328 VkImageFormatProperties2 image_format_props = { in radv_GetSwapchainGrallocUsage2ANDROID()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c335 VkImageFormatProperties2 image_format_props = { in format_supported_with_usage()
H A Dtu_formats.c583 VkImageFormatProperties2 *base_props) in tu_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_android.c308 VkImageFormatProperties2 image_format_props = { in format_supported_with_usage()
H A Dv3dv_formats.c574 VkImageFormatProperties2 *base_props) in v3dv_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c360 VkImageFormatProperties2 *base_props) in panvk_GetPhysicalDeviceImageFormatProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp153 VkImageFormatProperties2 formatProperties2 = initVulkanStructure(); in getPhysicalDeviceImageFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp153 VkImageFormatProperties2 formatProperties2 = initVulkanStructure(); in getPhysicalDeviceImageFormatProperties()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp149 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) in vkGetPhysicalDeviceImageFormatProperties2KHR()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp447 VkImageFormatProperties2 imageFormatProperties = {}; in testImageQuery()
630 VkImageFormatProperties2 imageFormatProperties = {}; in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp144 VkImageFormatProperties2 properties2 = initVulkanStructure(&compressionPropertiesSupported); in validate()
279 VkImageFormatProperties2 properties = in checkAhbImageSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp447 VkImageFormatProperties2 imageFormatProperties = {}; in testImageQuery()
630 VkImageFormatProperties2 imageFormatProperties = {}; in testImageQueryLod()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c333 VkImageFormatProperties2 *base_props) in lvp_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android.c650 VkImageFormatProperties2 image_format_props = { in format_supported_with_usage()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c395 VkImageFormatProperties2 format_props = { in wsi_configure_native_image()

Completed in 31 milliseconds

1234