Searched refs:util_format_has_alpha (Results 1 – 4 of 4) sorted by relevance
145 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()
1285 if (!util_format_has_alpha(fb_format)) { in renderer_validate_blend()
64 if (util_format_has_alpha(format)) in st_pipe_format_to_base_format()
783 util_format_has_alpha(enum pipe_format format) in util_format_has_alpha() function