Home
last modified time | relevance | path

Searched refs:cubic_props (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c365 VkFilterCubicImageViewImageFormatPropertiesEXT *cubic_props = NULL; in panvk_GetPhysicalDeviceImageFormatProperties2() local
399 cubic_props = (void *) s; in panvk_GetPhysicalDeviceImageFormatProperties2()
424 if (cubic_props) { in panvk_GetPhysicalDeviceImageFormatProperties2()
431 cubic_props->filterCubic = true; in panvk_GetPhysicalDeviceImageFormatProperties2()
432 cubic_props->filterCubicMinmax = true; in panvk_GetPhysicalDeviceImageFormatProperties2()
434 cubic_props->filterCubic = false; in panvk_GetPhysicalDeviceImageFormatProperties2()
435 cubic_props->filterCubicMinmax = false; in panvk_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c548 VkFilterCubicImageViewImageFormatPropertiesEXT *cubic_props = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local
581 cubic_props = (void *) s; in tu_GetPhysicalDeviceImageFormatProperties2()
605 if (cubic_props) { in tu_GetPhysicalDeviceImageFormatProperties2()
612 cubic_props->filterCubic = true; in tu_GetPhysicalDeviceImageFormatProperties2()
613 cubic_props->filterCubicMinmax = true; in tu_GetPhysicalDeviceImageFormatProperties2()
615 cubic_props->filterCubic = false; in tu_GetPhysicalDeviceImageFormatProperties2()
616 cubic_props->filterCubicMinmax = false; in tu_GetPhysicalDeviceImageFormatProperties2()