Home
last modified time | relevance | path

Searched refs:depth (Results 201 - 225 of 3754) sorted by relevance

12345678910>>...151

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.hpp95 void createCubeMapArrayTexture(glw::GLuint& texId, glw::GLuint width, glw::GLuint height, glw::GLuint depth,
103 virtual void configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType);
106 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
140 virtual void configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType);
142 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
270 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
328 virtual void configureTextures(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType);
331 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
/kernel/linux/linux-5.10/mm/
H A Dpagewalk.c12 static int real_depth(int depth) in real_depth() argument
14 if (depth == 3 && PTRS_PER_PMD == 1) in real_depth()
15 depth = 2; in real_depth()
16 if (depth == 2 && PTRS_PER_PUD == 1) in real_depth()
17 depth = 1; in real_depth()
18 if (depth == 1 && PTRS_PER_P4D == 1) in real_depth()
19 depth = 0; in real_depth()
20 return depth; in real_depth()
68 int depth = real_depth(3); in walk_pmd_range() local
76 err = ops->pte_hole(addr, next, depth, wal in walk_pmd_range()
126 int depth = real_depth(2); walk_pud_range() local
175 int depth = real_depth(1); walk_p4d_range() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_mergeplanes.c36 int depth[4]; member
130 if (desc->comp[0].depth == s->outdesc->comp[0].depth && in query_formats()
131 (desc->comp[0].depth <= 8 || (desc->flags & AV_PIX_FMT_FLAG_BE) == (s->outdesc->flags & AV_PIX_FMT_FLAG_BE)) && in query_formats()
202 s->planewidth[2] = AV_CEIL_RSHIFT(((s->outdesc->comp[1].depth > 8) + 1) * outlink->w, s->outdesc->log2_chroma_w); in config_output()
204 s->planewidth[3] = ((s->outdesc->comp[0].depth > 8) + 1) * outlink->w; in config_output()
230 inputp->planewidth[2] = AV_CEIL_RSHIFT(((indesc->comp[1].depth > 8) + 1) * inlink->w, indesc->log2_chroma_w); in config_output()
232 inputp->planewidth[3] = ((indesc->comp[0].depth > 8) + 1) * inlink->w; in config_output()
240 inputp->depth[j] = indesc->comp[j].depth; in config_output()
[all...]
H A Dvf_vibrance.c42 int depth; member
115 const int depth = s->depth; in vibrance_slice16() local
116 const float max = (1 << depth) - 1; in vibrance_slice16()
157 gptr[x] = av_clip_uintp2_c(g * max, depth); in vibrance_slice16()
158 bptr[x] = av_clip_uintp2_c(b * max, depth); in vibrance_slice16()
159 rptr[x] = av_clip_uintp2_c(r * max, depth); in vibrance_slice16()
230 const int depth = s->depth; in vibrance_slice16p() local
231 const float max = (1 << depth) in vibrance_slice16p()
[all...]
/third_party/backends/backend/
H A Depsonds-ops.c180 eds_add_depth(epsonds_device *dev, SANE_Word depth) in eds_add_depth() argument
182 DBG(5, "%s: add (bpp): %d\n", __func__, depth); in eds_add_depth()
185 if (depth > 8) { in eds_add_depth()
190 if (depth > dev->max_depth) in eds_add_depth()
191 dev->max_depth = depth; in eds_add_depth()
202 dev->depth_list[dev->depth_list[0]] = depth; in eds_add_depth()
214 /* setup depth according to our mode table */ in eds_init_parameters()
215 if (mode_params[s->val[OPT_MODE].w].depth == 1) in eds_init_parameters()
216 s->params.depth = 1; in eds_init_parameters()
218 s->params.depth in eds_init_parameters()
[all...]
/third_party/backends/frontend/
H A Dstiff.c267 write_tiff_grey_header (FILE *fptr, int width, int height, int depth, in write_tiff_grey_header() argument
285 bps = (depth <= 8) ? 1 : 2; /* Bytes per sample */ in write_tiff_grey_header()
286 maxsamplevalue = (depth <= 8) ? 255 : 65535; in write_tiff_grey_header()
317 add_ifd_entry (ifd, 258, IFDE_TYP_SHORT, 1, depth); in write_tiff_grey_header()
390 write_tiff_color_header (FILE *fptr, int width, int height, int depth, in write_tiff_color_header() argument
409 bps = (depth <= 8) ? 1 : 2; /* Bytes per sample */ in write_tiff_color_header()
410 maxsamplevalue = (depth <= 8) ? 255 : 65535; in write_tiff_color_header()
503 write_i2 (fptr, depth, motorola); in write_tiff_color_header()
504 write_i2 (fptr, depth, motorola); in write_tiff_color_header()
505 write_i2 (fptr, depth, motorol in write_tiff_color_header()
539 sanei_write_tiff_header(SANE_Frame format, int width, int height, int depth, int resolution, const char *icc_profile, FILE *ofp) sanei_write_tiff_header() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-ops.c355 size_t depth = 0; in scanner_scan_bracket() local
369 depth++; in scanner_scan_bracket()
398 size_t total_depth = depth; in scanner_scan_bracket()
401 while (depth > 0 && lexer_check_next_character (context_p, LIT_CHAR_RIGHT_PAREN)) in scanner_scan_bracket()
404 depth--; in scanner_scan_bracket()
420 if (total_depth == depth) in scanner_scan_bracket()
424 JERRY_ASSERT (depth > 0); in scanner_scan_bracket()
425 depth--; in scanner_scan_bracket()
434 else if (depth == total_depth - 1) in scanner_scan_bracket()
458 JERRY_ASSERT (depth > in scanner_scan_bracket()
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c65 unsigned char depth; member
98 /* pure depth */
103 /* combined depth-stencil */
136 const struct stw_pf_depth_info *depth, in stw_pixelformat_add()
148 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.depth); in stw_pixelformat_add()
149 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.stencil); in stw_pixelformat_add()
194 pfi->pfd.cDepthBits = depth in stw_pixelformat_add()
133 stw_pixelformat_add(struct stw_device *stw_dev, boolean extended, const struct stw_pf_color_info *color, const struct stw_pf_depth_info *depth, unsigned accum, boolean doublebuffer, boolean gdi, unsigned samples) stw_pixelformat_add() argument
291 const struct stw_pf_depth_info *depth = &stw_pf_depth_stencil[ds]; add_color_format_variants() local
[all...]
/kernel/linux/linux-6.6/kernel/locking/
H A Dlockdep.c783 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks() local
785 if (!depth) in lockdep_print_held_locks()
788 printk("%d lock%s held by %s/%d:\n", depth, in lockdep_print_held_locks()
789 depth > 1 ? "s" : "", p->comm, task_pid_nr(p)); in lockdep_print_held_locks()
796 for (i = 0; i < depth; i++) { in lockdep_print_held_locks()
1045 for (i = chain->base; i < chain->base + chain->depth; i++) in check_lock_chain_key()
1450 * depth-first search is used in order to find the shortest (circular)
1535 int depth = 0; in get_lock_depth() local
1540 depth++; in get_lock_depth()
1542 return depth; in get_lock_depth()
1860 print_circular_bug_entry(struct lock_list *target, int depth) print_circular_bug_entry() argument
1935 print_circular_bug_header(struct lock_list *entry, unsigned int depth, struct held_lock *check_src, struct held_lock *check_tgt) print_circular_bug_header() argument
2032 int depth; print_circular_bug() local
2343 print_lock_class_header(struct lock_class *class, int depth) print_lock_class_header() argument
2426 int depth; print_shortest_lock_dependencies() local
2473 int depth; print_shortest_lock_dependencies_backwards() local
3230 int depth = curr->lockdep_depth; check_prevs_add() local
3574 int depth = curr->lockdep_depth; print_chain_keys_held_locks() local
4031 int depth; print_irq_inversion_bug() local
4614 unsigned int depth = curr->lockdep_depth; separate_irq_context() local
4776 int depth; check_wait_context() local
4997 unsigned int depth; __lock_acquire() local
5234 find_held_lock(struct task_struct *curr, struct lockdep_map *lock, unsigned int depth, int *idx) find_held_lock() argument
5269 reacquire_held_locks(struct task_struct *curr, unsigned int depth, int idx, unsigned int *merged) reacquire_held_locks() argument
5307 unsigned int depth, merged = 0; __lock_set_class() local
5354 unsigned int depth, merged = 0; __lock_downgrade() local
5408 unsigned int depth, merged = 1; __lock_release() local
5922 unsigned int depth; __lock_contended() local
5963 unsigned int depth; __lock_acquired() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexstore.c147 * Store a 32-bit integer or float depth component texture image.
184 * Store a 24-bit integer depth component texture image.
214 * Store a 24-bit integer depth component texture image.
248 * Store a 16-bit integer depth component texture image.
322 * Store a combined depth/stencil texture image.
331 GLuint *depth = malloc(srcWidth * sizeof(GLuint)); in _mesa_texstore_z24_s8() local
342 if (!depth || !stencil) { in _mesa_texstore_z24_s8()
343 free(depth); in _mesa_texstore_z24_s8()
348 /* In case we only upload depth we need to preserve the stencil */ in _mesa_texstore_z24_s8()
363 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */ in _mesa_texstore_z24_s8()
410 GLuint *depth; _mesa_texstore_s8_z24() local
974 store_texsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *caller) store_texsubimage() argument
1138 _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) _mesa_store_texsubimage() argument
1184 _mesa_store_cleartexsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const GLvoid *clearValue) _mesa_store_cleartexsubimage() argument
1270 _mesa_compute_compressed_pixelstore(GLuint dims, mesa_format texFormat, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing, struct compressed_pixelstore *store) _mesa_compute_compressed_pixelstore() argument
1329 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_store_compressed_texsubimage() argument
[all...]
H A Dteximage.c683 GLsizei depth) in _mesa_get_tex_max_num_levels()
708 size = MAX3(width, height, depth); in _mesa_get_tex_max_num_levels()
734 make_null_texture(GLint width, GLint height, GLint depth, GLenum format)
737 const GLint numPixels = width * height * depth;
760 for (h = 0; h < depth; h++) {
814 * \param depth image depth.
822 * Note: width, height and depth include the border.
827 GLsizei width, GLsizei height, GLsizei depth, in _mesa_init_teximage_fields_ms()
837 assert(depth > in _mesa_init_teximage_fields_ms()
682 _mesa_get_tex_max_num_levels(GLenum target, GLsizei width, GLsizei height, GLsizei depth) _mesa_get_tex_max_num_levels() argument
825 _mesa_init_teximage_fields_ms(struct gl_context *ctx, struct gl_texture_image *img, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum internalFormat, mesa_format format, GLuint numSamples, GLboolean fixedSampleLocations) _mesa_init_teximage_fields_ms() argument
932 _mesa_init_teximage_fields(struct gl_context *ctx, struct gl_texture_image *img, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum internalFormat, mesa_format format) _mesa_init_teximage_fields() argument
969 _mesa_legal_texture_dimensions(struct gl_context *ctx, GLenum target, GLint level, GLint width, GLint height, GLint depth, GLint border) _mesa_legal_texture_dimensions() argument
1188 GLint depth; error_check_subtexture_dimensions() local
1281 _mesa_test_proxy_teximage(struct gl_context *ctx, GLenum target, GLuint numLevels, ASSERTED GLint level, mesa_format format, GLuint numSamples, GLint width, GLint height, GLint depth) _mesa_test_proxy_teximage() argument
1660 compressed_tex_size(GLsizei width, GLsizei height, GLsizei depth, GLenum glformat) compressed_tex_size() argument
1823 texture_error_check( struct gl_context *ctx, GLuint dimensions, GLenum target, struct gl_texture_object* texObj, GLint level, GLint internalFormat, GLenum format, GLenum type, GLint width, GLint height, GLint depth, GLint border, const GLvoid *pixels ) texture_error_check() argument
2006 compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, GLenum target, struct gl_texture_object* texObj, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) compressed_texture_error_check() argument
2164 texsubimage_error_check(struct gl_context *ctx, GLuint dimensions, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName) texsubimage_error_check() argument
2862 strip_texture_border(GLenum target, GLint *width, GLint *height, GLint *depth, const struct gl_pixelstore_attrib *unpack, struct gl_pixelstore_attrib *unpackNew) strip_texture_border() argument
2969 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels, bool no_error) teximage() argument
3186 teximage_err(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_err() argument
3198 teximage_no_error(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_no_error() argument
3308 _mesa_TexImage3D( GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexImage3D() argument
3319 _mesa_TextureImage3DEXT(GLuint texture, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TextureImage3DEXT() argument
3337 _mesa_MultiTexImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_MultiTexImage3DEXT() argument
3379 _mesa_TexImage3D_no_error(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexImage3D_no_error() argument
3535 texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texture_sub_image() argument
3584 texsubimage_err(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName) texsubimage_err() argument
3629 texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texsubimage() argument
3651 texturesubimage(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool no_error, bool ext_dsa) texturesubimage() argument
3766 texturesubimage_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_error() argument
3780 texturesubimage_no_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_no_error() argument
3852 _mesa_TexSubImage3D_no_error(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TexSubImage3D_no_error() argument
3867 _mesa_TexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) _mesa_TexSubImage3D() argument
4004 _mesa_TextureSubImage3D_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage3D_no_error() argument
4017 _mesa_TextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage3DEXT() argument
4030 _mesa_MultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_MultiTexSubImage3DEXT() argument
4052 _mesa_TextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) _mesa_TextureSubImage3D() argument
5113 _mesa_ClearTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) _mesa_ClearTexSubImage() argument
5381 compressed_subtexture_error_check(struct gl_context *ctx, GLint dims, const struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data, const char *callerName) compressed_subtexture_error_check() argument
5573 _mesa_CompressedTexImage3D(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexImage3D() argument
5585 _mesa_CompressedTextureImage3DEXT(GLuint texture, GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *pixels) _mesa_CompressedTextureImage3DEXT() argument
5603 _mesa_CompressedMultiTexImage3DEXT(GLenum texunit, GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *pixels) _mesa_CompressedMultiTexImage3DEXT() argument
5647 _mesa_CompressedTexImage3D_no_error(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexImage3D_no_error() argument
5663 compressed_texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) compressed_texture_sub_image() argument
5707 compressed_tex_sub_image(unsigned dim, GLenum target, GLuint textureOrIndex, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data, enum tex_mode mode, const char *caller) compressed_tex_sub_image() argument
5989 _mesa_CompressedTexSubImage3D_no_error(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage3D_no_error() argument
6004 _mesa_CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTexSubImage3D() argument
6017 _mesa_CompressedTextureSubImage3D_no_error(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage3D_no_error() argument
6032 _mesa_CompressedTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage3D() argument
6047 _mesa_CompressedTextureSubImage3DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedTextureSubImage3DEXT() argument
6063 _mesa_CompressedMultiTexSubImage3DEXT(GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_CompressedMultiTexSubImage3DEXT() argument
6734 texture_image_multisample(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations, GLboolean immutable, GLuint64 offset, const char *func) texture_image_multisample() argument
6935 _mesa_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TexImage3DMultisample() argument
6949 valid_texstorage_ms_parameters(GLsizei width, GLsizei height, GLsizei depth, unsigned dims) valid_texstorage_ms_parameters() argument
6980 _mesa_TexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TexStorage3DMultisample() argument
7020 _mesa_TextureStorage3DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TextureStorage3DMultisample() argument
7067 _mesa_TextureStorage3DMultisampleEXT(GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) _mesa_TextureStorage3DMultisampleEXT() argument
7090 _mesa_texture_storage_ms_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint64 offset, const char* func) _mesa_texture_storage_ms_memory() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H A Derdma_eq.c24 u64 *eqe = get_queue_entry(eq->qbuf, eq->ci, eq->depth, EQE_SHIFT); in get_next_valid_eqe()
27 return owner ^ !!(eq->ci & eq->depth) ? eqe : NULL; in get_next_valid_eqe()
88 eq->depth = ERDMA_DEFAULT_EQ_DEPTH; in erdma_aeq_init()
89 buf_size = eq->depth << EQE_SHIFT; in erdma_aeq_init()
108 erdma_reg_write32(dev, ERDMA_REGS_AEQ_DEPTH_REG, eq->depth); in erdma_aeq_init()
120 WARPPED_BUFSIZE(eq->depth << EQE_SHIFT), eq->qbuf, in erdma_aeq_destroy()
217 req.depth = ilog2(eq->depth); in create_eq_cmd()
222 db_info_dma_addr = eq->qbuf_dma_addr + (eq->depth << EQE_SHIFT); in create_eq_cmd()
245 eq->depth in erdma_ceq_init_one()
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-zoom.c105 z->depth = cupsImageGetDepth(img); in _cupsImageZoomNew()
133 z->instep = z->xstep * z->depth; in _cupsImageZoomNew()
134 z->inincr = /* z->xincr * */ z->depth; /* z->xincr is always 1 */ in _cupsImageZoomNew()
160 z->instep = z->xstep * z->depth; in _cupsImageZoomNew()
161 z->inincr = /* z->xincr * */ z->depth; /* z->xincr is always 1 */ in _cupsImageZoomNew()
180 if ((z->rows[0] = (cups_ib_t *)malloc(z->xsize * z->depth)) == NULL) in _cupsImageZoomNew()
186 if ((z->rows[1] = (cups_ib_t *)malloc(z->xsize * z->depth)) == NULL) in _cupsImageZoomNew()
193 if ((z->in = (cups_ib_t *)malloc(z->width * z->depth)) == NULL) in _cupsImageZoomNew()
236 z_depth = z->depth; in zoom_bilinear()
315 z_depth = z->depth; in zoom_nearest()
[all...]
/third_party/libunwind/libunwind/tests/
H A DGtest-trace.c63 int depth = 0; in do_backtrace() local
76 addresses[0][depth] = (void *) ip; in do_backtrace()
78 while ((ret = unw_step (&cursor)) > 0 && ++depth < 128); in do_backtrace()
88 for (i = 0; i < depth; ++i) in do_backtrace()
109 if (m != depth+1) in do_backtrace()
111 printf ("FAILURE: unw_step() loop and unw_backtrace() depths differ: %d vs. %d\n", depth, m); in do_backtrace()
115 if (n != depth+1) in do_backtrace()
117 printf ("FAILURE: unw_step() loop and backtrace() depths differ: %d vs. %d\n", depth, n); in do_backtrace()
131 if (n == depth+1) in do_backtrace()
132 for (i = 1; i < depth; in do_backtrace()
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_parse.c21 int offset, int depth, int indent, int dump);
22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument
38 offset, depth, (long)hl, len, p) <= 0) in asn1_print_info()
42 offset, depth, (long)hl, p) <= 0) in asn1_print_info()
95 int offset, int depth, int indent, int dump) in asn1_parse2()
108 if (depth > ASN1_PARSE_MAXDEPTH) { in asn1_parse2()
128 if (!asn1_print_info(bp, (long)offset + (long)(op - *pp), depth, in asn1_parse2()
129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
144 offset + (p - *pp), depth + 1, in asn1_parse2()
159 offset + (p - *pp), depth in asn1_parse2()
94 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) asn1_parse2() argument
[all...]
/third_party/openssl/crypto/asn1/
H A Dasn1_parse.c21 int offset, int depth, int indent, int dump);
22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument
38 offset, depth, (long)hl, len, p) <= 0) in asn1_print_info()
42 offset, depth, (long)hl, p) <= 0) in asn1_print_info()
95 int offset, int depth, int indent, int dump) in asn1_parse2()
108 if (depth > ASN1_PARSE_MAXDEPTH) { in asn1_parse2()
128 if (!asn1_print_info(bp, (long)offset + (long)(op - *pp), depth, in asn1_parse2()
129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
144 offset + (p - *pp), depth + 1, in asn1_parse2()
159 offset + (p - *pp), depth in asn1_parse2()
94 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) asn1_parse2() argument
[all...]
/third_party/elfutils/tests/
H A Dvarlocs.c171 Dwarf_Addr addr, int depth) in print_expr_block()
176 print_expr (attr, &exprs[i], addr, depth); in print_expr_block()
193 print_expr (Dwarf_Attribute *attr, Dwarf_Op *expr, Dwarf_Addr addr, int depth) in print_expr() argument
196 if (depth++ > MAX_DEPTH) in print_expr()
197 error (EXIT_FAILURE, 0, "print_expr recursion depth exceeded"); in print_expr()
280 print_expr_block (NULL, cfa_ops, cfa_nops, 0, depth); in print_expr()
349 print_expr_block (&call_attr, call_ops, call_len, addr, depth); in print_expr()
464 print_expr_block (&attrval, exprval, exprval_len, addr, depth); in print_expr()
504 print_expr_block (&attrval, exprval, exprval_len, addr, depth); in print_expr()
533 print_expr_block (attr, entry_ops, entry_len, addr, depth); in print_expr()
170 print_expr_block(Dwarf_Attribute *attr, Dwarf_Op *exprs, int len, Dwarf_Addr addr, int depth) print_expr_block() argument
918 int depth; global() member
925 int depth = ((struct attr_arg *) arg)->depth; handle_attr() local
979 handle_die(Dwarf_Die *die, int depth, bool outer_has_frame_base, Dwarf_Addr outer_entrypc) handle_die() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpixlet.c56 int depth; member
467 static void build_luma_lut(AVCodecContext *avctx, int depth) in build_luma_lut() argument
470 int max = (1 << depth) - 1; in build_luma_lut()
472 if (ctx->depth == depth) in build_luma_lut()
474 ctx->depth = depth; in build_luma_lut()
481 int w, int h, int depth) in postprocess_luma()
494 else if (srcy[i] > ((1 << depth) - 1)) in postprocess_luma()
504 static void postprocess_chroma(AVFrame *frame, int w, int h, int depth) in postprocess_chroma() argument
480 postprocess_luma(AVCodecContext *avctx, AVFrame *frame, int w, int h, int depth) postprocess_luma() argument
609 uint32_t pktsize, depth; pixlet_decode_frame() local
[all...]
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c80 static void iterateTestsWithLevel( const TestNode *root, int depth,
325 * @param depth The depth of this tree (0=root)
326 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth.
330 int depth, in iterateTestsWithLevel()
342 if(depth<2) { in iterateTestsWithLevel()
349 /* record the current root node, and increment depth in iterateTestsWithLevel()
329 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) iterateTestsWithLevel() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c79 static void iterateTestsWithLevel( const TestNode *root, int depth,
323 * @param depth The depth of this tree (0=root)
324 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth.
328 int depth, in iterateTestsWithLevel()
340 if(depth<2) { in iterateTestsWithLevel()
347 /* record the current root node, and increment depth in iterateTestsWithLevel()
327 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) iterateTestsWithLevel() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dsdxdec.c38 int depth, length; in sdx_read_header() local
50 depth = avio_r8(s->pb); in sdx_read_header()
59 switch (depth) { in sdx_read_header()
76 st->codecpar->block_align = depth / 8; in sdx_read_header()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c38 uint32_t depth = prsc->depth0; in fd4_setup_slices() local
75 size += slice->size0 * depth * layers_in_level; in fd4_setup_slices()
79 depth = u_minify(depth, 1); in fd4_setup_slices()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Pixmap.cpp21 bool Win32Pixmap::initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) in initialize() argument
26 if (depth != 24 && depth != 32) in initialize()
35 bitmapInfo.bmiHeader.biBitCount = static_cast<WORD>(depth); in initialize()
/kernel/linux/linux-5.10/drivers/media/test-drivers/
H A Dvim2m.c91 int depth; member
99 .depth = 16,
103 .depth = 16,
107 .depth = 24,
111 .depth = 24,
115 .depth = 16,
119 .depth = 8,
123 .depth = 8,
127 .depth = 8,
131 .depth
271 int x, depth = q_data_out->fmt->depth >> 3; copy_line() local
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/
H A Dvim2m.c86 int depth; member
94 .depth = 16,
98 .depth = 16,
102 .depth = 24,
106 .depth = 24,
110 .depth = 16,
114 .depth = 8,
118 .depth = 8,
122 .depth = 8,
126 .depth
266 int x, depth = q_data_out->fmt->depth >> 3; copy_line() local
[all...]

Completed in 25 milliseconds

12345678910>>...151