Lines Matching defs:format
39 #include "util/format/u_format.h"
178 enum pipe_format format, int w, int h,
185 .format = format,
194 int dx = util_format_get_blocksize(format);
195 int dy = util_format_get_stride(format, w);
197 util_format_get_nblocksx(format, w));
199 util_format_get_nblocksy(format, h));
235 int dx = util_format_get_blocksize(tex->format);
236 int dy = util_format_get_stride(tex->format, tex->width0);
238 util_format_get_nblocksx(tex->format, tex->width0));
240 util_format_get_nblocksy(tex->format, tex->height0));
311 ctx->tex[*slots]->format);
343 .format = ctx->tex[*slots]->format,