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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.c310 int surfWidth, surfHeight, surfDepth; local in function:check_region_bounds
368 surfDepth = 1;
371 surfDepth = 6;
374 surfDepth = tex_image->Height;
377 surfDepth = tex_image->Depth;
380 if (z < 0 || z + depth > surfDepth) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.c314 int surfWidth, surfHeight, surfDepth; local in function:check_region_bounds
373 surfDepth = 1;
376 surfDepth = 6;
379 surfDepth = tex_image->Height;
382 surfDepth = tex_image->Depth;
385 if (z < 0 || z + depth > surfDepth) {

Completed in 4 milliseconds