Searched refs:util_format_get_nblocksx (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c725 dst_width = util_format_get_nblocksx(dst->format, dst_width);
727 src_width0 = util_format_get_nblocksx(src->format, src_width0);
729 src_widthFL = util_format_get_nblocksx(src->format, src_widthFL);
732 dstx = util_format_get_nblocksx(dst->format, dstx);
735 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
738 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
750 dst_width = util_format_get_nblocksx(dst->format, dst_width);
751 src_width0 = util_format_get_nblocksx(src->format, src_width0);
752 src_widthFL = util_format_get_nblocksx(src->format, src_widthFL);
754 dstx = util_format_get_nblocksx(ds
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c727 dst_width = util_format_get_nblocksx(dst->format, dst_width);
729 src_width0 = util_format_get_nblocksx(src->format, src_width0);
731 src_widthFL = util_format_get_nblocksx(src->format, src_widthFL);
734 dstx = util_format_get_nblocksx(dst->format, dstx);
737 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
740 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
752 dst_width = util_format_get_nblocksx(dst->format, dst_width);
753 src_width0 = util_format_get_nblocksx(src->format, src_width0);
754 src_widthFL = util_format_get_nblocksx(src->format, src_widthFL);
756 dstx = util_format_get_nblocksx(ds
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c97 rect->w = util_format_get_nblocksx(pt->format, rect->w);
117 rect->x0 = util_format_get_nblocksx(pt->format, x) << mt->ms_x;
119 rect->x1 = rect->x0 + (util_format_get_nblocksx(pt->format, w) << mt->ms_x);
294 tx->base.stride = align(util_format_get_nblocksx(pt->format, box->width) *
299 tx->nblocksx = util_format_get_nblocksx(pt->format, box->width);
453 mt->uniform_pitch = util_format_get_nblocksx(pt->format, w) * blocksz;
477 unsigned nbx = util_format_get_nblocksx(pt->format, w);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c102 rect->w = util_format_get_nblocksx(pt->format, rect->w);
122 rect->x0 = util_format_get_nblocksx(pt->format, x) << mt->ms_x;
124 rect->x1 = rect->x0 + (util_format_get_nblocksx(pt->format, w) << mt->ms_x);
299 tx->base.stride = align(util_format_get_nblocksx(pt->format, box->width) *
304 tx->nblocksx = util_format_get_nblocksx(pt->format, box->width);
449 mt->uniform_pitch = util_format_get_nblocksx(pt->format, w) * blocksz;
473 unsigned nbx = util_format_get_nblocksx(pt->format, w);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c957 dst_width = util_format_get_nblocksx(dst->format, dst_width);
959 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0);
961 src_width0 = util_format_get_nblocksx(src->format, src_width0);
964 dstx = util_format_get_nblocksx(dst->format, dstx);
967 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
970 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
981 dst_width = util_format_get_nblocksx(dst->format, dst_width);
982 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0);
983 src_width0 = util_format_get_nblocksx(src->format, src_width0);
985 dstx = util_format_get_nblocksx(ds
[all...]
H A Dsi_dma.c227 src_x = util_format_get_nblocksx(src->format, src_box->x);
228 dst_x = util_format_get_nblocksx(src->format, dst_x);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c961 dst_width = util_format_get_nblocksx(dst->format, dst_width);
963 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0);
965 src_width0 = util_format_get_nblocksx(src->format, src_width0);
968 dstx = util_format_get_nblocksx(dst->format, dstx);
971 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
974 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
985 dst_width = util_format_get_nblocksx(dst->format, dst_width);
986 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0);
987 src_width0 = util_format_get_nblocksx(src->format, src_width0);
989 dstx = util_format_get_nblocksx(ds
[all...]
H A Dsi_texture.c113 sbox.width = util_format_get_nblocksx(dst->format, sbox.width);
114 sbox.height = util_format_get_nblocksx(dst->format, sbox.height);
1701 res->width0 = util_format_get_nblocksx(orig->format, box->width);
2048 unsigned nblks_x = util_format_get_nblocksx(tex->format, width);
2054 width0 = util_format_get_nblocksx(tex->format, width0);
/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfreedreno_layout.h248 uint32_t nblocksx = util_format_get_nblocksx(layout->format, layout->width0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c95 return align(util_format_get_nblocksx(format, width), align_to);
299 const unsigned nblocks = util_format_get_nblocksx(pt->format, width);
445 unsigned nblocksx = util_format_get_nblocksx(pt->format, width);
463 util_format_get_nblocksx(pt->format, u_minify(width, 2));
558 const unsigned nblocks = util_format_get_nblocksx(pt->format, width);
608 util_format_get_nblocksx(pt->format, x),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c84 return align(util_format_get_nblocksx(format, width), align_to);
329 const unsigned nblocks = util_format_get_nblocksx(pt->format, width);
471 unsigned nblocksx = util_format_get_nblocksx(pt->format, width);
489 util_format_get_nblocksx(pt->format, u_minify(width, 2));
646 const unsigned nblocks = util_format_get_nblocksx(pt->format, width);
696 util_format_get_nblocksx(pt->format, x),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h853 util_format_get_nblocksx(enum pipe_format format, function in typeref:typename:unsigned
873 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height);
880 return util_format_get_nblocksx(format, width) * util_format_get_blocksize(format);
H A Du_debug_image.c126 util_format_get_nblocksx(texture->format, surface->width),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c36 rect->width = util_format_get_nblocksx(res->format, w);
38 rect->x = util_format_get_nblocksx(res->format, x);
278 tx->nblocksx = util_format_get_nblocksx(res->format, box->width);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c126 util_format_get_nblocksx(texture->format, surface->width),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c276 unsigned nbx = util_format_get_nblocksx(pt->format, w);
388 const unsigned nbx = util_format_get_nblocksx(pt->format, pt->width0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c280 util_format_get_nblocksx(
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c268 util_format_get_nblocksx(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c215 stride = util_format_get_nblocksx(texture->format, texture->width0) *
281 nblocksx = util_format_get_nblocksx(texture->format, st->box.w);
396 nblocksx = util_format_get_nblocksx(texture->format, w);
1363 nblocksx = util_format_get_nblocksx(texture->format, st->base.box.width);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c36 rect->width = util_format_get_nblocksx(res->format, w);
38 rect->x = util_format_get_nblocksx(res->format, x);
404 tx->nblocksx = util_format_get_nblocksx(res->format, box->width);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h892 util_format_get_nblocksx(enum pipe_format format, function in typeref:typename:unsigned
921 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height);
928 return (size_t)util_format_get_nblocksx(format, width) * util_format_get_blocksize(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c475 ptrans->stride = util_format_get_nblocksx(format, slice->pitch) * rsc->cpp;
491 trans->base.stride = util_format_get_nblocksx(format,
605 trans->base.stride = util_format_get_nblocksx(format,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c212 unsigned nbx = util_format_get_nblocksx(pt->format, w);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c216 stride = util_format_get_nblocksx(texture->format, texture->width0) *
328 nblocksx = util_format_get_nblocksx(texture->format, st->box.w);
446 nblocksx = util_format_get_nblocksx(texture->format, w);
1425 nblocksx = util_format_get_nblocksx(texture->format, st->base.box.width);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c265 util_format_get_nblocksx(

Completed in 32 milliseconds

12