| /third_party/mesa3d/src/mesa/main/ |
| D | texgetimage.c | 81 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 …]
|
| D | teximage.c | 1153 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 …]
|
| D | texstore.c | 976 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 …]
|
| D | texstore.h | 124 GLint xoffset, GLint yoffset, GLint zoffset, 133 GLint xoffset, GLint yoffset, GLint zoffset, 146 GLint xoffset, GLint yoffset, GLint zoffset,
|
| D | texobj.c | 2132 GLint yoffset, GLint zoffset, in _mesa_InvalidateTexSubImage_no_error() argument 2142 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_InvalidateTexSubImage() argument 2267 if (zoffset < -zBorder) { in _mesa_InvalidateTexSubImage() 2273 if (zoffset + depth > imageDepth + zBorder) { in _mesa_InvalidateTexSubImage() 2314 GLint level, GLint xoffset, GLint yoffset, GLint zoffset, in texture_page_commitment() argument 2337 zoffset + depth > max_depth) { in texture_page_commitment() 2347 if (xoffset % px || yoffset % py || zoffset % pz) { in texture_page_commitment() 2354 (depth % pz && zoffset + depth != max_depth)) { in texture_page_commitment() 2359 st_TexturePageCommitment(ctx, tex_obj, level, xoffset, yoffset, zoffset, in texture_page_commitment() 2365 GLint yoffset, GLint zoffset, GLsizei width, in _mesa_TexPageCommitmentARB() argument [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pipe_offset.c | 93 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/ |
| D | ARB_get_texture_sub_image.txt | 57 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/ |
| D | ARB_get_texture_sub_image.txt | 67 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/ |
| D | esextcTextureCubeMapArraySubImage3D.cpp | 241 …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()
|
| D | esextcTextureCubeMapArraySubImage3D.hpp | 86 …void init(const glw::GLuint xoffset, const glw::GLuint yoffset, const glw::GLuint zoffset, const g… in init() 91 m_zoffset = zoffset; in init()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cGetTextureSubImageTests.hpp | 125 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/ |
| D | st_cb_texture.h | 72 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,
|
| D | st_cb_texture.c | 183 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/ |
| D | NV_memory_object_sparse.txt | 66 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/ |
| D | Texture.h | 163 …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…
|
| D | Texture.cpp | 362 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/ |
| D | EXT_subtexture.txt | 59 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).
|
| D | EXT_clear_texture.txt | 90 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/ |
| D | EXT_subtexture.txt | 59 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).
|
| D | EXT_clear_texture.txt | 90 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/angle2/extensions/ |
| D | ANGLE_copy_texture_3d.txt | 58 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/opengl-registry/extensions/OES/ |
| D | OES_texture_3D.txt | 87 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);
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_setup.c | 214 LLVMValueRef zoffset, mult; in lp_do_offset_tri() local 304 zoffset = LLVMBuildFAdd(b, bias, mult, "zoffset"); in lp_do_offset_tri() 309 zoffset = LLVMBuildFAdd(b, in lp_do_offset_tri() 315 zoffset = lp_build_min(&flt_scalar_bld, in lp_do_offset_tri() 317 zoffset); in lp_do_offset_tri() 319 zoffset = lp_build_max(&flt_scalar_bld, in lp_do_offset_tri() 321 zoffset); in lp_do_offset_tri() 324 return zoffset; in lp_do_offset_tri()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES3.cpp | 462 GLint zoffset, in ValidateES3TexImageParametersBase() argument 512 if (xoffset < 0 || yoffset < 0 || zoffset < 0) in ValidateES3TexImageParametersBase() 520 std::numeric_limits<GLsizei>::max() - zoffset < depth) in ValidateES3TexImageParametersBase() 691 context, actualFormatInfo.internalFormat, xoffset, yoffset, zoffset, width, in ValidateES3TexImageParametersBase() 750 if (xoffset < 0 || yoffset < 0 || zoffset < 0) in ValidateES3TexImageParametersBase() 758 std::numeric_limits<GLsizei>::max() - zoffset < depth) in ValidateES3TexImageParametersBase() 766 static_cast<size_t>(zoffset + depth) > texture->getDepth(target, level)) in ValidateES3TexImageParametersBase() 871 GLint zoffset, in ValidateES3TexImage2DParameters() argument 889 yoffset, zoffset, width, height, depth, border, format, type, imageSize, pixels); in ValidateES3TexImage2DParameters() 901 GLint zoffset, in ValidateES3TexImage3DParameters() argument [all …]
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_texture_3D.txt | 97 int xoffset, int yoffset, int zoffset, 102 int xoffset, int yoffset, int zoffset, 119 int xoffset, int yoffset, int zoffset, 126 int level, int zoffset);
|