/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 3300 * the emit_br() when stack depth is not null otherwise. in bpf_to_bpf_call() 3643 unsigned int depth = nfp_prog->subprog[meta->subprog_idx].stack_depth; in nfp_start_subprog() local 3645 nfp_prog->stack_frame_depth = round_up(depth, 4); in nfp_start_subprog() 3828 unsigned int depth; in nfp_translate() local 3831 depth = nfp_prog->subprog[0].stack_depth; in nfp_translate() 3832 nfp_prog->stack_frame_depth = round_up(depth, 4); in nfp_translate()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_lrc.c | 2413 int depth; in live_suppress_self_preempt() local 2442 for (depth = 0; depth < 8; depth++) { in live_suppress_self_preempt() 2469 pr_err("Preemption on %s recorded x%d, depth %d; should have been suppressed!\n", in live_suppress_self_preempt() 2472 depth); in live_suppress_self_preempt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 3306 * the emit_br() when stack depth is not null otherwise. in bpf_to_bpf_call() 3649 unsigned int depth = nfp_prog->subprog[meta->subprog_idx].stack_depth; in nfp_start_subprog() local 3651 nfp_prog->stack_frame_depth = round_up(depth, 4); in nfp_start_subprog() 3834 unsigned int depth; in nfp_translate() local 3837 depth = nfp_prog->subprog[0].stack_depth; in nfp_translate() 3838 nfp_prog->stack_frame_depth = round_up(depth, 4); in nfp_translate()
|
/third_party/backends/backend/ |
H A D | nec.c | 2622 s->params.depth = 1; in sane_get_parameters() 2629 s->params.depth = 8; in sane_get_parameters() 2636 s->params.depth = 8; in sane_get_parameters() 2643 s->params.depth = 8; in sane_get_parameters() 2978 s->bpp = s->params.depth; in sane_start()
|
H A D | stv680.c | 1797 dev->depth = 8; in sane_control_option() 1873 dev->params.depth = 8; in sane_get_parameters()
|
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 87 void __indirect_glClearDepth(GLclampd depth) { } in __indirect_glClearDepth() argument 449 void __indirect_glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) { } in __indirect_glTexImage3D() argument 450 void __indirect_glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) { } in __indirect_glTexSubImage3D() argument 492 void __indirect_glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) { } in __indirect_glCompressedTexImage3D() argument 495 void __indirect_glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) { } in __indirect_glCompressedTexSubImage3D() argument
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 366 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \ 367 ((png_uint_32)((col) + ((depth)<<3) + ((palette)<<8) + ((interlace)<<13) + \ 445 * each log bit depth of a colour type 3 standard image. 476 /* No: next bit depth */ in next_format() 482 /* Palette images are restricted to 8 bit depth */ in next_format() 2456 /* If set assume that the calculation bit depth is set by the input 2462 * depth is 8 bits. 2476 /* Whether or not to run the low-bit-depth grayscale tests. This fails on 2478 * gamma handling for low bit depth. 2576 * with the precision of the input, not the precision of the output depth 2585 digitize(double value, int depth, int do_round) digitize() argument 8887 unsigned int depth = that->this.bit_depth; image_transform_png_set_shift_set() local [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_object_utils.cpp | 495 int depth = 0; in DeleteEmptyDirsRecursively() local 496 while ((depth++ < MAX_DIR_DEPTH) && (dirId > 0)) { in DeleteEmptyDirsRecursively()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 152 * controllers being set to a tagged queue depth of 32. 170 * queue depth, the driver will eventually determine this depth and 175 * attempt to slowly increase the depth over time as the device recovers 347 " tag_info:<tag_str> Set per-target tag depth\n" 348 " global_tag_depth:<int> Global tag depth for every target\n" 355 " # Set tag depth on Controller 1/Target 1 to 10 tags\n" 919 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument 951 if (depth > 1) { in ahc_parse_brace_option() 1293 * dynamic queue depth algorith in ahc_platform_set_tags() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pm3fb.c | 192 DPRINTK("Unsupported depth %u\n", bpp); in pm3fb_shift_bpp() 309 DPRINTK("Unsupported depth %d\n", in pm3fb_init_engine() 352 DPRINTK("Unsupported depth %d\n", in pm3fb_init_engine() 535 if (image->depth != 1) { in pm3fb_imageblit() 623 cursor->image.depth > 1) in pm3fb_cursor() 797 DPRINTK("Unsupported depth %d\n", bpp); in pm3fb_write_mode() 944 DPRINTK("depth not supported: %u\n", in pm3fb_check_var() 1008 DPRINTK("Checking graphics mode at %dx%d depth %d\n", in pm3fb_check_var() 1052 DPRINTK("Unsupported depth\n"); in pm3fb_set_par() 1090 * color depth in pm3fb_setcolreg() [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 273 'pattern-depth=i' => \$pattern_depth, 1076 --pattern-depth => Number of pattern directory traversals (default: 0 (all)) 1088 --pattern-depth=0 --remove-duplicates --rolestats] 1862 p# pattern match depth [$pattern_depth]
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | blktrace.c | 993 unsigned int depth, bool explicit) in blk_add_trace_unplug() 1000 __be64 rpdu = cpu_to_be64(depth); in blk_add_trace_unplug() 992 blk_add_trace_unplug(void *ignore, struct request_queue *q, unsigned int depth, bool explicit) blk_add_trace_unplug() argument
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | task_mmu.c | 511 __always_unused int depth, struct mm_walk *walk) in smaps_pte_hole() 1365 __always_unused int depth, struct mm_walk *walk) in pagemap_pte_hole() 510 smaps_pte_hole(unsigned long addr, unsigned long end, __always_unused int depth, struct mm_walk *walk) smaps_pte_hole() argument 1364 pagemap_pte_hole(unsigned long start, unsigned long end, __always_unused int depth, struct mm_walk *walk) pagemap_pte_hole() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 204 seq_printf(m, "fbcon size: %d x %d, depth %d, %d bpp, modifier 0x%llx, refcount %d, obj ", in i915_gem_framebuffer_info() 207 fbdev_fb->base.format->depth, in i915_gem_framebuffer_info() 222 seq_printf(m, "user size: %d x %d, depth %d, %d bpp, modifier 0x%llx, refcount %d, obj ", in i915_gem_framebuffer_info() 225 fb->base.format->depth, in i915_gem_framebuffer_info()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | task_mmu.c | 511 __always_unused int depth, struct mm_walk *walk) in smaps_pte_hole() 530 /* depth is not used */ in smaps_pte_hole_lookup() 1380 __always_unused int depth, struct mm_walk *walk) in pagemap_pte_hole() 510 smaps_pte_hole(unsigned long addr, unsigned long end, __always_unused int depth, struct mm_walk *walk) smaps_pte_hole() argument 1379 pagemap_pte_hole(unsigned long start, unsigned long end, __always_unused int depth, struct mm_walk *walk) pagemap_pte_hole() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pm3fb.c | 193 DPRINTK("Unsupported depth %u\n", bpp); in pm3fb_shift_bpp() 310 DPRINTK("Unsupported depth %d\n", in pm3fb_init_engine() 353 DPRINTK("Unsupported depth %d\n", in pm3fb_init_engine() 536 if (image->depth != 1) { in pm3fb_imageblit() 624 cursor->image.depth > 1) in pm3fb_cursor() 798 DPRINTK("Unsupported depth %d\n", bpp); in pm3fb_write_mode() 945 DPRINTK("depth not supported: %u\n", in pm3fb_check_var() 1009 DPRINTK("Checking graphics mode at %dx%d depth %d\n", in pm3fb_check_var() 1053 DPRINTK("Unsupported depth\n"); in pm3fb_set_par() 1091 * color depth in pm3fb_setcolreg() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 115 seq_printf(m, "fbcon size: %d x %d, depth %d, %d bpp, modifier 0x%llx, refcount %d, obj ", in i915_gem_framebuffer_info() 118 fbdev_fb->base.format->depth, in i915_gem_framebuffer_info() 133 seq_printf(m, "user size: %d x %d, depth %d, %d bpp, modifier 0x%llx, refcount %d, obj ", in i915_gem_framebuffer_info() 136 fb->base.format->depth, in i915_gem_framebuffer_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 1002 cmd_p->depth = cpu_to_le32(params->depth); in virtio_gpu_cmd_resource_create_3d()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 273 'pattern-depth=i' => \$pattern_depth, 1077 --pattern-depth => Number of pattern directory traversals (default: 0 (all)) 1089 --pattern-depth=0 --remove-duplicates --rolestats] 1863 p# pattern match depth [$pattern_depth]
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 153 * controllers being set to a tagged queue depth of 32. 171 * queue depth, the driver will eventually determine this depth and 176 * attempt to slowly increase the depth over time as the device recovers 348 " tag_info:<tag_str> Set per-target tag depth\n" 349 " global_tag_depth:<int> Global tag depth for every target\n" 356 " # Set tag depth on Controller 1/Target 1 to 10 tags\n" 918 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument 950 if (depth > 1) { in ahc_parse_brace_option() 1292 * dynamic queue depth algorith in ahc_platform_set_tags() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | blktrace.c | 955 unsigned int depth, bool explicit) in blk_add_trace_unplug() 962 __be64 rpdu = cpu_to_be64(depth); in blk_add_trace_unplug() 954 blk_add_trace_unplug(void *ignore, struct request_queue *q, unsigned int depth, bool explicit) blk_add_trace_unplug() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_encode_h265.c | 286 bit_depth = desc->comp[0].depth; in vaapi_encode_h265_init_sequence_params() 1266 ctx->roi_quant_range = 51 + 6 * (ctx->profile->depth - 8); in vaapi_encode_h265_configure()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp.asm | 387 %macro YUV2RGB_FN 3 ; depth, log2_chroma_w (horiz), log2_chroma_h (vert) 688 %macro RGB2YUV_FN 3 ; depth, log2_chroma_w (horiz), log2_chroma_h (vert)
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_request.c | 1671 uint16_t depth) in usbd_req_set_hub_depth() 1677 USETW(req.wValue, depth); in usbd_req_set_hub_depth() 1670 usbd_req_set_hub_depth(struct usb_device *udev, struct mtx *mtx, uint16_t depth) usbd_req_set_hub_depth() argument
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 1284 unsigned depth, in verify_cn_callback() 1288 cn, depth ? "CA" : "Certificate"); in verify_cn_callback() 1280 verify_cn_callback(const char *cn, const uint8_t *asn1_public_cert COAP_UNUSED, size_t asn1_length COAP_UNUSED, coap_session_t *session COAP_UNUSED, unsigned depth, int validated COAP_UNUSED, void *arg COAP_UNUSED) verify_cn_callback() argument
|