Home
last modified time | relevance | path

Searched refs:zoffset (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/third_party/mesa3d/src/mesa/main/
Dtexgetimage.c81 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth() argument
99 st_MapTextureImage(ctx, texImage, zoffset + img, in get_tex_depth()
113 st_UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_depth()
130 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil() argument
144 st_MapTextureImage(ctx, texImage, zoffset + img, in get_tex_depth_stencil()
172 st_UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_depth_stencil()
186 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
200 st_MapTextureImage(ctx, texImage, zoffset + img, in get_tex_stencil()
217 st_UnmapTextureImage(ctx, texImage, zoffset + img); in get_tex_stencil()
232 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
[all …]
Dteximage.c1153 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions() argument
1193 if (zoffset < -zBorder) { in error_check_subtexture_dimensions()
1201 if (zoffset + subDepth > depth) { in error_check_subtexture_dimensions()
1203 func, zoffset, subDepth, depth); in error_check_subtexture_dimensions()
1219 if ((xoffset % bw != 0) || (yoffset % bh != 0) || (zoffset % bd != 0)) { in error_check_subtexture_dimensions()
1222 func, xoffset, yoffset, zoffset); in error_check_subtexture_dimensions()
1246 (zoffset + subDepth != (GLint) destImage->Depth)) { in error_check_subtexture_dimensions()
2167 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check() argument
2242 texImage, xoffset, yoffset, zoffset, in texsubimage_error_check()
2564 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check() argument
[all …]
Dtexstore.c976 GLint xoffset, GLint yoffset, GLint zoffset, in store_texsubimage() argument
992 assert(zoffset + depth <= texImage->Depth); in store_texsubimage()
1027 assert(zoffset == 0); in store_texsubimage()
1031 assert(zoffset == 0); in store_texsubimage()
1041 sliceOffset = zoffset; in store_texsubimage()
1043 zoffset = 0; in store_texsubimage()
1050 sliceOffset = zoffset; in store_texsubimage()
1056 sliceOffset = zoffset; in store_texsubimage()
1140 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_texsubimage() argument
1146 xoffset, yoffset, zoffset, width, height, depth, in _mesa_store_texsubimage()
[all …]
Dtexstore.h124 GLint xoffset, GLint yoffset, GLint zoffset,
133 GLint xoffset, GLint yoffset, GLint zoffset,
146 GLint xoffset, GLint yoffset, GLint zoffset,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_2_autogen.cpp33 GLint zoffset, in CopyTexSubImage3D() argument
42 GLenumToString(GLenumGroup::TextureTarget, target), level, xoffset, yoffset, zoffset, x, y, in CopyTexSubImage3D()
52 yoffset, zoffset, x, y, width, height)); in CopyTexSubImage3D()
55 context->copyTexSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, x, y, width, in CopyTexSubImage3D()
59 yoffset, zoffset, x, y, width, height); in CopyTexSubImage3D()
135 GLint zoffset, in TexSubImage3D() argument
147 GLenumToString(GLenumGroup::TextureTarget, target), level, xoffset, yoffset, zoffset, width, in TexSubImage3D()
158 ValidateTexSubImage3D(context, targetPacked, level, xoffset, yoffset, zoffset, width, in TexSubImage3D()
162 context->texSubImage3D(targetPacked, level, xoffset, yoffset, zoffset, width, height, in TexSubImage3D()
166 zoffset, width, height, depth, format, type, pixels); in TexSubImage3D()
Dentry_points_gl_4_4_autogen.cpp219 GLint zoffset, in ClearTexSubImage() argument
231 texture, level, xoffset, yoffset, zoffset, width, height, depth, in ClearTexSubImage()
242 ValidateClearTexSubImage(context, texturePacked, level, xoffset, yoffset, zoffset, in ClearTexSubImage()
246 context->clearTexSubImage(texturePacked, level, xoffset, yoffset, zoffset, width, in ClearTexSubImage()
250 yoffset, zoffset, width, height, depth, format, type, data); in ClearTexSubImage()
Dentry_points_gl_1_2_autogen.h23 GLint zoffset,
48 GLint zoffset,
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c93 float zoffset, mult; in do_offset_tri() local
110 zoffset = bias + mult; in do_offset_tri()
112 zoffset = offset->units + mult; in do_offset_tri()
116 zoffset = (offset->clamp < 0.0f) ? MAX2(zoffset, offset->clamp) : in do_offset_tri()
117 MIN2(zoffset, offset->clamp); in do_offset_tri()
123 v0[2] = SATURATE(v0[2] + zoffset); in do_offset_tri()
124 v1[2] = SATURATE(v1[2] + zoffset); in do_offset_tri()
125 v2[2] = SATURATE(v2[2] + zoffset); in do_offset_tri()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_get_texture_sub_image.txt57 int xoffset, int yoffset, int zoffset,
64 int yoffset, int zoffset,
87 int xoffset, int yoffset, int zoffset,
100 <zoffset> and <depth>, as described below) were returned.
102 <xoffset>, <yoffset> and <zoffset> values indicate the position of the
110 For two-dimensional array textures, <zoffset> is interpreted as the
113 z-dimension, where the value of <zoffset> is interpreted as specifying
115 is the number of faces to access. For cube map array textures, <zoffset>
122 (<xoffset>, <yoffset>, <zoffset>).
132 An INVALID_VALUE error is generated if <xoffset>, <yoffset> or <zoffset>
[all …]
/third_party/openGLES/extensions/ARB/
DARB_get_texture_sub_image.txt67 int xoffset, int yoffset, int zoffset,
74 int yoffset, int zoffset,
97 int xoffset, int yoffset, int zoffset,
110 <zoffset> and <depth>, as described below) were returned.
112 <xoffset>, <yoffset> and <zoffset> values indicate the position of the
120 For two-dimensional array textures, <zoffset> is interpreted as the
123 z-dimension, where the value of <zoffset> is interpreted as specifying
125 is the number of faces to access. For cube map array textures, <zoffset>
132 (<xoffset>, <yoffset>, <zoffset>).
142 An INVALID_VALUE error is generated if <xoffset>, <yoffset> or <zoffset>
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp241 …for (glw::GLuint zoffset = copy_params.m_zoffset; zoffset < copy_params.m_zoffset + copy_params.m_… in configureDataBuffer() local
252 (zoffset * width * height + yoffset * width + xoffset) * m_n_components + component; in configureDataBuffer()
259 …for (glw::GLuint zoffset = copy_params.m_zoffset; zoffset < copy_params.m_zoffset + copy_params.m_… in configureDataBuffer() local
268 … &m_expected_data_buffer[(zoffset * width * height + yoffset * width + xoffset) * m_n_components]; in configureDataBuffer()
272 (zoffset * width * height + yoffset * width + xoffset) * m_n_components + component; in configureDataBuffer()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.hpp125 glw::GLint yoffset, glw::GLint zoffset, glw::GLsizei width,
131 glw::GLint zoffset, glw::GLsizei width,
228 glw::GLint yoffset, glw::GLint zoffset, glw::GLsizei width,
234 glw::GLint zoffset, glw::GLsizei width,
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.h72 GLint xoffset, GLint yoffset, GLint zoffset,
89 GLint xoffset, GLint yoffset, GLint zoffset,
111 GLint xoffset, GLint yoffset, GLint zoffset,
126 int level, int xoffset, int yoffset, int zoffset,
Dst_cb_texture.c183 GLint xoffset, GLint yoffset, GLint zoffset, in copy_to_staging_dest() argument
1591 GLint xoffset, GLint yoffset, GLint zoffset, in try_pbo_upload() argument
1616 zoffset = yoffset; in try_pbo_upload()
1680 zoffset += texImage->Face + texImage->TexObject->Attrib.MinLayer; in try_pbo_upload()
1686 templ.u.tex.first_layer = MIN2(zoffset, max_layer); in try_pbo_upload()
1687 templ.u.tex.last_layer = MIN2(zoffset + depth - 1, max_layer); in try_pbo_upload()
1705 GLint xoffset, GLint yoffset, GLint zoffset, in try_pbo_download() argument
1738 zoffset = yoffset; in try_pbo_download()
1796 zoffset += texImage->Face + texImage->TexObject->Attrib.MinLayer; in try_pbo_download()
1797 templ.u.tex.first_layer = MIN2(zoffset, max_layer); in try_pbo_download()
[all …]
/third_party/openGLES/extensions/NV/
DNV_memory_object_sparse.txt66 int xoffset, int yoffset, int zoffset,
73 int xoffset, int yoffset, int zoffset,
122 int xoffset, int yoffset, int zoffset,
129 int xoffset, int yoffset, int zoffset,
139 <zoffset> must be 0 and <depth> must 1 in this case. For other textures
157 An INVALID_VALUE error is generated if <zoffset> is not 0 or <depth> is
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.h163 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
169 …void subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei …
171 …void subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
173 …ce, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *dest…
222 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
294 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
354 …void subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei hei…
355 …void subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G…
357 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
DTexture.cpp362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage() argument
371 …image->loadImageData(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackParamete… in subImage()
375 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsize… in subImageCompressed() argument
384 image->loadCompressedData(xoffset, yoffset, zoffset, width, height, depth, imageSize, pixels); in subImageCompressed()
388 …ce, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint zoffset, egl::Image *dest) in copy() argument
392 …et, xoffset + (sourceRect.x1 - sourceRect.x0), yoffset + (sourceRect.y1 - sourceRect.y0), zoffset); in copy()
654 …SubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y… in copySubImage() argument
661 …+ width > image[level]->getWidth() || yoffset + height > image[level]->getHeight() || zoffset != 0) in copySubImage()
679 copy(renderTarget, sourceRect, xoffset, yoffset, zoffset, image[level]); in copySubImage()
1350 …SubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y… in copySubImage() argument
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_subtexture.txt59 int zoffset,
88 <xoffset>, <yoffset>, and <zoffset> specify texel offsets in the x, y,
94 zoffset <= k < (zoffset + depth),
106 zoffset < -TEXTURE_BORDER
107 (zoffset + depth) > (TEXTURE_DEPTH_EXT - TEXTURE_BORDER)
124 k = zoffset + ((N div (width * height)) mod depth), 3D textures only
260 4 INT32 zoffset
339 INVALID_VALUE is generated if <xoffset>, <yoffset>, or <zoffset> is
345 (zoffset + depth) > (TEXTURE_DEPTH_EXT - TEXTURE_BORDER).
DEXT_clear_texture.txt90 int xoffset, int yoffset, int zoffset,
121 int xoffset, int yoffset, int zoffset,
131 Arguments <xoffset>, <yoffset>, and <zoffset> specify the lower left
138 For 2D array textures, <zoffset> is interpreted as the first layer to be
141 of <zoffset> is interpreted as specifying the cube map face for the
144 textures, <zoffset> is the first layer-face to clear, and <depth> is the
152 use <zoffset> equal to zero and <depth> equal to one.
216 and <zoffset> equal to 0 and <width>, <height>, and <depth> equal
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_subtexture.txt59 int zoffset,
88 <xoffset>, <yoffset>, and <zoffset> specify texel offsets in the x, y,
94 zoffset <= k < (zoffset + depth),
106 zoffset < -TEXTURE_BORDER
107 (zoffset + depth) > (TEXTURE_DEPTH_EXT - TEXTURE_BORDER)
124 k = zoffset + ((N div (width * height)) mod depth), 3D textures only
260 4 INT32 zoffset
339 INVALID_VALUE is generated if <xoffset>, <yoffset>, or <zoffset> is
345 (zoffset + depth) > (TEXTURE_DEPTH_EXT - TEXTURE_BORDER).
DEXT_clear_texture.txt90 int xoffset, int yoffset, int zoffset,
121 int xoffset, int yoffset, int zoffset,
131 Arguments <xoffset>, <yoffset>, and <zoffset> specify the lower left
138 For 2D array textures, <zoffset> is interpreted as the first layer to be
141 of <zoffset> is interpreted as specifying the cube map face for the
144 textures, <zoffset> is the first layer-face to clear, and <depth> is the
152 use <zoffset> equal to zero and <depth> equal to one.
216 and <zoffset> equal to 0 and <width>, <height>, and <depth> equal
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_copy_texture_3d.txt58 int zoffset,
115 <zoffset> specifies a texel offset in the z direction
135 INVALID_VALUE is generated if zoffset is less than 0.
143 INVALID_VALUE is generated if (<zoffset> + <depth>) > destDepth.
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_copy_texture_3d.txt58 int zoffset,
115 <zoffset> specifies a texel offset in the z direction
135 INVALID_VALUE is generated if zoffset is less than 0.
143 INVALID_VALUE is generated if (<zoffset> + <depth>) > destDepth.
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp357 GLint zoffset, in ValidateES3TexImageParametersBase() argument
383 if (xoffset < 0 || yoffset < 0 || zoffset < 0) in ValidateES3TexImageParametersBase()
391 std::numeric_limits<GLsizei>::max() - zoffset < depth) in ValidateES3TexImageParametersBase()
501 context, actualFormatInfo.internalFormat, xoffset, yoffset, zoffset, width, in ValidateES3TexImageParametersBase()
569 if (xoffset < 0 || yoffset < 0 || zoffset < 0) in ValidateES3TexImageParametersBase()
577 std::numeric_limits<GLsizei>::max() - zoffset < depth) in ValidateES3TexImageParametersBase()
585 static_cast<size_t>(zoffset + depth) > texture->getDepth(target, level)) in ValidateES3TexImageParametersBase()
644 GLint zoffset, in ValidateES3TexImage2DParameters() argument
661 isSubImage, xoffset, yoffset, zoffset, width, height, in ValidateES3TexImage2DParameters()
673 GLint zoffset, in ValidateES3TexImage3DParameters() argument
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_3D.txt87 int xoffset, int yoffset, int zoffset,
92 int xoffset, int yoffset, int zoffset,
109 int xoffset, int yoffset, int zoffset,
116 int level, int zoffset);

12345678910>>...12