/third_party/skia/third_party/externals/angle2/util/ozone/ |
H A D | OzoneWindow.cpp | 28 mNative.depth = sLastDepth++; in initializeImpl()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.h | 49 uint64_t depth,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
H A D | NativeBufferImageSiblingAndroid.cpp | 27 &mSize.depth, &pixelFormat, &usage); in initialize()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | apparmorfs.c | 1565 int depth = 0; in profile_depth() local 1568 for (depth = 0; profile; profile = rcu_access_pointer(profile->parent)) in profile_depth() 1569 depth++; in profile_depth() 1572 return depth; in profile_depth() 1575 static char *gen_symlink_name(int depth, const char *dirname, const char *fname) in gen_symlink_name() argument 1579 int size = depth * 6 + strlen(dirname) + strlen(fname) + 11; in gen_symlink_name() 1585 for (; depth > 0; depth--) { in gen_symlink_name() 1614 int depth; in rawdata_get_link_base() local 1621 depth in rawdata_get_link_base() [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | apparmorfs.c | 1584 int depth = 0; in profile_depth() local 1587 for (depth = 0; profile; profile = rcu_access_pointer(profile->parent)) in profile_depth() 1588 depth++; in profile_depth() 1591 return depth; in profile_depth() 1594 static char *gen_symlink_name(int depth, const char *dirname, const char *fname) in gen_symlink_name() argument 1598 int size = depth * 6 + strlen(dirname) + strlen(fname) + 11; in gen_symlink_name() 1604 for (; depth > 0; depth--) { in gen_symlink_name() 1633 int depth; in rawdata_get_link_base() local 1640 depth in rawdata_get_link_base() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_user.c | 1159 u32 depth = 0, saved_offset = *offset; in user_event_parse_field() local 1204 depth++; in user_event_parse_field() 1209 switch (depth++) { in user_event_parse_field() 1228 if (depth < FIELD_DEPTH_SIZE || !name) in user_event_parse_field() 1231 if (depth == FIELD_DEPTH_SIZE) in user_event_parse_field() 1371 int pos = 0, depth = 0; in user_event_set_print_fmt() local 1377 if (depth != 0) in user_event_set_print_fmt() 1383 depth++; in user_event_set_print_fmt() 1775 int depth = 0; in user_event_show() local 1782 if (depth in user_event_show() [all...] |
/third_party/backends/backend/ |
H A D | matsushita.c | 1429 window[34] = dev->depth; in matsushita_set_window() 1577 switch (dev->depth) in matsushita_fill_image() 1620 /* Adjust from a depth of 4 bits ([0..15]) to in matsushita_fill_image() 1621 * a depth of 8 bits ([0..255]) */ in matsushita_fill_image() 2019 dev->depth = 1; in sane_control_option() 2040 dev->depth = 4; in sane_control_option() 2047 dev->depth = 8; in sane_control_option() 2209 if (dev->depth == 4) in sane_get_parameters() 2211 dev->params.depth = 8; in sane_get_parameters() 2215 dev->params.depth in sane_get_parameters() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_read_image.cpp | 399 int16 depth; member 483 node->depth = 1; in InitTable() 512 node->depth = 1 + parentNode->depth; in AddTable() 684 const int32 depth = fTable [code].depth; in Expand() local 686 if (depth < dCount) in Expand() 689 dCount -= depth; in Expand() 691 dPtr += depth; in Expand() 741 const int32 skip = depth in Expand() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 137 // Reinterpret layers as depth slices in clear() 139 for(uint32_t depth = subresourceRange.baseArrayLayer; depth <= lastLayer; depth++) in clear() 141 data.dest = dest->getTexelPointer({ 0, 0, static_cast<int32_t>(depth) }, subres); in clear() 149 for(uint32_t depth = 0; depth < extent.depth; depth++) in clear() 151 data.dest = dest->getTexelPointer({ 0, 0, static_cast<int32_t>(depth) }, subre in clear() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpe.c | 888 bytes_per_line = ALIGN((spix->width * mv->depth) >> 3, in set_srcdst_params() 1035 stride = ALIGN((pix->width * vpdma_fmt->depth) >> 3, in add_out_dtd() 1102 stride = ALIGN((pix->width * vpdma_fmt->depth) >> 3, in add_in_dtd() 1157 bpp = vpdma_fmt->depth >> 3; in add_in_dtd() 1602 int i, depth, depth_bytes, height; in __vpe_try_fmt() local 1618 depth = fmt->vpdma_fmt[VPE_LUMA]->depth; in __vpe_try_fmt() 1625 depth_bytes = depth >> 3; in __vpe_try_fmt() 1689 depth = fmt->vpdma_fmt[i]->depth; in __vpe_try_fmt() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | 888 bytes_per_line = ALIGN((spix->width * mv->depth) >> 3, in set_srcdst_params() 1035 stride = ALIGN((pix->width * vpdma_fmt->depth) >> 3, in add_out_dtd() 1102 stride = ALIGN((pix->width * vpdma_fmt->depth) >> 3, in add_in_dtd() 1157 bpp = vpdma_fmt->depth >> 3; in add_in_dtd() 1602 int i, depth, depth_bytes, height; in __vpe_try_fmt() local 1618 depth = fmt->vpdma_fmt[VPE_LUMA]->depth; in __vpe_try_fmt() 1625 depth_bytes = depth >> 3; in __vpe_try_fmt() 1688 depth = fmt->vpdma_fmt[i]->depth; in __vpe_try_fmt() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 1382 int channels = 0, order = 0, depth = 0, step = 0; in opencl_get_plane_format() local 1413 if (comp->shift + comp->depth != 8 && in opencl_get_plane_format() 1414 comp->shift + comp->depth != 16 && in opencl_get_plane_format() 1415 comp->shift + comp->depth != 32) in opencl_get_plane_format() 1417 // The depth must not vary between components. in opencl_get_plane_format() 1418 if (depth && comp->depth != depth) in opencl_get_plane_format() 1422 if (comp->depth > 8 && in opencl_get_plane_format() 1430 depth in opencl_get_plane_format() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_texture.c | 83 src_box->height, src_box->depth)) in r600_prepare_for_dma_blit() 123 blit.dst.box.depth = src_box->depth; in r600_copy_region_with_blit() 160 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in r600_copy_from_staging_texture() 378 /* This fails with MSAA, depth, and compressed textures. */ in r600_reallocate_texture_inplace() 922 /* Tiled depth textures utilize the non-displayable tile order. in r600_texture_create_object() 1210 R600_ERR("failed to create temporary texture to hold flushed depth\n"); in r600_init_flushed_depth_texture() 1238 if (box->depth > 1 && util_max_layer(orig, level) > 0) { in r600_init_temp_resource_from_box() 1240 res->array_size = box->depth; in r600_init_temp_resource_from_box() 1259 box->depth); in r600_can_invalidate_texture() 1611 float depth; r600_clear_texture() local [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 251 // LdaContextSlot <context> <slot_index> <depth> 253 // Load the object in |slot_index| of the context at |depth| in the context 258 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER() local 259 TNode<Context> slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() 265 // LdaImmutableContextSlot <context> <slot_index> <depth> 267 // Load the object in |slot_index| of the context at |depth| in the context 272 TNode<Uint32T> depth = BytecodeOperandUImm(2); in IGNITION_HANDLER() local 273 TNode<Context> slot_context = GetContextAtDepth(context, depth); in IGNITION_HANDLER() 301 // StaContextSlot <context> <slot_index> <depth> 304 // |depth| i 309 TNode<Uint32T> depth = BytecodeOperandUImm(2); IGNITION_HANDLER() local 362 TNode<Uint32T> depth = BytecodeOperandUImm(2); LookupContextSlot() local 413 TNode<Uint32T> depth = BytecodeOperandUImm(2); LookupGlobalSlot() local 768 TNode<Uint32T> depth = BytecodeOperandUImm(1); IGNITION_HANDLER() local 813 TNode<Uint32T> depth = BytecodeOperandUImm(1); IGNITION_HANDLER() local [all...] |
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 653 struct dentry *parent, uint32_t depth) in bpmp_populate_dir() 665 if (d < depth) { in bpmp_populate_dir() 669 } else if (d != depth) { in bpmp_populate_dir() 685 err = bpmp_populate_dir(bpmp, seqbuf, dentry, depth+1); in bpmp_populate_dir() 652 bpmp_populate_dir(struct tegra_bpmp *bpmp, struct seqbuf *seqbuf, struct dentry *parent, uint32_t depth) bpmp_populate_dir() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom.c | 326 const char *uname, int depth, in early_init_dt_scan_cpus() 438 int depth, void *data) in early_init_dt_scan_chosen_ppc() 738 int depth, void *data) in early_init_dt_scan_model() 742 if (depth != 0) in early_init_dt_scan_model() 325 early_init_dt_scan_cpus(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_cpus() argument 436 early_init_dt_scan_chosen_ppc(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_chosen_ppc() argument 737 early_init_dt_scan_model(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_model() argument
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glops.c | 411 u16 height, depth; in gfs2_dinode_in() local 452 depth = be16_to_cpu(str->di_depth); in gfs2_dinode_in() 453 if (unlikely(depth > GFS2_DIR_MAX_DEPTH)) in gfs2_dinode_in() 455 ip->i_depth = (u8)depth; in gfs2_dinode_in()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | arch_topology.c | 549 int cluster_id, int depth) in parse_cluster() 569 ret = parse_cluster(c, package_id, i, depth + 1); in parse_cluster() 570 if (depth > 0) in parse_cluster() 587 if (depth == 0) { in parse_cluster() 548 parse_cluster(struct device_node *cluster, int package_id, int cluster_id, int depth) parse_cluster() argument
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glops.c | 407 u16 height, depth; in gfs2_dinode_in() local 455 depth = be16_to_cpu(str->di_depth); in gfs2_dinode_in() 456 if (unlikely(depth > GFS2_DIR_MAX_DEPTH)) in gfs2_dinode_in() 458 ip->i_depth = (u8)depth; in gfs2_dinode_in()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vmnc.c | 335 int dx, dy, w, h, depth, enc, chunks, res, size_left, ret; in decode_frame() local 450 depth = bytestream2_get_byte(gb); in decode_frame() 451 if (depth != c->bpp) { in decode_frame() 455 c->bpp, depth); in decode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_floodfill.c | 243 int depth; in config_input() local 246 depth = desc->comp[0].depth; in config_input() 247 if (depth == 8) { in config_input()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_lrz.c | 13 /* Low-resolution Z buffer is very similar to a depth prepass that helps 15 * be subsequently discarded by the depth test afterwards. 20 * In the binning pass it is possible to store the depth value of each 21 * vertex into internal low resolution depth buffer and quickly test 27 * - Writing depth while: 28 * - Changing direction of depth test (e.g. from OP_GREATER to OP_LESS); 30 * - Clearing depth with vkCmdClearAttachments; 31 * - (pre-a650) Not clearing depth attachment with LOAD_OP_CLEAR; 39 * unknown direction, the direction is set first time when depth write occurs 53 * - Parameters of the last used depth vie [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder_print_visitor.cpp | 91 is_simple_operand(const ir_rvalue *ir, unsigned depth = 1) in is_simple_operand() 93 if (depth == 0) in is_simple_operand() 117 is_simple_operand(swiz->val, depth); in is_simple_operand() 124 if (!is_simple_operand(expr->operands[i], depth - 1)) in is_simple_operand()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_helpers.c | 368 int depth, int level, unsigned *error, in dri2_create_from_texture() 392 face = depth; in dri2_create_from_texture() 405 if (target == GL_TEXTURE_3D && obj->Image[face][level]->Depth < depth) { in dri2_create_from_texture() 417 img->layer = depth; in dri2_create_from_texture() 367 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture, int depth, int level, unsigned *error, void *loaderPrivate) dri2_create_from_texture() argument
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_send.py | 111 if p.depth: 244 GLint width, GLint height, GLint depth, GLenum format, GLenum type, 255 depth = reply.pad5; 258 if ((depth == 0) || (max_dim < 3)) { depth = 1; } 277 __glEmptyImage(gc, 3, width, height, depth, format, type, 545 [dim, width, height, depth, extent] = param.get_dimensions() 572 print(' __glFillImage(gc, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr)) 577 print('__glXSendLargeImage(gc, compsize, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr)) 717 d = "reply->depth" [all...] |