Lines Matching refs:zoffset
78 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth() argument
96 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_depth()
110 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_depth()
127 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil() argument
141 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_depth_stencil()
169 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_depth_stencil()
183 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
197 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_stencil()
214 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_stencil()
229 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
241 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_ycbcr()
266 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_ycbcr()
315 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument
346 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + slice, in get_tex_rgba_compressed()
354 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + slice); in get_tex_rgba_compressed()
432 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_uncompressed() argument
475 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_rgba_uncompressed()
558 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_rgba_uncompressed()
572 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba() argument
596 xoffset, yoffset, zoffset, in get_tex_rgba()
603 xoffset, yoffset, zoffset, in get_tex_rgba()
617 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_memcpy() argument
658 ctx->Driver.MapTextureImage(ctx, texImage, zoffset, in get_tex_memcpy()
676 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset); in get_tex_memcpy()
695 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTexSubImage_sw() argument
730 zoffset = yoffset; in _mesa_GetTexSubImage_sw()
732 assert(zoffset + depth <= texImage->Height); in _mesa_GetTexSubImage_sw()
734 assert(zoffset + depth <= texImage->Depth); in _mesa_GetTexSubImage_sw()
737 if (get_tex_memcpy(ctx, xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTexSubImage_sw()
742 get_tex_depth(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
746 get_tex_depth_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
751 get_tex_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
755 get_tex_ycbcr(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
759 get_tex_rgba(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
777 GLint zoffset, GLsizei width, in get_compressed_texsubimage_sw() argument
815 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + slice, in get_compressed_texsubimage_sw()
827 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + slice); in get_compressed_texsubimage_sw()
895 GLint level, GLint zoffset) in select_tex_image() argument
900 assert(zoffset >= 0); in select_tex_image()
901 assert(zoffset < 6); in select_tex_image()
902 target = GL_TEXTURE_CUBE_MAP_POSITIVE_X + zoffset; in select_tex_image()
917 GLint xoffset, GLint yoffset, GLint zoffset, in dimensions_error_check() argument
934 if (zoffset < 0) { in dimensions_error_check()
935 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
971 if (zoffset != 0) { in dimensions_error_check()
973 "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
986 if (zoffset + depth > 6) { in dimensions_error_check()
988 "%s(zoffset + depth = %d)", caller, zoffset + depth); in dimensions_error_check()
996 texImage = select_tex_image(texObj, target, level, zoffset); in dimensions_error_check()
1019 if (zoffset + depth > imageDepth) { in dimensions_error_check()
1022 caller, zoffset, depth, imageDepth); in dimensions_error_check()
1046 if (zoffset % bd != 0) { in dimensions_error_check()
1048 "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
1070 (zoffset + depth != (GLint) texImage->Depth)) { in dimensions_error_check()
1307 GLint xoffset, GLint yoffset, GLint zoffset, in gettexsubimage_error_check() argument
1322 xoffset, yoffset, zoffset, in gettexsubimage_error_check()
1332 texImage = select_tex_image(texObj, target, level, zoffset); in gettexsubimage_error_check()
1388 GLint xoffset, GLint yoffset, GLint zoffset, in get_texture_image() argument
1399 texImage = select_tex_image(texObj, target, level, zoffset); in get_texture_image()
1420 firstFace = zoffset; in get_texture_image()
1422 zoffset = 0; in get_texture_image()
1437 ctx->Driver.GetTexSubImage(ctx, xoffset, yoffset, zoffset, in get_texture_image()
1602 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTextureSubImage() argument
1623 xoffset, yoffset, zoffset, in _mesa_GetTextureSubImage()
1630 xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTextureSubImage()
1669 GLint xoffset, GLint yoffset, GLint zoffset, in getcompressedteximage_error_check() argument
1694 xoffset, yoffset, zoffset, in getcompressedteximage_error_check()
1699 texImage = select_tex_image(texObj, target, level, zoffset); in getcompressedteximage_error_check()
1763 GLint xoffset, GLint yoffset, GLint zoffset, in get_compressed_texture_image() argument
1773 texImage = select_tex_image(texObj, target, level, zoffset); in get_compressed_texture_image()
1796 firstFace = zoffset; in get_compressed_texture_image()
1798 zoffset = 0; in get_compressed_texture_image()
1814 xoffset, yoffset, zoffset, in get_compressed_texture_image()
1975 GLint zoffset, GLsizei width, in _mesa_GetCompressedTextureSubImage() argument
1989 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()
1996 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()