Searched refs:dpt (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c212 struct pipe_resource *dpt = &dst_tex->b.b; local in function:i915_surface_copy_blitter
235 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
236 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
237 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
238 assert( util_format_get_blockwidth(dpt->format) == 1 );
239 assert( util_format_get_blockheight(dpt->format) == 1 );
242 util_format_get_blocksize(dpt->format),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c210 struct pipe_resource *dpt = &dst_tex->b; local in function:i915_surface_copy_blitter
224 int block_width = util_format_get_blockwidth(dpt->format);
225 int block_height = util_format_get_blockheight(dpt->format);
226 int block_size = util_format_get_blocksize(dpt->format);

Completed in 4 milliseconds