Home
last modified time | relevance | path

Searched refs:srcDepth (Results 1 - 25 of 69) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c547 int srcWidth, int srcHeight, int srcDepth) in copy_image_subdata()
550 for (int i = 0; i < srcDepth; ++i) { in copy_image_subdata()
586 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData_no_error()
601 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData_no_error()
609 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData()
629 srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData()
637 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
643 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
704 dstDepth = srcDepth; in _mesa_CopyImageSubData()
707 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData()
540 copy_image_subdata(struct gl_context *ctx, struct gl_texture_image *srcTexImage, struct gl_renderbuffer *srcRenderbuffer, int srcX, int srcY, int srcZ, int srcLevel, struct gl_texture_image *dstTexImage, struct gl_renderbuffer *dstRenderbuffer, int dstX, int dstY, int dstZ, int dstLevel, int srcWidth, int srcHeight, int srcDepth) copy_image_subdata() argument
582 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData_no_error() argument
605 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData() argument
741 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV_no_error() argument
764 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV() argument
[all...]
H A Dtexstore.c105 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_memcpy_texture()
123 for (img = 0; img < srcDepth; img++) { in _mesa_memcpy_texture()
132 for (img = 0; img < srcDepth; img++) { in _mesa_memcpy_texture()
167 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z32()
197 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_x8_z24()
227 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z24_x8()
261 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_z16()
299 srcWidth, srcHeight, srcDepth, srcFormat, srcType, in _mesa_texstore_ycbcr()
309 for (img = 0; img < srcDepth; img++) { in _mesa_texstore_ycbcr()
349 for (img = 0; img < srcDepth; im in _mesa_texstore_z24_s8()
100 _mesa_memcpy_texture(struct gl_context *ctx, GLuint dimensions, mesa_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) _mesa_memcpy_texture() argument
[all...]
H A Dtexstore.h67 GLint srcWidth, GLint srcHeight, GLint srcDepth, \
82 UNUSED GLint srcWidth, UNUSED GLint srcHeight, UNUSED GLint srcDepth, \
101 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dtexcompress_bptc.c151 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgba_unorm()
196 srcWidth, srcHeight, srcDepth, in texstore_bptc_rgb_float()
226 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_signed_float()
239 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_unsigned_float()
H A Dpack.h103 int srcWidth, int srcHeight, int srcDepth,
110 int srcWidth, int srcHeight, int srcDepth,
H A Dmipmap.c1565 GLint srcWidth, GLint srcHeight, GLint srcDepth, in make_3d_mipmap()
1572 const GLint srcDepthNB = srcDepth - 2 * border; in make_3d_mipmap()
1586 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap()
1601 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth); in make_3d_mipmap()
1647 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride, in make_3d_mipmap()
1651 if (srcDepth == dstDepth) { in make_3d_mipmap()
1728 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_generate_mipmap_level()
1756 srcWidth, srcHeight, srcDepth, in _mesa_generate_mipmap_level()
1794 GLint srcWidth, GLint srcHeight, GLint srcDepth, in _mesa_next_mipmap_level_size()
1813 if ((srcDepth in _mesa_next_mipmap_level_size()
1564 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) make_3d_mipmap() argument
1725 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) _mesa_generate_mipmap_level() argument
1793 _mesa_next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) _mesa_next_mipmap_level_size() argument
1967 GLint srcWidth, srcHeight, srcDepth; generate_mipmap_uncompressed() local
2154 GLint srcWidth, srcHeight, srcDepth; generate_mipmap_compressed() local
[all...]
H A Dtexcompress_rgtc.c102 srcWidth, srcHeight, srcDepth, in _mesa_texstore_red_rgtc1()
155 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_red_rgtc1()
214 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rg_rgtc2()
279 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_rg_rgtc2()
H A Dtexcompress_s3tc.c76 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgb_dxt1()
133 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt1()
188 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt3()
242 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rgba_dxt5()
H A Dmipmap.h50 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dtexcompress_fxt1.c72 srcWidth, srcHeight, srcDepth, in _mesa_texstore_fxt1()
H A Dpack.c1553 int srcWidth, int srcHeight, int srcDepth, in _mesa_unpack_color_index_to_rgba_float()
1568 rgba = malloc(4 * count * srcDepth * sizeof(GLfloat)); in _mesa_unpack_color_index_to_rgba_float()
1577 for (img = 0; img < srcDepth; img++) { in _mesa_unpack_color_index_to_rgba_float()
1608 int srcWidth, int srcHeight, int srcDepth, in _mesa_unpack_color_index_to_rgba_ubyte()
1619 srcWidth, srcHeight, srcDepth, in _mesa_unpack_color_index_to_rgba_ubyte()
1622 count = srcWidth * srcHeight * srcDepth; in _mesa_unpack_color_index_to_rgba_ubyte()
1551 _mesa_unpack_color_index_to_rgba_float(struct gl_context *ctx, GLuint dims, const void *src, GLenum srcFormat, GLenum srcType, int srcWidth, int srcHeight, int srcDepth, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) _mesa_unpack_color_index_to_rgba_float() argument
1606 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context *ctx, GLuint dims, const void *src, GLenum srcFormat, GLenum srcType, int srcWidth, int srcHeight, int srcDepth, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) _mesa_unpack_color_index_to_rgba_ubyte() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DRenderbufferImpl.h64 GLsizei srcDepth);
78 GLsizei srcDepth);
109 GLsizei srcDepth) in copyRenderbufferSubData()
127 GLsizei srcDepth) in copyTextureSubData()
97 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument
115 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
H A DTextureImpl.cpp59 GLsizei srcDepth) in copyRenderbufferSubData()
77 GLsizei srcDepth) in copyTextureSubData()
47 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument
65 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
H A DTextureImpl.h124 GLsizei srcDepth);
138 GLsizei srcDepth);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.h52 GLsizei srcDepth) override;
66 GLsizei srcDepth) override;
H A DRenderbufferVk.cpp206 GLsizei srcDepth) in copyRenderbufferSubData()
216 srcHeight, srcDepth); in copyRenderbufferSubData()
231 GLsizei srcDepth) in copyTextureSubData()
242 srcHeight, srcDepth); in copyTextureSubData()
194 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument
219 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
H A DTextureVk.h115 GLsizei srcDepth) override;
129 GLsizei srcDepth) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DRenderbuffer.h107 GLsizei srcDepth);
121 GLsizei srcDepth);
H A DRenderbuffer.cpp207 GLsizei srcDepth) in copyRenderbufferSubData()
211 srcHeight, srcDepth)); in copyRenderbufferSubData()
228 GLsizei srcDepth) in copyTextureSubData()
232 srcDepth)); in copyTextureSubData()
195 copyRenderbufferSubData(Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument
216 copyTextureSubData(Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
H A DvalidationES32.cpp152 GLsizei srcDepth) in ValidateCopyImageSubData()
162 srcWidth, srcHeight, srcDepth); in ValidateCopyImageSubData()
136 ValidateCopyImageSubData(const Context *context, angle::EntryPoint entryPoint, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) ValidateCopyImageSubData() argument
H A DContext_gles_3_2_autogen.h24 GLsizei srcHeight, GLsizei srcDepth); \
H A DTexture.h431 GLsizei srcDepth);
445 GLsizei srcDepth);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.h99 GLsizei srcDepth) override;
113 GLsizei srcDepth) override;
H A DTextureNULL.cpp126 GLsizei srcDepth) in copyRenderbufferSubData()
143 GLsizei srcDepth) in copyTextureSubData()
114 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument
131 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.cpp192 GLsizei srcDepth) in GL_CopyImageSubData()
198 "srcWidth = %d, srcHeight = %d, srcDepth = %d", in GL_CopyImageSubData()
202 dstZ, srcWidth, srcHeight, srcDepth); in GL_CopyImageSubData()
211 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)); in GL_CopyImageSubData()
216 srcDepth); in GL_CopyImageSubData()
220 srcHeight, srcDepth); in GL_CopyImageSubData()
178 GL_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) GL_CopyImageSubData() argument

Completed in 22 milliseconds

123