Home
last modified time | relevance | path

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

12345

/third_party/mesa3d/src/mesa/main/
Dcopyimage.c546 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/
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/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()
DContext_gles_3_2_autogen.h23 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c354 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()
Dst_texture.h206 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,
DTextureVk.h109 GLint dstLevel,
123 GLint dstLevel,
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c810 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/
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/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/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/dawn/src/tests/unittests/validation/
DCopyTextureForBrowserTests.cpp50 uint32_t dstLevel, in TestCopyTextureForBrowser() argument
57 utils::CreateImageCopyTexture(dstTexture, dstLevel, dstOrigin, aspect); in TestCopyTextureForBrowser()
/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/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()
Dentry_points_gles_3_2_autogen.h36 GLint dstLevel,
/third_party/openGLES/extensions/NVX/
DNVX_gpu_multicast2.txt59 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/
Dmtl_command_buffer.h557 MipmapNativeLevel dstLevel,
577 MipmapNativeLevel dstLevel,

12345