Home
last modified time | relevance | path

Searched refs:srcLevel (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dcopyimage.c536 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument
551 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel]; in copy_image_subdata()
575 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData_no_error() argument
586 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error()
593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error()
598 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData() argument
618 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubData()
630 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
729 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData()
Dcopyimage.h39 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel,
46 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c63 GLuint srcLevel; in fallback_required() local
74 srcLevel = texObj->BaseLevel; in fallback_required()
75 baseImage = _mesa_select_tex_image(texObj, target, srcLevel); in fallback_required()
274 const GLuint srcLevel = dstLevel - 1; in _mesa_meta_GenerateMipmap() local
279 srcImage = _mesa_select_tex_image(texObj, faceTarget, srcLevel); in _mesa_meta_GenerateMipmap()
320 (GLint *) &srcLevel, false); in _mesa_meta_GenerateMipmap()
Dmeta_blit.c622 GLuint srcLevel; in blitframebuffer_texture() local
640 srcLevel = readAtt->TextureLevel; in blitframebuffer_texture()
649 srcLevel = 0; in blitframebuffer_texture()
676 srcLevel = 0; in blitframebuffer_texture()
722 srcLevel); in blitframebuffer_texture()
764 = _mesa_select_tex_image(texObj, target, srcLevel); in blitframebuffer_texture()
913 GLenum target, GLenum filter, GLuint srcLevel) in _mesa_meta_setup_sampler() argument
933 (GLint *) &srcLevel, false); in _mesa_meta_setup_sampler()
935 (GLint *) &srcLevel, false); in _mesa_meta_setup_sampler()
Dmeta.h473 GLenum target, GLenum filter, GLuint srcLevel);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1115 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView() local
1117 levels[levelNdx] = tcu::getSubregion(srcLevel, 0, 0, 0, srcLevel.getWidth(), 1, 1); in getTexture1DView()
1135 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView() local
1138 …levels[levelNdx] = tcu::getSubregion(srcLevel, 0, (int)subresource.baseArrayLayer, 0, srcLevel.get… in getTexture1DArrayView()
1157 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView() local
1160 …levels[levelNdx] = tcu::getSubregion(srcLevel, 0, 0, (int)subresource.baseArrayLayer, srcLevel.get… in getTexture2DView()
1178 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView() local
1181 …levels[levelNdx] = tcu::getSubregion(srcLevel, 0, 0, (int)subresource.baseArrayLayer, srcLevel.get… in getTexture2DArrayView()
1212 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView() local
1215 …] = tcu::getSubregion(srcLevel, 0, 0, (int)subresource.baseArrayLayer + (texCubeArray ? faceNdx : … in getTextureCubeView()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c354 struct pipe_resource *src, GLuint srcLevel, in st_texture_image_copy() argument
363 if (u_minify(src->width0, srcLevel) != width || in st_texture_image_copy()
364 u_minify(src->height0, srcLevel) != height || in st_texture_image_copy()
365 u_minify(src->depth0, srcLevel) != depth) { in st_texture_image_copy()
401 srcLevel, in st_texture_image_copy()
Dst_texture.h304 struct pipe_resource *src, GLuint srcLevel,
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1011 int srcLevel, in copyImageData() argument
1016 const ArrayBuffer<deUint8>& srcLevelData = srcImageData[srcLevel]; in copyImageData()
1022 const IVec3 srcTexelBlockStride = getTexelBlockStride(srcImageInfo, srcLevel); in copyImageData()
1111 int srcLevel, in copyImage() argument
1116 …gl.copyImageSubData(srcName, srcImageInfo.getTarget(), srcLevel, srcPos.x(), srcPos.y(), srcPos.z(… in copyImage()
1123 srcImageData, srcImageInfo, srcLevel, srcPos, copySize); in copyImage()
2070 , srcLevel (srcLevel_) in Copy()
2081 int srcLevel; member
2125 …const int srcLevel = (srcIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local
2128 const IVec3 srcSize = getLevelSize(srcInfo.getTarget(), srcInfo.getSize(), srcLevel); in generateCopies()
[all …]
Des31fStencilTexturingTests.cpp479 const tcu::ConstPixelBufferAccess srcLevel = src.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/deqp/framework/common/
DtcuTexture.cpp3126 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in TextureLevelPyramid() local
3129 …m_access[levelNdx] = PixelBufferAccess(srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeig… in TextureLevelPyramid()
3147 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in operator =() local
3150 …m_access[levelNdx] = PixelBufferAccess(srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeig… in operator =()
/external/swiftshader/include/GL/
Dglxext.h532 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
534 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
Dwglext.h659 …GESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
661 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
/external/mesa3d/include/GL/
Dglxext.h518 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
520 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
Dwglext.h659 …GESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
661 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
Dglext.h2469 …RYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
2513 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src…
9328 … GLbitfield destinationGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
9332 … GLbitfield destinationGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
9605 …P PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
9607 GLAPI void APIENTRY glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint s…
9907 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
9920 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
/external/mesa3d/include/GLES2/
Dgl2ext.h278 … PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
280 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel
1164 … PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
1166 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel
/external/swiftshader/include/GLES2/
Dgl2ext.h288 … PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
290 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel
1198 … PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
1200 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel
/external/mesa3d/include/GLES3/
Dgl32.h1734 …RYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
1779 GL_APICALL void GL_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, G…
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl981 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel,… argument
985 DE_UNREF(srcLevel);
4280 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… argument
4286 DE_UNREF(srcLevel);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl726 …opyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,… argument
729 …"glCopyImageSubData(" << srcName << ", " << toHex(srcTarget) << ", " << srcLevel << ", " << srcX <…
730 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel…
3728 …ield dstGpuMask, glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,… argument
3731 …x(dstGpuMask) << ", " << srcName << ", " << toHex(srcTarget) << ", " << srcLevel << ", " << srcX <…
3732 …m_gl.multicastCopyImageSubDataNV(srcGpu, dstGpuMask, srcName, srcTarget, srcLevel, srcX, srcY, src…
DgluCallLogWrapperApi.inl107 …SubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,…
504 …ield dstGpuMask, glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl815 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,… argument
820 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,…
3991 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… argument
3996 …gl->multicastCopyImageSubDataNV(srcGpu, dstGpuMask, srcName, srcTarget, srcLevel, srcX, srcY, srcZ…
DglwApi.inl1013 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, G…
1410 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
DglwFunctionTypes.inl107 …lCopyImageSubDataFunc) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
504 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…

12