Home
last modified time | relevance | path

Searched refs:surfDepth (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcopyimage.c231 int surfWidth, surfHeight, surfDepth; in check_region_bounds() local
289 surfDepth = 1; in check_region_bounds()
292 surfDepth = 6; in check_region_bounds()
295 surfDepth = tex_image->Height; in check_region_bounds()
298 surfDepth = tex_image->Depth; in check_region_bounds()
301 if (z < 0 || z + depth > surfDepth) { in check_region_bounds()