Searched refs:subDepth (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | teximage.c | 1121 GLsizei subDepth, in error_check_subtexture_negative_dimensions() argument 1135 if (dims > 2 && subDepth < 0) { in error_check_subtexture_negative_dimensions() 1136 _mesa_error(ctx, GL_INVALID_VALUE, "%s(depth=%d)", func, subDepth); in error_check_subtexture_negative_dimensions() 1154 GLsizei subDepth, const char *func) in error_check_subtexture_dimensions() argument 1200 if (zoffset + subDepth > depth) { in error_check_subtexture_dimensions() 1202 func, zoffset, subDepth, depth); in error_check_subtexture_dimensions() 1244 if ((subDepth % bd != 0) && in error_check_subtexture_dimensions() 1245 (zoffset + subDepth != (GLint) destImage->Depth)) { in error_check_subtexture_dimensions() 1247 "%s(depth = %d)", func, subDepth); in error_check_subtexture_dimensions()
|