Searched refs:util_format_has_alpha (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h74 return util_format_has_alpha(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_lower_vs_vertex_conversion.c108 if (!util_format_has_alpha(fmt)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_formats.c63 if (!util_format_has_alpha(pformat) && fmtl->channels.a.type != ISL_VOID) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_clear.c137 if (!util_format_has_alpha(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c128 util_format_has_alpha(info->dst.format) &&
367 util_format_has_alpha(dst->base.b.format))
H A Dcrocus_formats.c386 if (!util_format_has_alpha(pformat) && fmtl->channels.a.type != ISL_VOID) {
H A Dcrocus_blit.c374 if (!util_format_has_alpha(dinfo.dst.resource->format))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c128 if (util_format_has_alpha(format))
H A Dst_manager.c742 if (util_format_has_alpha(tex->format))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_shader.c300 (!util_format_has_alpha(view->format) &&
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c220 if (util_format_has_alpha(format))
H A Dst_manager.c747 if (util_format_has_alpha(tex->format))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c222 bool has_alpha = util_format_has_alpha(format);
369 bool has_alpha = util_format_has_alpha(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h714 util_format_has_alpha(enum pipe_format format);
H A Du_format.c66 util_format_has_alpha(enum pipe_format format) function in typeref:typename:boolean
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_shader.c329 (!util_format_has_alpha(view->format) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c701 bool has_alpha = util_format_has_alpha(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c721 bool has_alpha = util_format_has_alpha(format);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c119 util_format_has_alpha(enum pipe_format format) function in typeref:typename:boolean
H A Du_format.h724 util_format_has_alpha(enum pipe_format format) ATTRIBUTE_CONST;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c1275 else if (!util_format_has_alpha(format))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c739 bool has_alpha = util_format_has_alpha(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c729 bool has_alpha = util_format_has_alpha(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c976 bool has_alpha = util_format_has_alpha(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c778 bool has_alpha = util_format_has_alpha(format);

Completed in 56 milliseconds

12