Home
last modified time | relevance | path

Searched refs:util_format_has_alpha1 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c127 if ((util_format_has_alpha1(info->src.format) && in validate_blit_for_blt()
366 if (util_format_has_alpha1(src->base.b.format) && in crocus_emit_blt()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c366 } else if (util_format_has_alpha1(pformat)) { in d3d12_get_format_info()
Dd3d12_blit.cpp74 util_format_has_alpha1(info->src.format)) in resolve_supported()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_rcl.c81 load.force_alpha_1 = util_format_has_alpha1(psurf->format); in load_general()
/third_party/mesa3d/src/util/format/
Du_format.h729 util_format_has_alpha1(enum pipe_format format) ATTRIBUTE_CONST;
Du_format.c126 util_format_has_alpha1(enum pipe_format format) in util_format_has_alpha1() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c2895 if (util_format_has_alpha1(psurf->format)) { in zink_set_framebuffer_state()