Searched refs:util_format_colormask (Results 1 – 8 of 8) sorted by relevance
122 cfg.srgb_2_channel = cfg.srgb && util_format_colormask(desc) == 0x3; in hk_CreateBufferView()
287 cfg.srgb_2_channel = cfg.srgb && util_format_colormask(desc) == 0x3; in pack_texture()
712 util_format_colormask(const struct util_format_description *desc) in util_format_colormask() function746 return (~colormask & util_format_colormask(desc)) == 0; in util_format_colormask_full()
420 util_format_colormask(util_format_description(rb->surface->format)); in st_Clear()
131 unsigned colormask = util_format_colormask(desc); in convert_fast_clear_color()
1990 if (!(util_format_colormask(util_format_description(psurf->format)) & PIPE_MASK_A)) { in d3d12_clear_render_target()1996 if (!(util_format_colormask(util_format_description(psurf->format)) & in d3d12_clear_render_target()
4558 blend_rt->colormask &= util_format_colormask(format_desc); in make_variant_key()
716 cfg.srgb_2_channel = cfg.srgb && util_format_colormask(desc) == 0x3; in agx_pack_texture()