Home
last modified time | relevance | path

Searched refs:util_pack_color_union (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c76 util_pack_color_union(format, &uc, color); in etna_clear_blit_pack_rgba()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c311 util_pack_color_union(pfmt, &uc, &swapped); in fd5_clear()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h437 util_pack_color_union(enum pipe_format format, in util_pack_color_union() function
Du_surface.c339 util_pack_color_union(format, &uc, color); in util_clear_color_texture_helper()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c271 util_pack_color_union(format, &uc, color); in lp_clear_color_texture_helper()
Dlp_setup.c413 util_pack_color_union(format, &uc, color); in lp_setup_try_clear_color_buffer()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c73 util_pack_color_union(surface_format, &uc, color); in si_set_clear_color()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c976 util_pack_color_union(pfmt, &uc, &swapped); in emit_clears()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1744 util_pack_color_union(surface_format, &uc, color); in evergreen_set_clear_color()
/external/mesa3d/docs/relnotes/
D20.2.0.rst1801 - etnaviv: Use the util_pack_color_union() helper.