Home
last modified time | relevance | path

Searched defs:srcLevel (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c63 GLuint srcLevel; in fallback_required() local
274 const GLuint srcLevel = dstLevel - 1; in _mesa_meta_GenerateMipmap() local
Dmeta_blit.c622 GLuint srcLevel; in blitframebuffer_texture() local
913 GLenum target, GLenum filter, GLuint srcLevel) in _mesa_meta_setup_sampler()
/external/mesa3d/src/mesa/main/
Dcopyimage.c536 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata()
575 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData_no_error()
598 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1115 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView() local
1135 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView() local
1157 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView() local
1178 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView() local
1212 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView() local
1240 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray->getTexture().getLevel((int)subresource… in getTextureCubeArrayView() local
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c354 struct pipe_resource *src, GLuint srcLevel, in st_texture_image_copy()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1011 int srcLevel, in copyImageData()
1111 int srcLevel, in copyImage()
2081 int srcLevel; member
2125 …const int srcLevel = (srcIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local
Des31fStencilTexturingTests.cpp479 const tcu::ConstPixelBufferAccess srcLevel = src.getLevelFace(levelNdx, face); in stencilToUnorm8() local
/external/deqp/framework/common/
DtcuTexture.cpp3126 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in TextureLevelPyramid() local
3147 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in operator =() local
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl981 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel,…
4280 …int srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, G…
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl726 …r::glCopyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint…
3728 …GLbitfield dstGpuMask, glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl815 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
3991 …int srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, G…
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c32546 GLint srcLevel; member
32565 const GLint srcLevel = cmd->srcLevel; in _mesa_unmarshal_CopyImageSubData() local
32581 _mesa_marshal_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint … in _mesa_marshal_CopyImageSubData()