/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...] |
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 1127 unsigned int depth = 0;
in i2c_adapter_depth() local 1130 depth++;
in i2c_adapter_depth() 1133 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, "adapter depth exceeds lockdep subclass limit\n");
in i2c_adapter_depth() 1135 return depth;
in i2c_adapter_depth()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qdm2.c | 204 static int qdm2_get_vlc(GetBitContext *gb, const VLC *vlc, int flag, int depth) in qdm2_get_vlc() argument 208 value = get_vlc2(gb, vlc->table, vlc->bits, depth); in qdm2_get_vlc() 233 static int qdm2_get_se_vlc(const VLC *vlc, GetBitContext *gb, int depth) in qdm2_get_se_vlc() argument 235 int value = qdm2_get_vlc(gb, vlc, 0, depth); in qdm2_get_se_vlc()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 210 comp.depth > 8 ? 2 : 1, in qsv_fill_border() 487 surf->Info.BitDepthLuma = desc->comp[0].depth; in qsv_init_surface() 488 surf->Info.BitDepthChroma = desc->comp[0].depth; in qsv_init_surface() 489 surf->Info.Shift = desc->comp[0].depth > 8; in qsv_init_surface()
|
/third_party/backends/backend/genesys/ |
H A D | gl847.cpp | 505 switch (session.params.depth) { in gl847_init_optical_regs_scan() 693 session.params.depth = settings.depth; in calculate_scan_session() 860 session.params.depth = 16; in init_regs_for_shading()
|
/third_party/backends/backend/ |
H A D | ma1509.c | 1705 s->params.depth = 1; in sane_get_parameters() 1711 s->params.depth = 8; in sane_get_parameters() 1718 s->params.depth = 8; in sane_get_parameters() 1725 DBG (4, "sane_get_parameters: frame = %d; last_frame = %s; depth = %d\n", in sane_get_parameters() 1727 s->params.depth); in sane_get_parameters()
|
H A D | tamarack.c | 1294 s->params.depth = 1; in sane_get_parameters() 1298 s->params.depth = 8; in sane_get_parameters() 1302 s->params.depth = 8; in sane_get_parameters() 1315 DBG(1, "Got parameters: format:%d, ppl: %d, bpl:%d, depth:%d, " in sane_get_parameters() 1318 s->params.bytes_per_line, s->params.depth, in sane_get_parameters()
|
H A D | plustek_pp.c | 1761 s->params.depth = mp[s->val[OPT_MODE].w].depth; in sane_get_parameters() 1768 if (s->params.depth == 1) in sane_get_parameters() 1772 s->params.depth / 8; in sane_get_parameters()
|
H A D | xerox_mfp.c | 685 dev->para.depth = 1; in set_parameters() 689 dev->para.depth = 8; in set_parameters() 693 dev->para.depth = 8; in set_parameters() 700 dev->para.depth = 8; in set_parameters()
|
H A D | kvs40xx_opt.c | 1405 p->depth = bps_val[str_index (mode_list, s->val[MODE].s)]; in sane_get_parameters() 1406 p->bytes_per_line = p->depth * p->pixels_per_line / 8; in sane_get_parameters() 1407 if (p->depth > 8) in sane_get_parameters() 1408 p->depth = 8; in sane_get_parameters()
|
H A D | sp15c.c | 67 * Better 4->8 bit depth expansion algorithm (from Mattias Ellert 881 params->depth = 8; in sane_get_parameters() 887 params->depth = 1; in sane_get_parameters() 892 params->depth = 8; in sane_get_parameters() 900 DBG (10, "\tdepth %d\n", params->depth); in sane_get_parameters()
|
H A D | p5.c | 906 * and the other for the hardware. Among these parameters are the bit depth, total 967 session->params.depth = 1; in compute_parameters() 975 session->params.depth = 8; in compute_parameters() 1033 if (session->params.depth == 1) in compute_parameters() 1045 DBG (DBG_data, "compute_parameters: depth =%d\n", in compute_parameters() 1046 session->params.depth); in compute_parameters()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 232 check(FATAL, ((p.depth == 1) || in test_parameters() 233 (p.depth == 8) || in test_parameters() 234 (p.depth == 16)), in test_parameters() 235 "parameter depth is neither 1, 8 or 16 (%d)", p.depth); in test_parameters()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 565 int depth, uint32_t *flags) in my_verify() 570 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify() 574 if (depth == 0) { in my_verify() 585 ((void) depth); in my_verify() 564 my_verify(void *data, mbedtls_x509_crt *crt, int depth, uint32_t *flags) my_verify() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 324 /* hw cannot support mixed formats (except depth/stencil, since only in radv_translate_tex_dataformat() 325 * depth is read).*/ in radv_translate_tex_dataformat() 776 /* Don't support blitting surfaces with depth/stencil. */ in radv_physical_device_get_format_properties() 780 /* Don't support linear depth surfaces */ in radv_physical_device_get_format_properties() 882 /* It's invalid to expose buffer features with depth/stencil formats. */ in radv_physical_device_get_format_properties() 910 /* hw cannot support mixed formats (except depth/stencil, since in radv_translate_colorformat() 1509 maxExtent.depth = 1; in radv_get_image_format_properties() 1516 maxExtent.depth = 1; in radv_get_image_format_properties() 1524 maxExtent.depth = 8192; in radv_get_image_format_properties() 1528 maxExtent.depth in radv_get_image_format_properties() [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 108 size_t depth = img.type() == CL_MEM_OBJECT_IMAGE2D_ARRAY ? img.array_size() : img.depth(); in validate_object() local 109 vector_t size = { img.width(), height, depth }; in validate_object() 153 if (img.width() > max || img.height() > max || img.depth() > max) in validate_object()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 736 const union pipe_color_union *color, double depth, in tegra_clear() 741 context->gpu->clear(context->gpu, buffers, NULL, color, depth, stencil); in tegra_clear() 765 double depth, in tegra_clear_depth_stencil() 776 context->gpu->clear_depth_stencil(context->gpu, dst->gpu, flags, depth, in tegra_clear_depth_stencil() 735 tegra_clear(struct pipe_context *pcontext, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) tegra_clear() argument 762 tegra_clear_depth_stencil(struct pipe_context *pcontext, struct pipe_surface *pdst, unsigned int flags, double depth, unsigned int stencil, unsigned int dstx, unsigned int dsty, unsigned int width, unsigned int height, bool render_condition) tegra_clear_depth_stencil() argument
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | make.py | 2399 base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) 2401 output_file = os.path.join(options.depth, base_path, base_name) 2404 options.depth, options.generator_output, base_path, base_name 2637 depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd())
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 919 // When parsing CBOR, we limit recursion depth for objects and arrays 1969 int depth) { in ParseValue() 1970 if (depth > kStackLimit) { in ParseValue() 2022 ParseValue(start, end, &token_end, depth + 1); in ParseValue() 2071 ParseValue(start, end, &token_end, depth + 1); in ParseValue() 1966 ParseValue(const Char* start, const Char* end, const Char** value_token_end, int depth) ParseValue() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4.cpp | 1189 unsigned depth = 0; in eliminate_find_live_channel() local 1203 depth++; in eliminate_find_live_channel() 1208 depth--; in eliminate_find_live_channel() 1212 if (depth == 0) { in eliminate_find_live_channel()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pack.c | 761 * Unpack a row of depth/z values from memory, returning GLushort, GLuint 782 * artifacts in things like depth peeling which uses glCopyTexImage. in _mesa_unpack_depth_span() 929 /* apply depth scale and bias */ in _mesa_unpack_depth_span() 1000 * Pack an array of depth values. The values are floats in [0,1]. 1136 * Pack depth and stencil values as GL_DEPTH_STENCIL (GL_UNSIGNED_INT_24_8 etc) 1203 GLsizei width, GLsizei height, GLsizei depth, in _mesa_unpack_image() 1213 if (width <= 0 || height <= 0 || depth <= 0) in _mesa_unpack_image() 1243 = malloc(bytesPerRow * height * depth); in _mesa_unpack_image() 1250 for (img = 0; img < depth; img++) { in _mesa_unpack_image() 1705 * Unpack depth/stenci 1202 _mesa_unpack_image( GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack ) _mesa_unpack_image() argument [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | make.py | 2405 base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) 2407 output_file = os.path.join(options.depth, base_path, base_name) 2410 options.depth, options.generator_output, base_path, base_name 2665 depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd())
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 923 ContextRef ContextRef::previous(size_t* depth) const { in previous() 924 DCHECK_NOT_NULL(depth); in previous() 927 while (*depth != 0 && current.unchecked_previous().IsContext()) { in previous() 929 (*depth)--; in previous()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 493 int depth = args.smi_value_at(3); in RUNTIME_FUNCTION() local 508 // Look for the context in |depth| in the context chain to store it in RUNTIME_FUNCTION() 511 DCHECK_GE(depth, 0); in RUNTIME_FUNCTION() 512 for (; depth > 0; depth--) { in RUNTIME_FUNCTION()
|