/third_party/mesa3d/src/mesa/main/ |
D | copyimage.c | 546 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument 567 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata() 584 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData_no_error() argument 596 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error() 601 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData_no_error() 607 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubData() argument 627 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubData() 643 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData() 737 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData() 743 GLuint dstName, GLenum dstTarget, GLint dstLevel, in _mesa_CopyImageSubDataNV_no_error() argument [all …]
|
/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/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()
|
D | Context_gles_3_2_autogen.h | 23 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 354 struct pipe_resource *dst, GLuint dstLevel, in st_texture_image_copy() argument 358 GLuint width = u_minify(dst->width0, dstLevel); in st_texture_image_copy() 359 GLuint height = u_minify(dst->height0, dstLevel); in st_texture_image_copy() 360 GLuint depth = u_minify(dst->depth0, dstLevel); in st_texture_image_copy() 399 dstLevel, in st_texture_image_copy()
|
D | st_texture.h | 206 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,
|
D | TextureVk.h | 109 GLint dstLevel, 123 GLint dstLevel,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.c | 810 unsigned dstLevel = surf->u.tex.level; in svga_propagate_surface() local 811 unsigned width = u_minify(tex->b.width0, dstLevel); in svga_propagate_surface() 812 unsigned height = u_minify(tex->b.height0, dstLevel); in svga_propagate_surface() 839 dstSubResource = (layer + i) * numMipLevels + dstLevel; in svga_propagate_surface() 845 svga_define_texture_level(tex, layer + i, dstLevel); in svga_propagate_surface() 853 tex->handle, 0, 0, zslice, dstLevel, in svga_propagate_surface() 857 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/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/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/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/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/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()
|
D | entry_points_gles_3_2_autogen.h | 36 GLint dstLevel,
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_gpu_multicast2.txt | 59 uint dstName, GLenum dstTarget, int dstLevel, int dstX, int dstY, int dstZ, 150 uint dstName, GLenum dstTarget, int dstLevel, int dstX, int dstY, int dstZ,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.h | 557 MipmapNativeLevel dstLevel, 577 MipmapNativeLevel dstLevel,
|