/external/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 149 uint dstLevel; in st_generate_mipmap() local 216 for (dstLevel = baseLevel + 1; dstLevel <= lastLevel; dstLevel++) { in st_generate_mipmap() 217 const uint srcLevel = dstLevel - 1; in st_generate_mipmap() 225 dstWidth = u_minify(pt->width0, dstLevel); in st_generate_mipmap() 230 dstHeight = u_minify(pt->height0, dstLevel); in st_generate_mipmap() 236 dstDepth = u_minify(pt->depth0, dstLevel); in st_generate_mipmap() 239 dstImage = _mesa_get_tex_image(ctx, texObj, target, dstLevel); in st_generate_mipmap()
|
D | st_texture.c | 370 struct pipe_resource *dst, GLuint dstLevel, in st_texture_image_copy() argument 374 GLuint width = u_minify(dst->width0, dstLevel); in st_texture_image_copy() 375 GLuint height = u_minify(dst->height0, dstLevel); in st_texture_image_copy() 376 GLuint depth = u_minify(dst->depth0, dstLevel); in st_texture_image_copy() 407 dstLevel, in st_texture_image_copy()
|
D | st_cb_texture.c | 1000 unsigned dstLevel; in st_CopyTexSubImage() local 1009 dstLevel = MIN2(stImage->base.Level, stImage->pt->last_level); in st_CopyTexSubImage() 1015 dstLevel, in st_CopyTexSubImage() 1109 GLuint dstLevel, in copy_image_data_to_texture() argument 1115 stObj->base.Image[stImage->base.Face][dstLevel]; in copy_image_data_to_texture() 1139 stObj->pt, dstLevel, /* dest texture, level */ in copy_image_data_to_texture() 1154 dstLevel, in copy_image_data_to_texture()
|
D | st_texture.h | 211 struct pipe_resource *dst, GLuint dstLevel,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 1107 uint dstLevel; in make_1d_mipmap() local 1109 for (dstLevel = baseLevel + 1; dstLevel <= lastLevel; dstLevel++) { in make_1d_mipmap() 1110 const uint srcLevel = dstLevel - 1; in make_1d_mipmap() 1118 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer, in make_1d_mipmap() 1120 u_minify(pt->width0, dstLevel), in make_1d_mipmap() 1121 u_minify(pt->height0, dstLevel)); in make_1d_mipmap() 1145 uint dstLevel; in make_2d_mipmap() local 1150 for (dstLevel = baseLevel + 1; dstLevel <= lastLevel; dstLevel++) { in make_2d_mipmap() 1151 const uint srcLevel = dstLevel - 1; in make_2d_mipmap() 1159 dstTrans = pipe_get_transfer(pipe, pt, dstLevel, layer, in make_2d_mipmap() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 773 int dstLevel, in copyImageData() argument 784 ArrayBuffer<deUint8>& dstLevelData = dstImageData[dstLevel]; in copyImageData() 794 const IVec3 dstTexelBlockStride = getTexelBlockStride(dstImageInfo, dstLevel); in copyImageData() 872 int dstLevel, in copyImage() argument 884 dstName, dstImageInfo.getTarget(), dstLevel, dstPos.x(), dstPos.y(), dstPos.z(), in copyImage() 889 copyImageData(dstImageData, dstImageInfo, dstLevel, dstPos, in copyImage() 1841 , dstLevel (dstLevel_) in Copy() 1851 int dstLevel; member 1894 …const int dstLevel = (dstIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local 1897 const IVec3 dstSize = getLevelSize(dstInfo.getTarget(), dstInfo.getSize(), dstLevel); in generateCopies() [all …]
|
D | es31fStencilTexturingTests.cpp | 480 const tcu::PixelBufferAccess dstLevel = dst.getLevelFace(levelNdx, face); in stencilToUnorm8() local 484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y); in stencilToUnorm8()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3252 GLuint dstLevel; in _mesa_meta_GenerateMipmap() local 3361 for (dstLevel = baseLevel + 1; dstLevel <= maxLevel; dstLevel++) { in _mesa_meta_GenerateMipmap() 3363 const GLuint srcLevel = dstLevel - 1; in _mesa_meta_GenerateMipmap() 3391 _mesa_TexParameteri(target, GL_TEXTURE_MAX_LEVEL, dstLevel); in _mesa_meta_GenerateMipmap() 3393 if (!_mesa_prepare_mipmap_level(ctx, texObj, dstLevel, in _mesa_meta_GenerateMipmap() 3413 dstLevel); in _mesa_meta_GenerateMipmap() 3421 dstLevel, zoffset); in _mesa_meta_GenerateMipmap() 3429 dstLevel); in _mesa_meta_GenerateMipmap()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 836 const GLuint dstLevel = drawAtt->TextureLevel; in intel_blit_framebuffer_copy_tex_sub_image() local 840 _mesa_select_tex_image(ctx, texObj, target, dstLevel); in intel_blit_framebuffer_copy_tex_sub_image()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_fbo.c | 836 const GLuint dstLevel = drawAtt->TextureLevel; in intel_blit_framebuffer_copy_tex_sub_image() local 840 _mesa_select_tex_image(ctx, texObj, target, dstLevel); in intel_blit_framebuffer_copy_tex_sub_image()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.c | 836 const GLuint dstLevel = drawAtt->TextureLevel; in intel_blit_framebuffer_copy_tex_sub_image() local 840 _mesa_select_tex_image(ctx, texObj, target, dstLevel); in intel_blit_framebuffer_copy_tex_sub_image()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 979 … GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… 981 … GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
|
D | wglext.h | 887 …srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… 889 …srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
|
D | glext.h | 8620 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… 8622 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… 12164 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… 12166 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 723 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… argument 733 DE_UNREF(dstLevel);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 583 …glw::GLint srcZ, glw::GLuint dstName, glw::GLenum dstTarget, glw::GLint dstLevel, glw::GLint dstX,… argument 586 … ", " << srcZ << ", " << dstName << ", " << toHex(dstTarget) << ", " << dstLevel << ", " << dstX <… 587 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel…
|
D | gluCallLogWrapperApi.inl | 87 …glw::GLint srcZ, glw::GLuint dstName, glw::GLenum dstTarget, glw::GLint dstLevel, glw::GLint dstX,…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 655 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… argument 660 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,…
|
D | glwApi.inl | 747 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
|
D | glwFunctionTypes.inl | 87 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
|