Lines Matching defs:format
31 #include "util/format/u_format.h"
99 This->info.format = d3d9_to_pipe_format_checked(This->info.screen,
106 if (This->info.format == PIPE_FORMAT_NONE)
109 This->stride = util_format_get_stride(This->info.format, pDesc->Width);
111 This->layer_stride = util_format_get_2d_size(This->info.format,
114 /* Get true format */
121 if (This->info.format != This->format_internal ||
239 NineVolume9_GetSystemMemOffset(enum pipe_format format, unsigned stride,
243 unsigned x_offset = util_format_get_stride(format, x);
245 y = util_format_get_nblocksy(format, y);
282 const unsigned w = util_format_get_blockwidth(This->info.format);
283 const unsigned h = util_format_get_blockheight(This->info.format);
322 enum pipe_format format = This->info.format;
327 format = This->format_internal;
335 NineVolume9_GetSystemMemOffset(format, stride,
391 (void) util_format_translate_3d(This->info.format,
463 From->info.format,
474 From->info.format,
518 res->format,