Home | History | Annotate | Download | only in util

Lines Matching full:srclevel

1110       const uint srcLevel = dstLevel - 1;
1114 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer,
1116 u_minify(pt->width0, srcLevel),
1117 u_minify(pt->height0, srcLevel));
1151 const uint srcLevel = dstLevel - 1;
1155 srcTrans = pipe_get_transfer(pipe, pt, srcLevel, layer,
1157 u_minify(pt->width0, srcLevel),
1158 u_minify(pt->height0, srcLevel));
1199 const uint srcLevel = dstLevel - 1;
1203 src_box.width = u_minify(pt->width0, srcLevel);
1204 src_box.height = u_minify(pt->height0, srcLevel);
1205 src_box.depth = u_minify(pt->depth0, srcLevel);
1210 srcTrans = pipe->get_transfer(pipe, pt, srcLevel,
1610 const uint srcLevel = dstLevel - 1;
1678 ctx->sampler.min_lod = ctx->sampler.max_lod = (float) srcLevel;
1679 ctx->sampler.lod_bias = (float) srcLevel;