/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 731 return a.width == b.width && a.height == b.height && a.depth == b.depth;
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.cpp | 338 void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in GL_ClearBufferfi() argument 342 "context = %d, buffer = %s, drawbuffer = %d, depth = %f, stencil = %d", CID(context), in GL_ClearBufferfi() 343 GLenumToString(GLenumGroup::Buffer, buffer), drawbuffer, depth, stencil); in GL_ClearBufferfi() 350 buffer, drawbuffer, depth, stencil)); in GL_ClearBufferfi() 353 context->clearBufferfi(buffer, drawbuffer, depth, stencil); in GL_ClearBufferfi() 355 ANGLE_CAPTURE(ClearBufferfi, isCallValid, context, buffer, drawbuffer, depth, stencil); in GL_ClearBufferfi() 3224 GLsizei depth, in GL_TexImage3DMultisample() 3230 "depth = %d, fixedsamplelocations = %s", in GL_TexImage3DMultisample() 3232 GLenumToString(GLenumGroup::InternalFormat, internalformat), width, height, depth, in GL_TexImage3DMultisample() 3241 target, samples, internalformat, width, height, depth, in GL_TexImage3DMultisample() 3219 GL_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexImage3DMultisample() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 2155 int rc, depth; in read_cons_helper() local 2174 depth = -1; in read_cons_helper() 2198 if (depth < 0) in read_cons_helper() 2203 if (depth < 1) in read_cons_helper() 2205 depth--; in read_cons_helper() 2208 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper() 2210 depth++; in read_cons_helper() 2215 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper() 2217 depth++; in read_cons_helper() 2233 if (depth ! in read_cons_helper() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 302 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() local 311 if (depth != 1) in get_color() 315 switch (depth) { in get_color() 2593 int i, j, k, depth; in fbcon_set_palette() local 2602 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette() 2603 if (depth > 3) { in fbcon_set_palette() 2620 fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap); in fbcon_set_palette()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 1341 size_t depth = thread_stack__depth(thread, sample->cpu); in perf_sample__fprintf_callindent() local 1349 * The 'return' has already been popped off the stack so the depth has in perf_sample__fprintf_callindent() 1353 depth += 1; in perf_sample__fprintf_callindent() 1364 len = fprintf(fp, "%*s%s", (int)depth * 4, "", name); in perf_sample__fprintf_callindent() 1366 len = fprintf(fp, "%*s%16" PRIx64, (int)depth * 4, "", ip); in perf_sample__fprintf_callindent() 1876 int depth = thread_stack__depth(thread, sample->cpu); in show_event() local 1882 if (depth <= thread->filter_entry_depth) { in show_event() 1901 thread->filter_entry_depth = depth; in show_event() 3539 "Set the maximum stack depth when parsing the callchain, " in cmd_script() 3540 "anything beyond the specified depth wil in cmd_script() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 284 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() local 293 if (depth != 1) in get_color() 297 switch (depth) { in get_color() 2563 int i, j, k, depth; in fbcon_set_palette() local 2572 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette() 2573 if (depth > 3) { in fbcon_set_palette() 2590 fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap); in fbcon_set_palette()
|
/third_party/backends/backend/ |
H A D | plustek.c | 31 * - 12bit color-depth are now available for scanimage 73 * split scanmode and bit-depth 333 * bit-depth per pixel 346 scanner->params.depth = scanner->val[OPT_BIT_DEPTH].w; in getScanMode() 350 scanner->params.depth = 1; in getScanMode() 351 } else if( scanner->params.depth == 8 ) { in getScanMode() 358 scanner->params.depth = 16; in getScanMode() 734 /* bit depth */ in init_options() 2365 if (s->params.depth == 1) in sane_get_parameters() 2369 s->params.depth / in sane_get_parameters() [all...] |
H A D | teco2.c | 871 window[34] = dev->depth; in teco_set_window() 2816 dev->depth = 8; in sane_control_option() 2824 dev->depth = 8; in sane_control_option() 2861 dev->depth = 8; in sane_control_option() 3060 dev->params.depth = 1; in sane_get_parameters() 3076 dev->params.depth = 8; in sane_get_parameters() 3092 dev->params.depth = 8; in sane_get_parameters()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 445 if (depth_stencil_alpha->depth.bounds_test) { in d3d12_create_depth_stencil_alpha_state() 447 dsa->min_depth_bounds = depth_stencil_alpha->depth.bounds_min; in d3d12_create_depth_stencil_alpha_state() 448 dsa->max_depth_bounds = depth_stencil_alpha->depth.bounds_max; in d3d12_create_depth_stencil_alpha_state() 1322 /* When the rasterizer is configured for "full" depth clipping ([-1, 1]) 1327 * the rasterizer is configured for "half" depth clipping ([0, 1]), the viewport 2022 double depth, 2050 depth, stencil, 1, &rect); 2064 double depth, unsigned stencil) 2083 depth, stencil, 2611 * For fixed-point depth buffer [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 676 unsigned width, height, depth, offset_level, last_level; in r600_create_sampler_view_custom() local 730 depth = u_minify(texture->depth0, offset_level); in r600_create_sampler_view_custom() 735 depth = texture->array_size; in r600_create_sampler_view_custom() 737 depth = texture->array_size; in r600_create_sampler_view_custom() 739 depth = texture->array_size / 6; in r600_create_sampler_view_custom() 761 S_038004_TEX_DEPTH(depth - 1) | in r600_create_sampler_view_custom() 2981 if (src_box->depth > 1 || in r600_dma_copy()
|
/third_party/libcoap/src/ |
H A D | coap_openssl.c | 1921 int depth = X509_STORE_CTX_get_error_depth(ctx); in tls_verify_call_back() local 1961 depth > (setup_data->cert_chain_verify_depth + 1)) { in tls_verify_call_back() 1968 coap_log_warn(" %s: %s: '%s' depth=%d\n", in tls_verify_call_back() 1970 "Unknown CA", cn ? cn : "?", depth); in tls_verify_call_back() 1972 coap_log_warn(" %s: %s: '%s' depth=%d\n", in tls_verify_call_back() 1974 X509_verify_cert_error_string(err), cn ? cn : "?", depth); in tls_verify_call_back() 1977 coap_log_info(" %s: %s: overridden: '%s' depth=%d\n", in tls_verify_call_back() 1979 X509_verify_cert_error_string(err), cn ? cn : "?", depth); in tls_verify_call_back() 1982 /* Certificate - depth == 0 is the Client Cert */ in tls_verify_call_back() 1991 depth, preverify_o in tls_verify_call_back() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 467 // Triangle around (offsetX, 0) with depth 5.0. in makeDefaultAccelerationStructure() 473 const float depth = 5.0f; in makeDefaultAccelerationStructure() local 480 vertices.emplace_back(middleX, topY, depth); in makeDefaultAccelerationStructure() 481 vertices.emplace_back(rightX, bottomY, depth); in makeDefaultAccelerationStructure() 482 vertices.emplace_back(leftX, bottomY, depth); in makeDefaultAccelerationStructure() 487 vertices.emplace_back(leftX, bottomY, depth); in makeDefaultAccelerationStructure() 488 vertices.emplace_back(rightX, topY, depth); in makeDefaultAccelerationStructure() 3008 extent.depth, // deUint32 layers;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTests.hpp | 2502 * named renderbuffer storage), depth attachment and stencil attachment. 2541 * named renderbuffer storage), depth attachment and stencil attachment. 2589 * Create named framebuffer with depth attachment and stencil 2621 bool TestClearDepthAndStencil(glw::GLfloat depth, glw::GLint stencil); 2643 * Create named framebuffer with color, depth and stencil attachments with 2646 * Create named framebuffer with color, depth and stencil attachments with 2649 * Clear the first framebuffer with red color, 0.5 depth and 1 as a stencil 2655 * Clear first the framebuffer with green color, 0.25 depth and 2 as a 2660 * NEAREST filter for depth and stencil attachments. 2662 * Clear the first framebuffer with blue color, 0.125 depth an [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 518 const char *uname, int depth, in htab_dt_scan_seg_sizes() 574 const char *uname, int depth, in htab_dt_scan_page_sizes() 657 const char *uname, int depth, in htab_dt_scan_hugepage_blocks() 884 const char *uname, int depth, in htab_dt_scan_pftsize() 517 htab_dt_scan_seg_sizes(unsigned long node, const char *uname, int depth, void *data) htab_dt_scan_seg_sizes() argument 573 htab_dt_scan_page_sizes(unsigned long node, const char *uname, int depth, void *data) htab_dt_scan_page_sizes() argument 656 htab_dt_scan_hugepage_blocks(unsigned long node, const char *uname, int depth, void *data) htab_dt_scan_hugepage_blocks() argument 883 htab_dt_scan_pftsize(unsigned long node, const char *uname, int depth, void *data) htab_dt_scan_pftsize() argument
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-base.c | 1118 unsigned int depth = 0; in i2c_adapter_depth() local 1121 depth++; in i2c_adapter_depth() 1123 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth() 1124 "adapter depth exceeds lockdep subclass limit\n"); in i2c_adapter_depth() 1126 return depth; in i2c_adapter_depth()
|
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 1757 int ret, depth; in exec_binprm() local 1766 for (depth = 0;; depth++) { in exec_binprm() 1768 if (depth > 5) in exec_binprm()
|
/kernel/linux/linux-5.10/drivers/media/usb/zr364xx/ |
H A D | zr364xx.c | 144 int depth; member 151 .depth = 24 345 *size = cam->width * cam->height * (cam->fmt->depth >> 3); in buffer_setup() 378 buf->vb.size = cam->width * cam->height * (cam->fmt->depth >> 3); in buffer_prepare()
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | cx231xx-video.c | 84 .depth = 16, 718 dev->size = (dev->width * dev->height * dev->format->depth + 7) >> 3; in queue_setup() 837 f->fmt.pix.bytesperline = (dev->width * dev->format->depth + 7) >> 3; in vidioc_g_fmt_vid_cap() 881 f->fmt.pix.bytesperline = (width * fmt->depth + 7) >> 3; in vidioc_try_fmt_vid_cap()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | setup-bus.c | 1468 * Carry out a depth-first search on the PCI bus tree to allocate in pci_bus_allocate_resources() 1655 int depth = 0; in pci_bus_get_depth() local 1662 if (ret + 1 > depth) in pci_bus_get_depth() 1663 depth = ret + 1; in pci_bus_get_depth() 1666 return depth; in pci_bus_get_depth() 1751 * Will stop till to the max depth if can not find good one. 1771 dev_info(&bus->dev, "max bus depth: %d pci_try_num: %d\n", in pci_assign_unassigned_root_bus_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 360 unsigned int nqs, unsigned int depth, unsigned int start, in alloc_txqs() 368 err = funeth_txq_create(dev, i, depth, xa_load(&fp->irqs, i), in alloc_txqs() 420 unsigned int depth, unsigned int start, in alloc_xdpqs() 432 err = funeth_txq_create(dev, i, depth, NULL, state, &xdpqs[i]); in alloc_xdpqs() 1580 * different settings, e.g. depth. This is a disruptive replacement that 359 alloc_txqs(struct net_device *dev, struct funeth_txq **txqs, unsigned int nqs, unsigned int depth, unsigned int start, int state) alloc_txqs() argument 419 alloc_xdpqs(struct net_device *dev, unsigned int nqs, unsigned int depth, unsigned int start, int state) alloc_xdpqs() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | cx231xx-video.c | 84 .depth = 16, 718 dev->size = (dev->width * dev->height * dev->format->depth + 7) >> 3; in queue_setup() 837 f->fmt.pix.bytesperline = (dev->width * dev->format->depth + 7) >> 3; in vidioc_g_fmt_vid_cap() 881 f->fmt.pix.bytesperline = (width * fmt->depth + 7) >> 3; in vidioc_try_fmt_vid_cap()
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 1771 int ret, depth; in exec_binprm() local 1780 for (depth = 0;; depth++) { in exec_binprm() 1782 if (depth > 5) in exec_binprm()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | setup-bus.c | 1461 * Carry out a depth-first search on the PCI bus tree to allocate in pci_bus_allocate_resources() 1648 int depth = 0; in pci_bus_get_depth() local 1655 if (ret + 1 > depth) in pci_bus_get_depth() 1656 depth = ret + 1; in pci_bus_get_depth() 1659 return depth; in pci_bus_get_depth() 2033 * Will stop till to the max depth if can not find good one. 2053 dev_info(&bus->dev, "max bus depth: %d pci_try_num: %d\n", in pci_assign_unassigned_root_bus_resources()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gv100.c | 288 case 5: state->or.depth = 30; break; in gv100_head_state() 289 case 4: state->or.depth = 24; break; in gv100_head_state() 290 case 1: state->or.depth = 18; break; in gv100_head_state() 292 state->or.depth = 18; in gv100_head_state()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-core-base.c | 1196 unsigned int depth = 0; in i2c_adapter_depth() local 1199 depth++; in i2c_adapter_depth() 1201 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth() 1202 "adapter depth exceeds lockdep subclass limit\n"); in i2c_adapter_depth() 1204 return depth; in i2c_adapter_depth()
|