Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dshader.c145 if (util_format_has_alpha(ctx->draw_buffer->strb->format)) { in blend_use_shader()
151 util_format_has_alpha(shader->image->sampler_view->format); in blend_use_shader()
Drenderer.c1285 if (!util_format_has_alpha(fb_format)) { in renderer_validate_blend()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c64 if (util_format_has_alpha(format)) in st_pipe_format_to_base_format()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h783 util_format_has_alpha(enum pipe_format format) in util_format_has_alpha() function