Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c366 VkFilterCubicImageViewImageFormatPropertiesEXT *cubic_props = NULL; in panvk_GetPhysicalDeviceImageFormatProperties2() local
400 cubic_props = (void *) s; in panvk_GetPhysicalDeviceImageFormatProperties2()
425 if (cubic_props) { in panvk_GetPhysicalDeviceImageFormatProperties2()
432 cubic_props->filterCubic = true; in panvk_GetPhysicalDeviceImageFormatProperties2()
433 cubic_props->filterCubicMinmax = true; in panvk_GetPhysicalDeviceImageFormatProperties2()
435 cubic_props->filterCubic = false; in panvk_GetPhysicalDeviceImageFormatProperties2()
436 cubic_props->filterCubicMinmax = false; in panvk_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c589 VkFilterCubicImageViewImageFormatPropertiesEXT *cubic_props = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local
622 cubic_props = (void *) s; in tu_GetPhysicalDeviceImageFormatProperties2()
646 if (cubic_props) { in tu_GetPhysicalDeviceImageFormatProperties2()
653 cubic_props->filterCubic = true; in tu_GetPhysicalDeviceImageFormatProperties2()
654 cubic_props->filterCubicMinmax = true; in tu_GetPhysicalDeviceImageFormatProperties2()
656 cubic_props->filterCubic = false; in tu_GetPhysicalDeviceImageFormatProperties2()
657 cubic_props->filterCubicMinmax = false; in tu_GetPhysicalDeviceImageFormatProperties2()

Completed in 3 milliseconds