Searched refs:dstDepth (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 223 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()
|
D | st_cb_blit.c | 92 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/ |
D | mipmap.c | 1540 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 …]
|
D | mipmap.h | 39 GLint dstWidth, GLint dstHeight, GLint dstDepth,
|
/external/opencv3/modules/core/src/opencl/ |
D | arithm.cl | 54 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/ |
D | u_gen_mipmap.c | 1025 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/ |
D | meta.c | 3365 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()
|