Home
last modified time | relevance | path

Searched refs:depth (Results 1826 - 1850 of 3652) sorted by relevance

1...<<71727374757677787980>>...147

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp467 // 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 Dgl4cDirectStateAccessTests.hpp2502 * 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 Di2c-core-base.c1127 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 Dqdm2.c204 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 Dhwcontext_qsv.c210 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 Dgl847.cpp505 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 Dma1509.c1705 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 Dtamarack.c1294 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 Dplustek_pp.c1761 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 Dxerox_mfp.c685 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 Dkvs40xx_opt.c1405 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 Dsp15c.c67 * 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 Dp5.c906 * 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 Dtstbackend.c232 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 Dssl_client2.c565 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 Dradv_formats.c324 /* 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 Dtransfer.cpp108 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 Dtegra_context.c736 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 Dmake.py2399 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 Dencoding.cc919 // 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 Dbrw_vec4.cpp1189 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 Dpack.c761 * 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 Dmake.py2405 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 Dheap-refs.cc923 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 Druntime-object.cc493 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()

Completed in 64 milliseconds

1...<<71727374757677787980>>...147