Searched refs:pan_pack_color (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_util.h | 64 pan_pack_color(uint32_t *packed, const union pipe_color_union *color,
|
| H A D | pan_clear.c | 118 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 D | test-clear.c | 158 pan_pack_color(&packed[0], &T.colour, T.format, T.dithered);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_cmd_buffer.c | 342 pan_pack_color(cmdbuf->state.clear[i].color, col, fmt, false);
|
| H A D | panvk_vX_meta_clear.c | 507 pan_pack_color(clearval, (union pipe_color_union *)color,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_job.c | 866 pan_pack_color(batch->clear_color[i], color, format, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 249 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 D | 21.3.0.rst | 390 - panvk: Use pan_pack_color
|
Completed in 14 milliseconds