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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1022 format_is_red_alpha(enum pipe_format format) function in typeref:typename:bool
1157 if (!format_is_red(dst) && !format_is_red_alpha(dst))
1164 if (format_is_red_alpha(dst)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1393 format_is_red_alpha(enum pipe_format format) function in typeref:typename:bool
1528 if (!format_is_red(dst) && !format_is_red_alpha(dst))
1535 if (format_is_red_alpha(dst)) {

Completed in 10 milliseconds