Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/mesa/main/
Dtexgetimage.c78 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
[all …]
Dteximage.c1151 GLint xoffset, GLint yoffset, GLint zoffset, in error_check_subtexture_dimensions() argument
1191 if (zoffset < -zBorder) { in error_check_subtexture_dimensions()
1199 if (zoffset + subDepth > depth) { in error_check_subtexture_dimensions()
1201 func, zoffset, subDepth, depth); in error_check_subtexture_dimensions()
1217 if ((xoffset % bw != 0) || (yoffset % bh != 0) || (zoffset % bd != 0)) { in error_check_subtexture_dimensions()
1220 func, xoffset, yoffset, zoffset); in error_check_subtexture_dimensions()
1244 (zoffset + subDepth != (GLint) destImage->Depth)) { in error_check_subtexture_dimensions()
2165 GLint xoffset, GLint yoffset, GLint zoffset, in texsubimage_error_check() argument
2240 texImage, xoffset, yoffset, zoffset, in texsubimage_error_check()
2551 GLint xoffset, GLint yoffset, GLint zoffset, in copytexsubimage_error_check() argument
[all …]
Dteximage.h235 GLint xoffset, GLint yoffset, GLint zoffset,
367 GLint xoffset, GLint yoffset, GLint zoffset,
374 GLint xoffset, GLint yoffset, GLint zoffset,
429 GLint yoffset, GLint zoffset, GLsizei width,
435 GLint xoffset, GLint yoffset, GLint zoffset,
443 GLint zoffset, GLsizei width, GLsizei height,
450 GLint zoffset, GLsizei width, GLsizei height,
507 GLint xoffset, GLint yoffset, GLint zoffset,
544 GLint xoffset, GLint yoffset, GLint zoffset,
550 GLint xoffset, GLint yoffset, GLint zoffset,
[all …]
Dtexstore.c973 GLint xoffset, GLint yoffset, GLint zoffset, in store_texsubimage() argument
989 assert(zoffset + depth <= texImage->Depth); in store_texsubimage()
1024 assert(zoffset == 0); in store_texsubimage()
1028 assert(zoffset == 0); in store_texsubimage()
1038 sliceOffset = zoffset; in store_texsubimage()
1040 zoffset = 0; in store_texsubimage()
1047 sliceOffset = zoffset; in store_texsubimage()
1053 sliceOffset = zoffset; in store_texsubimage()
1137 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_texsubimage() argument
1143 xoffset, yoffset, zoffset, width, height, depth, in _mesa_store_texsubimage()
[all …]
Dtexgetimage.h41 GLint xoffset, GLint yoffset, GLint zoffset,
74 GLint xoffset, GLint yoffset, GLint zoffset,
102 GLint zoffset, GLsizei width,
Dtexstore.h124 GLint xoffset, GLint yoffset, GLint zoffset,
133 GLint xoffset, GLint yoffset, GLint zoffset,
146 GLint xoffset, GLint yoffset, GLint zoffset,
Dtexobj.h282 GLint yoffset, GLint zoffset,
288 GLint yoffset, GLint zoffset, GLsizei width,
/external/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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c180 GLint xoffset, GLint yoffset, GLint zoffset, in intel_texsubimage_tiled_memcpy() argument
314 GLint xoffset, GLint yoffset, GLint zoffset, in intel_upload_tex() argument
334 xoffset, yoffset, zoffset, in intel_upload_tex()
342 xoffset, yoffset, zoffset, in intel_upload_tex()
349 xoffset, yoffset, zoffset, in intel_upload_tex()
386 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage() argument
398 intel_upload_tex(ctx, dims, texImage, xoffset, yoffset, zoffset, in intelTexSubImage()
861 GLint xoffset, GLint yoffset, GLint zoffset, in intel_get_tex_sub_image() argument
873 xoffset, yoffset, zoffset, in intel_get_tex_sub_image()
888 _mesa_meta_GetTexSubImage(ctx, xoffset, yoffset, zoffset, in intel_get_tex_sub_image()
[all …]
/external/deqp/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,
/external/deqp/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()
DesextcTextureCubeMapArraySubImage3D.hpp86 …void init(const glw::GLuint xoffset, const glw::GLuint yoffset, const glw::GLuint zoffset, const g… in init()
91 m_zoffset = zoffset; in init()
/external/angle/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.
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c216 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()
320 zoffset = lp_build_max(&flt_scalar_bld, in lp_do_offset_tri()
322 zoffset); in lp_do_offset_tri()
336 zoffset = lp_build_broadcast_scalar(bld, zoffset); in lp_do_offset_tri()
343 z0z1z2 = lp_build_clamp(bld, LLVMBuildFAdd(b, z0z1z2, zoffset, ""), bld->zero, bld->one); in lp_do_offset_tri()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_subimage.c133 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage() argument
145 xoffset, yoffset, zoffset, in intelTexSubImage()
Dintel_screen.c272 GLuint zoffset) in intel_setup_image_from_mipmap_tree() argument
277 intel_miptree_check_level_layer(mt, level, zoffset); in intel_setup_image_from_mipmap_tree()
280 intel_miptree_get_image_offset(mt, level, zoffset, &draw_x, &draw_y); in intel_setup_image_from_mipmap_tree()
368 unsigned texture, int zoffset, in intel_create_image_from_texture() argument
386 face = zoffset; in intel_create_image_from_texture()
400 if (target == GL_TEXTURE_3D && obj->Image[face][level]->Depth < zoffset) { in intel_create_image_from_texture()
413 intel_setup_image_from_mipmap_tree(intel, image, iobj->mt, level, zoffset); in intel_create_image_from_texture()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEDirectConvolutionLayerKernel.cpp546 const int zoffset = id.z() + oz; in convolve() local
550 …to ptr_k_r0 = reinterpret_cast<const T1 *>(k_ptr + 0 * kernel_stride_z + zoffset * kernel_stride_w… in convolve()
551 …to ptr_k_r1 = reinterpret_cast<const T1 *>(k_ptr + 0 * kernel_stride_z + zoffset * kernel_stride_w… in convolve()
552 …to ptr_k_r2 = reinterpret_cast<const T1 *>(k_ptr + 0 * kernel_stride_z + zoffset * kernel_stride_w… in convolve()
572 … const uint8_t *ptr_k_base = k_ptr + p * kernel_stride_z + zoffset * kernel_stride_w; in convolve()
654 const int zoffset = id.z() + oz; in convolve() local
658 …to ptr_k_r0 = reinterpret_cast<const T1 *>(k_ptr + 0 * kernel_stride_z + zoffset * kernel_stride_w… in convolve()
659 …to ptr_k_r1 = reinterpret_cast<const T1 *>(k_ptr + 0 * kernel_stride_z + zoffset * kernel_stride_w… in convolve()
660 …to ptr_k_r2 = reinterpret_cast<const T1 *>(k_ptr + 0 * kernel_stride_z + zoffset * kernel_stride_w… in convolve()
661 …to ptr_k_r3 = reinterpret_cast<const T1 *>(k_ptr + 0 * kernel_stride_z + zoffset * kernel_stride_w… in convolve()
[all …]
/external/angle/src/libANGLE/
DvalidationES3.cpp463 GLint zoffset, in ValidateES3TexImageParametersBase() argument
513 if (xoffset < 0 || yoffset < 0 || zoffset < 0) in ValidateES3TexImageParametersBase()
521 std::numeric_limits<GLsizei>::max() - zoffset < depth) in ValidateES3TexImageParametersBase()
692 context, actualFormatInfo.internalFormat, xoffset, yoffset, zoffset, width, in ValidateES3TexImageParametersBase()
751 if (xoffset < 0 || yoffset < 0 || zoffset < 0) in ValidateES3TexImageParametersBase()
759 std::numeric_limits<GLsizei>::max() - zoffset < depth) in ValidateES3TexImageParametersBase()
767 static_cast<size_t>(zoffset + depth) > texture->getDepth(target, level)) in ValidateES3TexImageParametersBase()
872 GLint zoffset, in ValidateES3TexImage2DParameters() argument
890 yoffset, zoffset, width, height, depth, border, format, type, imageSize, pixels); in ValidateES3TexImage2DParameters()
902 GLint zoffset, in ValidateES3TexImage3DParameters() argument
[all …]
DContext_gl_4_autogen.h138 GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); \
158 GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, \
184 GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, \
194 GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); \
211 GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, \
241 GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, \
330 GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, \
DvalidationGL45_autogen.h96 GLint zoffset,
130 GLint zoffset,
172 GLint zoffset,
266 GLint zoffset,
547 GLint zoffset,
/external/mesa3d/src/glx/
Dindirect_texture_compression.c295 GLint zoffset, GLsizei width, in __indirect_glCompressedTexSubImage3D() argument
315 __GLX_PUT_LONG(20, zoffset); in __indirect_glCompressedTexSubImage3D()
333 __GLX_PUT_LONG(24, zoffset); in __indirect_glCompressedTexSubImage3D()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c547 GLint xoffset, GLint yoffset, GLint zoffset, in nouveau_texsubimage() argument
592 xoffset, yoffset, zoffset, in nouveau_texsubimage()
599 GLint xoffset, GLint yoffset, GLint zoffset, in nouveau_texsubimage_123d() argument
604 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset, in nouveau_texsubimage_123d()
612 GLint xoffset, GLint yoffset, GLint zoffset, in nouveau_compressed_texsubimage() argument
617 nouveau_texsubimage(ctx, dims, ti, xoffset, yoffset, zoffset, in nouveau_compressed_texsubimage()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2776 GLint zoffset, in copytexsubimage_using_blit_framebuffer() argument
2800 texImage, zoffset); in copytexsubimage_using_blit_framebuffer()
2807 texImage, zoffset); in copytexsubimage_using_blit_framebuffer()
2814 texImage, zoffset); in copytexsubimage_using_blit_framebuffer()
2857 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_CopyTexSubImage() argument
2868 xoffset, yoffset, zoffset, in _mesa_meta_CopyTexSubImage()
2924 xoffset, zoffset, 0, width, 1, 1, in _mesa_meta_CopyTexSubImage()
2928 xoffset, yoffset, zoffset, width, height, 1, in _mesa_meta_CopyTexSubImage()
3229 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_meta_GetTexSubImage() argument
3281 _mesa_GetTexSubImage_sw(ctx, xoffset, yoffset, zoffset, in _mesa_meta_GetTexSubImage()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1365 GLint xoffset, GLint yoffset, GLint zoffset, in try_pbo_upload() argument
1390 zoffset = yoffset; in try_pbo_upload()
1454 zoffset += texImage->Face + texImage->TexObject->MinLayer; in try_pbo_upload()
1460 templ.u.tex.first_layer = MIN2(zoffset, max_layer); in try_pbo_upload()
1461 templ.u.tex.last_layer = MIN2(zoffset + depth - 1, max_layer); in try_pbo_upload()
1479 GLint xoffset, GLint yoffset, GLint zoffset, in st_TexSubImage() argument
1534 zoffset = yoffset; in st_TexSubImage()
1545 u_box_3d(xoffset, yoffset, zoffset + dstz, width, height, depth, &box); in st_TexSubImage()
1590 xoffset, yoffset, zoffset, in st_TexSubImage()
1673 zoffset = yoffset; in st_TexSubImage()
[all …]
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp127 …void callTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL…
130 …void callCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset
136 …allCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,
141 GLint zoffset) const;
393 …e3DBase::callTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, in callTexSubImage3D() argument
399 …gl.texSubImage3DOES(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, … in callTexSubImage3D()
401 …gl.texSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pix… in callTexSubImage3D()
406 …ase::callCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, in callCopyTexSubImage3D() argument
411 gl.copyTexSubImage3DOES(target, level, xoffset, yoffset, zoffset, x, y, width, height); in callCopyTexSubImage3D()
413 gl.copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in callCopyTexSubImage3D()
[all …]

12345