Home
last modified time | relevance | path

Searched refs:util_format_get_component_shift (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c171 util_format_get_component_shift(format, UTIL_FORMAT_COLORSPACE_RGB, i); in driCreateConfigs()
/aosp_15_r20/external/mesa3d/src/gallium/targets/dril/
H A Ddril_target.c86 #define SHIFT(f, cs, chan) (f ? util_format_get_component_shift(f, cs, chan) : 0)
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.h1019 util_format_get_component_shift(enum pipe_format format, in util_format_get_component_shift() function
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.1.0.rst1528 - util: Add util_format_get_component_shift