Home
last modified time | relevance | path

Searched refs:util_format_colormask (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/asahi/vulkan/
Dhk_buffer_view.c122 cfg.srgb_2_channel = cfg.srgb && util_format_colormask(desc) == 0x3; in hk_CreateBufferView()
Dhk_image_view.c287 cfg.srgb_2_channel = cfg.srgb && util_format_colormask(desc) == 0x3; in pack_texture()
/external/mesa3d/src/util/format/
Du_format.h712 util_format_colormask(const struct util_format_description *desc) in util_format_colormask() function
746 return (~colormask & util_format_colormask(desc)) == 0; in util_format_colormask_full()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c420 util_format_colormask(util_format_description(rb->surface->format)); in st_Clear()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c131 unsigned colormask = util_format_colormask(desc); in convert_fast_clear_color()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context_graphics.cpp1990 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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c4558 blend_rt->colormask &= util_format_colormask(format_desc); in make_variant_key()
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c716 cfg.srgb_2_channel = cfg.srgb && util_format_colormask(desc) == 0x3; in agx_pack_texture()