Searched refs:formatProps (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_AMD_texture_gather_bias_lod.adoc | 60 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/ |
D | DisplayVk.cpp | 148 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/ |
D | VK_KHR_video_decode_queue.adoc | 398 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);
|
D | VK_KHR_video_queue.adoc | 697 VkVideoFormatPropertiesKHR* formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR)); 700 formatProps.sType = VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR; 703 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps);
|