Home
last modified time | relevance | path

Searched refs:FDL_CHROMA_LOCATION_MIDPOINT (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/fdl/
Dfd6_view.c270 if (args->chroma_offsets[0] == FDL_CHROMA_LOCATION_MIDPOINT) in fdl6_view_init()
272 if (args->chroma_offsets[1] == FDL_CHROMA_LOCATION_MIDPOINT) in fdl6_view_init()
Dfreedreno_layout.h269 FDL_CHROMA_LOCATION_MIDPOINT = 1, enumerator
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c237 STATIC_ASSERT((unsigned)VK_CHROMA_LOCATION_MIDPOINT == (unsigned)FDL_CHROMA_LOCATION_MIDPOINT); in tu_image_view_init()