Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/fdl/
Dfreedreno_layout.h267 enum fdl_chroma_location { enum
280 enum fdl_chroma_location chroma_offsets[2];
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c239 args.chroma_offsets[0] = (enum fdl_chroma_location) conversion->chroma_offsets[0]; in tu_image_view_init()
240 args.chroma_offsets[1] = (enum fdl_chroma_location) conversion->chroma_offsets[1]; in tu_image_view_init()