Lines Matching defs:format
36 #include "util/format/u_format.h"
69 nblocksy = util_format_get_nblocksy(pt->format, height);
79 spr->stride[level] = util_format_get_stride(pt->format, width);
140 spr->base.format,
163 assert(templat->format != PIPE_FORMAT_NONE);
302 ps->format = surf_tmpl->format;
366 enum pipe_format format = resource->format;
430 box->y / util_format_get_blockheight(format) * spt->base.stride +
431 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
497 spr->base.format = PIPE_FORMAT_R8_UNORM; /* ?? */