Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c125 if (util_format_has_alpha(format)) in st_pipe_format_to_base_format()
Dst_manager.c722 if (util_format_has_alpha(tex->format)) in st_context_teximage()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c67 util_format_has_alpha(enum pipe_format format) in util_format_has_alpha() function
Du_format.h476 util_format_has_alpha(enum pipe_format format);
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c233 !util_format_has_alpha(view->format) && in svga_init_shader_key_common()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c305 bool has_alpha = util_format_has_alpha(format); in fd2_emit_state()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h665 util_format_has_alpha(enum pipe_format format);
Du_format.c66 util_format_has_alpha(enum pipe_format format) in util_format_has_alpha() function
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c732 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c695 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c713 bool has_alpha = util_format_has_alpha(format); in fd5_emit_state()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c1275 else if (!util_format_has_alpha(format)) in choose_blend_quad()
/external/virglrenderer/src/
Dvrend_renderer.c1814 if (!(util_format_has_alpha(view->format) || util_format_is_depth_or_stencil(view->format))) { in vrend_create_sampler_view()
4322 } else if (!util_format_has_alpha(ctx->sub->surf[i]->format)) { in vrend_patch_blend_state()