Lines Matching refs:zoffset
81 GLint xoffset, GLint yoffset, GLint zoffset,
99 st_MapTextureImage(ctx, texImage, zoffset + img,
113 st_UnmapTextureImage(ctx, texImage, zoffset + img);
130 GLint xoffset, GLint yoffset, GLint zoffset,
144 st_MapTextureImage(ctx, texImage, zoffset + img,
172 st_UnmapTextureImage(ctx, texImage, zoffset + img);
186 GLint xoffset, GLint yoffset, GLint zoffset,
200 st_MapTextureImage(ctx, texImage, zoffset + img,
217 st_UnmapTextureImage(ctx, texImage, zoffset + img);
232 GLint xoffset, GLint yoffset, GLint zoffset,
244 st_MapTextureImage(ctx, texImage, zoffset + img,
269 st_UnmapTextureImage(ctx, texImage, zoffset + img);
318 GLint xoffset, GLint yoffset, GLint zoffset,
349 st_MapTextureImage(ctx, texImage, zoffset + slice,
357 st_UnmapTextureImage(ctx, texImage, zoffset + slice);
435 GLint xoffset, GLint yoffset, GLint zoffset,
478 st_MapTextureImage(ctx, texImage, zoffset + img,
561 st_UnmapTextureImage(ctx, texImage, zoffset + img);
575 GLint xoffset, GLint yoffset, GLint zoffset,
599 xoffset, yoffset, zoffset,
606 xoffset, yoffset, zoffset,
620 GLint xoffset, GLint yoffset, GLint zoffset,
661 st_MapTextureImage(ctx, texImage, zoffset,
679 st_UnmapTextureImage(ctx, texImage, zoffset);
696 GLint xoffset, GLint yoffset, GLint zoffset,
731 zoffset = yoffset;
733 assert(zoffset + depth <= texImage->Height);
735 assert(zoffset + depth <= texImage->Depth);
738 if (get_tex_memcpy(ctx, xoffset, yoffset, zoffset, width, height, depth,
743 get_tex_depth(ctx, dimensions, xoffset, yoffset, zoffset,
747 get_tex_depth_stencil(ctx, dimensions, xoffset, yoffset, zoffset,
752 get_tex_stencil(ctx, dimensions, xoffset, yoffset, zoffset,
756 get_tex_ycbcr(ctx, dimensions, xoffset, yoffset, zoffset,
760 get_tex_rgba(ctx, dimensions, xoffset, yoffset, zoffset,
778 GLint zoffset, GLsizei width,
816 st_MapTextureImage(ctx, texImage, zoffset + slice,
828 st_UnmapTextureImage(ctx, texImage, zoffset + slice);
890 * GL_TEXTURE_CUBE_MAP in which case we use zoffset to select a cube face.
896 GLint level, GLint zoffset)
901 assert(zoffset >= 0);
902 assert(zoffset < 6);
903 target = GL_TEXTURE_CUBE_MAP_POSITIVE_X + zoffset;
918 GLint xoffset, GLint yoffset, GLint zoffset,
935 if (zoffset < 0) {
936 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset);
972 if (zoffset != 0) {
974 "%s(zoffset = %d)", caller, zoffset);
987 if (zoffset + depth > 6) {
989 "%s(zoffset + depth = %d)", caller, zoffset + depth);
997 texImage = select_tex_image(texObj, target, level, zoffset);
1020 if (zoffset + depth > imageDepth) {
1022 "%s(zoffset %d + depth %d > %u)",
1023 caller, zoffset, depth, imageDepth);
1047 if (zoffset % bd != 0) {
1049 "%s(zoffset = %d)", caller, zoffset);
1071 (zoffset + depth != (GLint) texImage->Depth)) {
1308 GLint xoffset, GLint yoffset, GLint zoffset,
1323 xoffset, yoffset, zoffset,
1333 texImage = select_tex_image(texObj, target, level, zoffset);
1389 GLint xoffset, GLint yoffset, GLint zoffset,
1400 texImage = select_tex_image(texObj, target, level, zoffset);
1421 firstFace = zoffset;
1423 zoffset = 0;
1441 st_GetTexSubImage(ctx, xoffset, yoffset, zoffset,
1606 GLint xoffset, GLint yoffset, GLint zoffset,
1627 xoffset, yoffset, zoffset,
1634 xoffset, yoffset, zoffset, width, height, depth,
1673 GLint xoffset, GLint yoffset, GLint zoffset,
1698 xoffset, yoffset, zoffset,
1703 texImage = select_tex_image(texObj, target, level, zoffset);
1767 GLint xoffset, GLint yoffset, GLint zoffset,
1777 texImage = select_tex_image(texObj, target, level, zoffset);
1800 firstFace = zoffset;
1802 zoffset = 0;
1821 xoffset, yoffset, zoffset,
1982 GLint zoffset, GLsizei width,
1996 xoffset, yoffset, zoffset,
2003 xoffset, yoffset, zoffset,