Searched refs:dstDepth (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmipmap.h39 GLint dstWidth, GLint dstHeight, GLint dstDepth,
H A Dmipmap.c1540 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1548 const GLint dstDepthNB = dstDepth - 2 * border;
1564 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1;
1579 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1626 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride);
1629 if (srcDepth == dstDepth) {
1709 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1736 dstWidth, dstHeight, dstDepth,
1742 for (i = 0; i < dstDepth; i++) {
1749 for (i = 0; i < dstDepth;
1537 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) argument
1703 _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) argument
1771 next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) argument
1899 GLint dstWidth, dstHeight, dstDepth; local
2084 GLint dstWidth, dstHeight, dstDepth; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c223 uint dstWidth, dstHeight, dstDepth; local
233 dstDepth = pt->array_size;
236 dstDepth = u_minify(pt->depth0, dstLevel);
250 dstDepth, border, srcImage->InternalFormat,
H A Dst_cb_blit.c92 struct gl_renderbuffer_attachment *dstDepth, *dstStencil; local
96 dstDepth = &ctx->DrawBuffer->Attachment[BUFFER_DEPTH];
102 st_is_depth_stencil_combined(dstDepth, dstStencil);
107 dstRb = st_renderbuffer(dstDepth->Renderbuffer);
270 struct gl_renderbuffer_attachment *dstDepth = local
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1025 int dstWidth, int dstHeight, int dstDepth,
1048 srcImageOffset = (srcDepth == dstDepth) ? 0 : srcImageStride;
1063 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1066 for (img = 0; img < dstDepth; img++) {
1022 reduce_3d(enum pipe_format pformat, int srcWidth, int srcHeight, int srcDepth, int srcRowStride, int srcImageStride, const ubyte *srcPtr, int dstWidth, int dstHeight, int dstDepth, int dstRowStride, int dstImageStride, ubyte *dstPtr) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3365 GLsizei dstWidth, dstHeight, dstDepth; local
3379 dstDepth = MAX2(1, srcDepth / 2);
3383 dstDepth == srcImage->Depth) {
3394 dstWidth, dstHeight, dstDepth,

Completed in 177 milliseconds