Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_AMD_texture_gather_bias_lod.adoc60 VkImageFormatProperties2 formatProps;
74 formatProps.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2;
75 formatProps.pNext = &textureLODGatherSupport;
77 vkGetPhysicalDeviceImageFormatProperties2(physical_device, &formatInfo, &formatProps);
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp148 VkFormatProperties formatProps; in recreateSwapchain() local
150 swapChainCi->mCreateInfo.imageFormat, &formatProps); in recreateSwapchain()
151 if (!(formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT)) { in recreateSwapchain()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc398 VkVideoFormatPropertiesKHR* formatProps = NULL;
404 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));
406 formatProps.sType = VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;
408 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps);
414 free(formatProps);
426 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));
428 formatProps.sType = VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;
430 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps);
436 free(formatProps);
DVK_KHR_video_queue.adoc697 VkVideoFormatPropertiesKHR* formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));
700 formatProps.sType = VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR;
703 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps);