Lines Matching defs:depth
54 * Does this texture instruction have a layer or depth parameter.
82 bounds_check(int width, int height, int depth,
89 if (r < 0 || r >= depth)
153 unsigned *depth)
158 *depth = 1;
174 *depth = u_minify(spr->base.depth0, level);
176 *depth = spr->base.array_size;
214 unsigned width, height, depth;
231 params->format, &width, &height, &depth))
244 if (!bounds_check(width, height, depth,
297 unsigned width, height, depth;
317 pformat, &width, &height, &depth))
329 if (!bounds_check(width, height, depth,
630 unsigned width, height, depth;
646 params->format, &width, &height, &depth))
656 if (!bounds_check(width, height, depth,