Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c77 util_pack_color_union(format, &uc, color); in etna_clear_blit_pack_rgba()
/third_party/mesa3d/docs/relnotes/
D21.3.7.rst106 - lavapipe: use util_pack_color_union() for generating clear colors
D22.1.0.rst2348 - lavapipe: use util_pack_color_union() for generating clear colors
D22.0.0.rst3332 - lavapipe: use util_pack_color_union() for generating clear colors
D20.2.0.rst1801 - etnaviv: Use the util_pack_color_union() helper.
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c290 util_pack_color_union(pfmt, &uc, &swapped); in fd5_clear()
/third_party/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.c372 util_pack_color_union(format, &uc, color); in util_clear_color_texture_helper()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c152 util_pack_color_union(surface_format, &uc, color); in si_set_clear_color()
323 util_pack_color_union(surface_format, (union util_color*)&value, color); in gfx11_get_dcc_clear_parameters()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c282 util_pack_color_union(format, &uc, color); in lp_clear_color_texture_helper()
Dlp_setup.c439 util_pack_color_union(format, &uc, color); in lp_setup_try_clear_color_buffer()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1096 util_pack_color_union(pfmt, &uc, &swapped); in emit_clears()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1727 util_pack_color_union(surface_format, &uc, color); in evergreen_set_clear_color()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3063 util_pack_color_union(image->bo->format, &uc, (void*)cmd->u.clear_color_image.color); in handle_clear_color_image()