Home
last modified time | relevance | path

Searched refs:dstDepth (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c223 uint dstWidth, dstHeight, dstDepth; in st_generate_mipmap() local
233 dstDepth = pt->array_size; in st_generate_mipmap()
236 dstDepth = u_minify(pt->depth0, dstLevel); in st_generate_mipmap()
250 dstDepth, border, srcImage->InternalFormat, in st_generate_mipmap()
Dst_cb_blit.c92 struct gl_renderbuffer_attachment *dstDepth, *dstStencil; in st_BlitFramebuffer_resolve() local
96 dstDepth = &ctx->DrawBuffer->Attachment[BUFFER_DEPTH]; in st_BlitFramebuffer_resolve()
102 st_is_depth_stencil_combined(dstDepth, dstStencil); in st_BlitFramebuffer_resolve()
107 dstRb = st_renderbuffer(dstDepth->Renderbuffer); in st_BlitFramebuffer_resolve()
270 struct gl_renderbuffer_attachment *dstDepth = in st_BlitFramebuffer() local
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) { in st_BlitFramebuffer()
/external/mesa3d/src/mesa/main/
Dmipmap.c1540 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap() argument
1548 const GLint dstDepthNB = dstDepth - 2 * border; in make_3d_mipmap()
1564 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap()
1626 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride); in make_3d_mipmap()
1629 if (srcDepth == dstDepth) { in make_3d_mipmap()
1709 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level() argument
1736 dstWidth, dstHeight, dstDepth, in _mesa_generate_mipmap_level()
1742 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level()
1749 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level()
1773 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in next_mipmap_level_size() argument
[all …]
Dmipmap.h39 GLint dstWidth, GLint dstHeight, GLint dstDepth,
/external/opencv3/modules/core/src/opencl/
Darithm.cl54 2a) "-D dstDepth=<destination depth> [-D cn=<num channels]"
56 2b) "-D srcDepth1=<source1 depth> -D srcDepth2=<source2 depth> -D dstDepth=<destination depth>
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c1025 int dstWidth, int dstHeight, int dstDepth, in reduce_3d() argument
1048 srcImageOffset = (srcDepth == dstDepth) ? 0 : srcImageStride; in reduce_3d()
1066 for (img = 0; img < dstDepth; img++) { in reduce_3d()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3365 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
3379 dstDepth = MAX2(1, srcDepth / 2); in _mesa_meta_GenerateMipmap()
3383 dstDepth == srcImage->Depth) { in _mesa_meta_GenerateMipmap()
3394 dstWidth, dstHeight, dstDepth, in _mesa_meta_GenerateMipmap()