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
143 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_depth_stencil()
162 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_depth_stencil()
176 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
190 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_stencil()
207 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_stencil()
222 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
234 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_ycbcr()
259 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_ycbcr()
308 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument
339 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + slice, in get_tex_rgba_compressed()
347 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + slice); in get_tex_rgba_compressed()
425 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_uncompressed() argument
468 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + img, in get_tex_rgba_uncompressed()
551 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_rgba_uncompressed()
565 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba() argument
589 xoffset, yoffset, zoffset, in get_tex_rgba()
596 xoffset, yoffset, zoffset, in get_tex_rgba()
610 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_memcpy() argument
651 ctx->Driver.MapTextureImage(ctx, texImage, zoffset, in get_tex_memcpy()
669 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset); in get_tex_memcpy()
688 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTexSubImage_sw() argument
723 zoffset = yoffset; in _mesa_GetTexSubImage_sw()
725 assert(zoffset + depth <= texImage->Height); in _mesa_GetTexSubImage_sw()
727 assert(zoffset + depth <= texImage->Depth); in _mesa_GetTexSubImage_sw()
730 if (get_tex_memcpy(ctx, xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTexSubImage_sw()
735 get_tex_depth(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
739 get_tex_depth_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
744 get_tex_stencil(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
748 get_tex_ycbcr(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
752 get_tex_rgba(ctx, dimensions, xoffset, yoffset, zoffset, in _mesa_GetTexSubImage_sw()
770 GLint zoffset, GLsizei width, in get_compressed_texsubimage_sw() argument
808 ctx->Driver.MapTextureImage(ctx, texImage, zoffset + slice, in get_compressed_texsubimage_sw()
820 ctx->Driver.UnmapTextureImage(ctx, texImage, zoffset + slice); in get_compressed_texsubimage_sw()
888 GLint level, GLint zoffset) in select_tex_image() argument
893 assert(zoffset >= 0); in select_tex_image()
894 assert(zoffset < 6); in select_tex_image()
895 target = GL_TEXTURE_CUBE_MAP_POSITIVE_X + zoffset; in select_tex_image()
911 GLint xoffset, GLint yoffset, GLint zoffset, in dimensions_error_check() argument
928 if (zoffset < 0) { in dimensions_error_check()
929 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
965 if (zoffset != 0) { in dimensions_error_check()
967 "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
980 if (zoffset + depth > 6) { in dimensions_error_check()
982 "%s(zoffset + depth = %d)", caller, zoffset + depth); in dimensions_error_check()
987 GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X + zoffset + i; in dimensions_error_check()
1000 texImage = select_tex_image(texObj, target, level, zoffset); in dimensions_error_check()
1023 if (zoffset + depth > texImage->Depth) { in dimensions_error_check()
1026 caller, zoffset, depth, texImage->Depth); in dimensions_error_check()
1050 if (zoffset % bd != 0) { in dimensions_error_check()
1052 "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
1074 (zoffset + depth != (GLint) texImage->Depth)) { in dimensions_error_check()
1145 GLint xoffset, GLint yoffset, GLint zoffset, in getteximage_error_check() argument
1174 xoffset, yoffset, zoffset, in getteximage_error_check()
1184 texImage = select_tex_image(texObj, target, level, zoffset); in getteximage_error_check()
1294 GLint xoffset, GLint yoffset, GLint zoffset, in get_texture_image() argument
1305 texImage = select_tex_image(texObj, target, level, zoffset); in get_texture_image()
1326 firstFace = zoffset; in get_texture_image()
1328 zoffset = 0; in get_texture_image()
1343 ctx->Driver.GetTexSubImage(ctx, xoffset, yoffset, zoffset, in get_texture_image()
1453 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_GetTextureSubImage() argument
1474 xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTextureSubImage()
1480 xoffset, yoffset, zoffset, width, height, depth, in _mesa_GetTextureSubImage()
1519 GLint xoffset, GLint yoffset, GLint zoffset, in getcompressedteximage_error_check() argument
1544 xoffset, yoffset, zoffset, in getcompressedteximage_error_check()
1549 texImage = select_tex_image(texObj, target, level, zoffset); in getcompressedteximage_error_check()
1613 GLint xoffset, GLint yoffset, GLint zoffset, in get_compressed_texture_image() argument
1623 texImage = select_tex_image(texObj, target, level, zoffset); in get_compressed_texture_image()
1646 firstFace = zoffset; in get_compressed_texture_image()
1648 zoffset = 0; in get_compressed_texture_image()
1664 xoffset, yoffset, zoffset, in get_compressed_texture_image()
1769 GLint zoffset, GLsizei width, in _mesa_GetCompressedTextureSubImage() argument
1783 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()
1790 xoffset, yoffset, zoffset, in _mesa_GetCompressedTextureSubImage()