Searched defs:dpt (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c171 struct pipe_resource *dpt = &dst_tex->b.b; local
194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
197 assert( util_format_get_blockwidth(dpt->format) == 1 );
198 assert( util_format_get_blockheight(dpt->format) == 1 );
201 util_format_get_blocksize(dpt->format),
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c171 struct pipe_resource *dpt = &dst_tex->b.b; local
194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
197 assert( util_format_get_blockwidth(dpt->format) == 1 );
198 assert( util_format_get_blockheight(dpt->format) == 1 );
201 util_format_get_blocksize(dpt->format),
/external/gcc-demangle/
H A Dcp-demangle.c3593 struct d_print_template dpt; local
3635 dpt.next = dpi->templates;
3636 dpi->templates = &dpt;
3637 dpt.template_decl = typed_name;
3677 dpi->templates = dpt.next;
4713 struct d_print_template dpt; local
4723 dpt.next = dpi->templates;
4724 dpi->templates = &dpt;
4725 dpt.template_decl = d_left (dc);
4729 dpi->templates = dpt
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c3732 struct d_print_template dpt; local
3774 dpt.next = dpi->templates;
3775 dpi->templates = &dpt;
3776 dpt.template_decl = typed_name;
3816 dpi->templates = dpt.next;
4971 struct d_print_template dpt; local
4981 dpt.next = dpi->templates;
4982 dpi->templates = &dpt;
4983 dpt.template_decl = d_left (dc);
4987 dpi->templates = dpt
[all...]

Completed in 122 milliseconds