Lines Matching refs:info
857 util_format_unpack_rgba_8unorm_rect(surf->base.info.format, ptr, transfer->stride,
865 util_format_unpack_rgba_8unorm_rect(surf->base.info.format,
1460 const unsigned w = util_format_get_blockwidth(dst->base.info.format);
1461 const unsigned h = util_format_get_blockheight(dst->base.info.format);
1537 unsigned w = u_minify(srcb->base.info.width0, m);
1538 unsigned h = u_minify(srcb->base.info.height0, m);
1539 unsigned d = u_minify(srcb->base.info.depth0, m);
1541 if (w <= dstb->base.info.width0 &&
1542 h <= dstb->base.info.height0 &&
1543 d <= dstb->base.info.depth0)
1548 last_dst_level = MIN2(srcb->base.info.last_level - m, last_dst_level);
1562 fit_rect_format_inclusive(dst->base.base.info.format,
1589 fit_rect_format_inclusive(dst->base.base.info.format,
1819 (!util_format_is_compressed(dst->base.info.format) &&
1820 !util_format_is_compressed(src->base.info.format)),
1911 const unsigned bw = util_format_get_blockwidth(surf->base.info.format);
1912 const unsigned bh = util_format_get_blockheight(surf->base.info.format);
1924 if (surf->base.info.bind & PIPE_BIND_RENDER_TARGET) {
1935 surf->base.info.format, &uc);
1936 util_fill_rect(lock.pBits, surf->base.info.format,lock.Pitch,
2042 user_assert(!ds || util_format_is_depth_or_stencil(ds->base.info.format),
2116 util_format_is_depth_and_stencil(zsbuf_surf->base.info.format)),
2617 * Probably the info is for developpers when working on their