Home
last modified time | relevance | path

Searched refs:dstLevel (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c149 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()
Dst_texture.c370 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()
Dst_cb_texture.c1000 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()
Dst_texture.h211 struct pipe_resource *dst, GLuint dstLevel,
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c1107 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/
Des31fCopyImageTests.cpp773 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 …]
Des31fStencilTexturingTests.cpp480 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/
Dmeta.c3252 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/
Dintel_fbo.c836 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/
Dintel_fbo.c836 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/
Dintel_fbo.c836 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/
Dglxext.h979 … 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…
Dwglext.h887 …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…
Dglext.h8620 …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/
DtcuNullRenderContextFuncs.inl723 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… argument
733 DE_UNREF(dstLevel);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl583 …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
DgluCallLogWrapperApi.inl87 …glw::GLint srcZ, glw::GLuint dstName, glw::GLenum dstTarget, glw::GLint dstLevel, glw::GLint dstX,…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl655 …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,…
DglwApi.inl747 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
DglwFunctionTypes.inl87 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…