Home
last modified time | relevance | path

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

12345

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c65 uint dstLevel; in util_gen_mipmap() local
103 for (dstLevel = base_level + 1; dstLevel <= last_level; dstLevel++) { in util_gen_mipmap()
104 blit.src.level = dstLevel - 1; in util_gen_mipmap()
105 blit.dst.level = dstLevel; in util_gen_mipmap()
/third_party/mesa3d/src/mesa/main/
Dcopyimage.c544 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument
565 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata()
582 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData_no_error() argument
594 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
599 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData_no_error()
605 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData() argument
625 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubData()
641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
735 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData()
741 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV_no_error() argument
[all …]
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c159 GLuint dstLevel; in _mesa_meta_GenerateMipmap() local
270 for (dstLevel = baseLevel + 1; dstLevel <= maxLevel; dstLevel++) { in _mesa_meta_GenerateMipmap()
273 const GLuint srcLevel = dstLevel - 1; in _mesa_meta_GenerateMipmap()
307 (GLint *) &dstLevel, false); in _mesa_meta_GenerateMipmap()
309 dstImage = _mesa_select_tex_image(texObj, faceTarget, dstLevel); in _mesa_meta_GenerateMipmap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h58 GLint dstLevel,
72 GLint dstLevel,
103 GLint dstLevel, in copyRenderbufferSubData() argument
121 GLint dstLevel, in copyTextureSubData() argument
DTextureImpl.cpp53 GLint dstLevel, in copyRenderbufferSubData() argument
71 GLint dstLevel, in copyTextureSubData() argument
DTextureImpl.h118 GLint dstLevel,
132 GLint dstLevel,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp201 GLint dstLevel, in copyRenderbufferSubData() argument
210 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
222 GLint dstLevel, in copyTextureSubData() argument
231 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyTextureSubData()
DRenderbuffer.h101 GLint dstLevel,
115 GLint dstLevel,
DvalidationES32.cpp146 GLint dstLevel, in ValidateCopyImageSubData() argument
161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c356 struct pipe_resource *dst, GLuint dstLevel, in st_texture_image_copy() argument
360 GLuint width = u_minify(dst->width0, dstLevel); in st_texture_image_copy()
361 GLuint height = u_minify(dst->height0, dstLevel); in st_texture_image_copy()
362 GLuint depth = u_minify(dst->depth0, dstLevel); in st_texture_image_copy()
401 dstLevel, in st_texture_image_copy()
Dst_texture.h335 struct pipe_resource *dst, GLuint dstLevel,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp200 GLint dstLevel, in copyRenderbufferSubData() argument
215 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
225 GLint dstLevel, in copyTextureSubData() argument
241 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData()
DRenderbufferVk.h46 GLint dstLevel,
60 GLint dstLevel,
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c798 unsigned dstLevel = surf->u.tex.level; in svga_propagate_surface() local
799 unsigned width = u_minify(tex->b.width0, dstLevel); in svga_propagate_surface()
800 unsigned height = u_minify(tex->b.height0, dstLevel); in svga_propagate_surface()
827 dstSubResource = (layer + i) * numMipLevels + dstLevel; in svga_propagate_surface()
833 svga_define_texture_level(tex, layer + i, dstLevel); in svga_propagate_surface()
841 tex->handle, 0, 0, zslice, dstLevel, in svga_propagate_surface()
845 svga_define_texture_level(tex, layer + i, dstLevel); in svga_propagate_surface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.h93 GLint dstLevel,
107 GLint dstLevel,
DTextureNULL.cpp120 GLint dstLevel, in copyRenderbufferSubData() argument
137 GLint dstLevel, in copyTextureSubData() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyTextureForBrowserTests.cpp50 uint32_t dstLevel, in TestCopyTextureForBrowser() argument
57 utils::CreateImageCopyTexture(dstTexture, dstLevel, dstOrigin, aspect); in TestCopyTextureForBrowser()
/third_party/openGLES/extensions/NV/
DNV_copy_image.txt60 uint dstName, enum dstTarget, int dstLevel,
78 uint dstName, enum dstTarget, int dstLevel,
96 <srcLevel> and <dstLevel> identify the source and destination
145 HGLRC hDstRC, uint dstName, enum dstTarget, int dstLevel,
178 GLXContext dstCtx, uint dstName, enum dstTarget, int dstLevel,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_copy_image.txt60 uint dstName, enum dstTarget, int dstLevel,
78 uint dstName, enum dstTarget, int dstLevel,
96 <srcLevel> and <dstLevel> identify the source and destination
145 HGLRC hDstRC, uint dstName, enum dstTarget, int dstLevel,
178 GLXContext dstCtx, uint dstName, enum dstTarget, int dstLevel,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_3_autogen.h20 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
DvalidationGL43.cpp45 GLint dstLevel, in ValidateCopyImageSubData() argument
DvalidationGL43_autogen.h43 GLint dstLevel,
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.cpp1006 int dstLevel, in copyImageData() argument
1017 ArrayBuffer<deUint8>& dstLevelData = dstImageData[dstLevel]; in copyImageData()
1027 const IVec3 dstTexelBlockStride = getTexelBlockStride(dstImageInfo, dstLevel); in copyImageData()
1105 int dstLevel, in copyImage() argument
1117 dstName, dstImageInfo.getTarget(), dstLevel, dstPos.x(), dstPos.y(), dstPos.z(), in copyImage()
1122 copyImageData(dstImageData, dstImageInfo, dstLevel, dstPos, in copyImage()
2081 , dstLevel (dstLevel_) in Copy()
2091 int dstLevel; member
2134 …const int dstLevel = (dstIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local
2137 const IVec3 dstSize = getLevelSize(dstInfo.getTarget(), dstInfo.getSize(), dstLevel); in generateCopies()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_3_autogen.cpp124 GLint dstLevel, in CopyImageSubData() argument
139 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth); in CopyImageSubData()
147 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, in CopyImageSubData()
152 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in CopyImageSubData()
156 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in CopyImageSubData()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp186 GLint dstLevel, in GL_CopyImageSubData() argument
201 GLenumToString(GLenumGroup::CopyBufferSubDataTarget, dstTarget), dstLevel, dstX, dstY, in GL_CopyImageSubData()
211 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)); in GL_CopyImageSubData()
215 dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in GL_CopyImageSubData()
219 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubData()

12345