Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h570 util_format_is_rgb_no_alpha(enum pipe_format format);
Du_format.c90 util_format_is_rgb_no_alpha(enum pipe_format format) in util_format_is_rgb_no_alpha() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c1271 else if (util_format_is_rgb_no_alpha(format)) in choose_blend_quad()