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

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_formats.c365 VkFilterCubicImageViewImageFormatPropertiesEXT *cubic_props = NULL; local in function:panvk_GetPhysicalDeviceImageFormatProperties2
399 cubic_props = (void *) s;
424 if (cubic_props) {
431 cubic_props->filterCubic = true;
432 cubic_props->filterCubicMinmax = true;
434 cubic_props->filterCubic = false;
435 cubic_props->filterCubicMinmax = false;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_formats.c551 VkFilterCubicImageViewImageFormatPropertiesEXT *cubic_props = NULL; local in function:tu_GetPhysicalDeviceImageFormatProperties2
584 cubic_props = (void *) s;
608 if (cubic_props) {
615 cubic_props->filterCubic = true;
616 cubic_props->filterCubicMinmax = true;
618 cubic_props->filterCubic = false;
619 cubic_props->filterCubicMinmax = false;

Completed in 4 milliseconds