Searched refs:pan_pack_color (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_util.h64 pan_pack_color(uint32_t *packed, const union pipe_color_union *color,
H A Dpan_clear.c118 pan_pack_color(uint32_t *packed, const union pipe_color_union *color, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-clear.c158 pan_pack_color(&packed[0], &T.colour, T.format, T.dithered);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c342 pan_pack_color(cmdbuf->state.clear[i].color, col, fmt, false);
H A Dpanvk_vX_meta_clear.c507 pan_pack_color(clearval, (union pipe_color_union *)color,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c866 pan_pack_color(batch->clear_color[i], color, format, false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c249 pan_pack_color(const union pipe_color_union *color, enum pipe_format format) function in typeref:typename:uint32_t
294 job->clear_color = pan_pack_color(color, format);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst390 - panvk: Use pan_pack_color

Completed in 14 milliseconds