/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 65 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/ |
D | copyimage.c | 544 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/ |
D | meta_generate_mipmap.c | 159 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/ |
D | RenderbufferImpl.h | 58 GLint dstLevel, 72 GLint dstLevel, 103 GLint dstLevel, in copyRenderbufferSubData() argument 121 GLint dstLevel, in copyTextureSubData() argument
|
D | TextureImpl.cpp | 53 GLint dstLevel, in copyRenderbufferSubData() argument 71 GLint dstLevel, in copyTextureSubData() argument
|
D | TextureImpl.h | 118 GLint dstLevel, 132 GLint dstLevel,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Renderbuffer.cpp | 201 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()
|
D | Renderbuffer.h | 101 GLint dstLevel, 115 GLint dstLevel,
|
D | validationES32.cpp | 146 GLint dstLevel, in ValidateCopyImageSubData() argument 161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 356 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()
|
D | st_texture.h | 335 struct pipe_resource *dst, GLuint dstLevel,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 200 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()
|
D | RenderbufferVk.h | 46 GLint dstLevel, 60 GLint dstLevel,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.c | 798 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/ |
D | TextureNULL.h | 93 GLint dstLevel, 107 GLint dstLevel,
|
D | TextureNULL.cpp | 120 GLint dstLevel, in copyRenderbufferSubData() argument 137 GLint dstLevel, in copyTextureSubData() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | CopyTextureForBrowserTests.cpp | 50 uint32_t dstLevel, in TestCopyTextureForBrowser() argument 57 utils::CreateImageCopyTexture(dstTexture, dstLevel, dstOrigin, aspect); in TestCopyTextureForBrowser()
|
/third_party/openGLES/extensions/NV/ |
D | NV_copy_image.txt | 60 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/ |
D | NV_copy_image.txt | 60 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/ |
D | Context_gl_4_3_autogen.h | 20 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
|
D | validationGL43.cpp | 45 GLint dstLevel, in ValidateCopyImageSubData() argument
|
D | validationGL43_autogen.h | 43 GLint dstLevel,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1006 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/ |
D | entry_points_gl_4_3_autogen.cpp | 124 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/ |
D | entry_points_gles_3_2_autogen.cpp | 186 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()
|