Searched refs:util_format_short_name (Results 1 - 25 of 65) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_describe.c47 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 Du_debug_describe.c47 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 Dfreedreno_blitter.h57 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 Dfreedreno_draw.c352 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 Dfreedreno_perfetto.cc174 data->set_value(util_format_short_name(p->cbuf0_format));
181 data->set_value(util_format_short_name(p->zs_format));
H A Dfreedreno_blitter.c305 util_format_short_name(info.src.resource->format),
306 util_format_short_name(info.dst.resource->format));
H A Dfreedreno_resource.h46 util_format_short_name((p)->format), (p)->width0, (p)->height0, \
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_format.c82 _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 Dfd_layout_test.c77 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 Dsp_surface.c56 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 Dsp_surface.c56 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 Du_tracepoints.c58 __entry->format = util_format_short_name(psurf->format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c287 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 Dfreedreno_gmem.c448 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 Dfreedreno_blitter.c271 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 Dlp_surface.c87 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 Dfd6_resource.c180 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 Detnaviv_clear_blit.c113 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 Dvirgl_texture.c202 util_format_short_name(fmt),
203 util_format_short_name(resource->format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_texture.c234 util_format_short_name(fmt),
235 util_format_short_name(resource->format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c266 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 Dr300_state_inlines.h428 util_format_short_name(format), __FUNCTION__, __LINE__);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state_inlines.h428 util_format_short_name(format), __FUNCTION__, __LINE__);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-clear.c147 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 Dswr_context.cpp309 util_format_short_name(info.src.resource->format),
310 util_format_short_name(info.dst.resource->format));

Completed in 65 milliseconds

123