| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug_describe.c | 47 sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level); 50 sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 53 sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format)); 56 sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 59 sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level); 62 sprintf(buf, "pipe_texture_1darray<%u,%u,%s,%u>", ptr->width0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level); 65 sprintf(buf, "pipe_texture_2darray<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level); 68 sprintf(buf, "pipe_texture_cubearray<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level); 89 sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format)); 98 util_format_short_name(pt [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_describe.c | 47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level); 50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format)); 56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level); 80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format)); 89 util_format_short_name(ptr->format));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_blitter.h | 57 const char *src_format = util_format_short_name((blit)->src.format); \ 58 const char *dst_format = util_format_short_name((blit)->dst.format); \
|
| H A D | freedreno_draw.c | 352 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), 353 util_format_short_name(pipe_surface_format(pfb->zsbuf))); 468 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), 469 util_format_short_name(pipe_surface_format(pfb->zsbuf)));
|
| H A D | freedreno_perfetto.cc | 174 data->set_value(util_format_short_name(p->cbuf0_format)); 181 data->set_value(util_format_short_name(p->zs_format));
|
| H A D | freedreno_blitter.c | 305 util_format_short_name(info.src.resource->format), 306 util_format_short_name(info.dst.resource->format));
|
| H A D | freedreno_resource.h | 46 util_format_short_name((p)->format), (p)->width0, (p)->height0, \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | st_format.c | 82 _mesa_get_format_name(i), util_format_short_name(pf), 102 util_format_short_name(i),
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| H A D | fd_layout_test.c | 77 util_format_short_name(testcase->format), layout.width0, 84 util_format_short_name(testcase->format), layout.width0, 93 util_format_short_name(testcase->format), layout.width0, 101 util_format_short_name(testcase->format), layout.width0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_surface.c | 56 util_format_short_name(info->src.resource->format), 57 util_format_short_name(info->dst.resource->format));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_surface.c | 56 util_format_short_name(info->src.resource->format), 57 util_format_short_name(info->dst.resource->format));
|
| /xsrc/external/mit/MesaLib/src/gallium/auxiliary/ |
| H A D | u_tracepoints.c | 58 __entry->format = util_format_short_name(psurf->format);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 287 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), 288 util_format_short_name(pipe_surface_format(pfb->zsbuf))); 371 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), 372 util_format_short_name(pipe_surface_format(pfb->zsbuf)));
|
| H A D | freedreno_gmem.c | 448 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), 449 util_format_short_name(pipe_surface_format(pfb->zsbuf)), 460 util_format_short_name(pipe_surface_format(pfb->cbufs[0])), 461 util_format_short_name(pipe_surface_format(pfb->zsbuf)));
|
| H A D | freedreno_blitter.c | 271 util_format_short_name(info.src.resource->format), 272 util_format_short_name(info.dst.resource->format));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_surface.c | 87 util_format_short_name(info.src.resource->format), 88 util_format_short_name(info.dst.resource->format));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_resource.c | 180 PRSC_ARGS(&rsc->b.b), util_format_short_name(format)); 194 PRSC_ARGS(&rsc->b.b), util_format_short_name(format));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_clear_blit.c | 113 util_format_short_name(info.src.resource->format), 114 util_format_short_name(info.dst.resource->format));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_texture.c | 202 util_format_short_name(fmt), 203 util_format_short_name(resource->format));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_texture.c | 234 util_format_short_name(fmt), 235 util_format_short_name(resource->format));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_surface.c | 266 util_format_short_name(info.src.resource->format), 267 util_format_short_name(info.dst.resource->format));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_state_inlines.h | 428 util_format_short_name(format), __FUNCTION__, __LINE__);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_state_inlines.h | 428 util_format_short_name(format), __FUNCTION__, __LINE__);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/ |
| H A D | test-clear.c | 147 util_format_short_name(T.format), T.dithered ? " dithered" : "", #x, x[0], x[1], x[2], x[3], #y, y[0], y[1], y[2], y[3]); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_context.cpp | 309 util_format_short_name(info.src.resource->format), 310 util_format_short_name(info.dst.resource->format));
|