/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tdfxfb.c | 442 DPRINTK("depth not supported: %u\n", var->bits_per_pixel); in tdfxfb_check_var() 538 DPRINTK("Checking graphics mode at %dx%d depth %d\n", in tdfxfb_check_var() 731 DPRINTK("Graphics mode is now set at %dx%d depth %d\n", in tdfxfb_set_par() 780 DPRINTK("bad depth %u\n", info->var.bits_per_pixel); in tdfxfb_setcolreg() 948 int size = image->height * ((image->width * image->depth + 7) >> 3); in tdfxfb_imageblit() 959 if (image->depth != 1) { in tdfxfb_imageblit() 1051 cursor->image.depth > 1) in tdfxfb_cursor()
|
H A D | tgafb.c | 896 /* If a mono image, regardless of FB depth, go do it. */ 897 if (image->depth == 1) { 906 if (image->depth == info->var.bits_per_pixel) { 912 if (!is8bpp && image->depth == 8) {
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | main.c | 489 /* Fifo occupancy cannot be greater the MAX FIFO depth */ in __wait_for_fifo_occupancy_below_th() 612 /* MAP HW window 2 for reading db fifo depth */ in bnxt_re_initialize_dbr_pacing() 703 req.length = cpu_to_le32(ring_attr->depth + 1); in bnxt_re_net_ring_alloc() 1186 rattr.depth = BNXT_QPLIB_NQE_MAX_CNT - 1; in bnxt_re_alloc_res() 1504 rattr.depth = BNXT_QPLIB_CREQE_MAX_CNT - 1; in bnxt_re_dev_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | txrx.c | 954 int refill_cnt = 0, depth = 0; in ath6kl_alloc_amsdu_rxbuf() local 975 depth++; in ath6kl_alloc_amsdu_rxbuf() 977 refill_cnt = ATH6KL_MAX_AMSDU_RX_BUFFERS - depth; in ath6kl_alloc_amsdu_rxbuf()
|
/third_party/ffmpeg/libavcodec/ |
H A D | error_resilience.c | 396 int i, depth, num_avail; in guess_mv() local 472 for (depth = 0; ; depth++) { in guess_mv()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 1699 0x800000: depth (for 3d textures) 1705 uint32_t depth; member 1822 unsigned int dim_z = (hdr.flags & 0x800000) ? hdr.depth : 1; in load_dds_uncompressed_image() 2090 hdr.depth = dim_z; in store_dds_uncompressed_image()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 187 v3dv_zs_buffer(bool depth, bool stencil) in v3dv_zs_buffer() argument 189 if (depth && stencil) in v3dv_zs_buffer() 191 else if (depth) in v3dv_zs_buffer() 281 * "When an image view of a depth/stencil image is used as a in cmd_buffer_render_pass_emit_loads() 282 * depth/stencil framebuffer attachment, the aspectMask is ignored in cmd_buffer_render_pass_emit_loads() 283 * and both depth and stencil image subresources are used." in cmd_buffer_render_pass_emit_loads() 286 * view for the depth/stencil attachment, but we still need to restrict in cmd_buffer_render_pass_emit_loads() 458 * "When an image view of a depth/stencil image is used as a in cmd_buffer_render_pass_emit_stores() 459 * depth/stencil framebuffer attachment, the aspectMask is ignored in cmd_buffer_render_pass_emit_stores() 460 * and both depth an in cmd_buffer_render_pass_emit_stores() [all...] |
/third_party/littlefs/runners/ |
H A D | test_runner.c | 1717 size_t depth) { in run_powerloss_exhaustive_layer() 1729 lfs_emubd_setpowercycles(state.cfg, depth > 0 ? 1 : 0); in run_powerloss_exhaustive_layer() 1764 cfg, bdcfg, depth-1); in run_powerloss_exhaustive_layer() 1711 run_powerloss_exhaustive_layer( struct powerloss_exhaustive_cycles *cycles, const struct test_suite *suite, const struct test_case *case_, struct lfs_config *cfg, struct lfs_emubd_config *bdcfg, size_t depth) run_powerloss_exhaustive_layer() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd_vgpu10.c | 374 /* no depth/stencil buffer - still need a relocation */ in SVGA3D_vgpu10_SetRenderTargets() 696 float depth) in SVGA3D_vgpu10_ClearDepthStencilView() 718 cmd->depth = depth; in SVGA3D_vgpu10_ClearDepthStencilView() 692 SVGA3D_vgpu10_ClearDepthStencilView(struct svga_winsys_context *swc, struct pipe_surface *ds_surf, uint16 flags, uint16 stencil, float depth) SVGA3D_vgpu10_ClearDepthStencilView() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 606 _debug_printf("\t\t.depth = %u\n", (*cmd).depth); in dump_SVGA3dSize() 1321 _debug_printf("\t\t.depth = %f\n", (*cmd).depth); in dump_SVGA3dCmdClear() 1676 SVGA3D_DUMP_PARAMETER(depth, f); in SVGA3D_DUMP_HEADER()
|
/third_party/node/lib/internal/ |
H A D | errors.js | 809 depth: MathMax(inspect.defaultOptions.depth, 5), 886 return `${lazyInternalUtilInspect().inspect(value, { depth: -1 })}`;
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor_test.cc | 1015 std::vector<uint8_t> MakeNestedCBOR(int depth) { in MakeNestedCBOR() argument 1018 for (int ii = 0; ii < depth; ++ii) { in MakeNestedCBOR() 1025 for (int ii = 0; ii < depth; ++ii) { in MakeNestedCBOR()
|
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 355 mdns_readname_loop(struct pbuf *p, u16_t offset, struct mdns_domain *domain, unsigned depth) in mdns_readname_loop() argument 360 if (depth > 5) { in mdns_readname_loop() 379 /* Recursive call, maximum depth will be checked */ in mdns_readname_loop() 380 res = mdns_readname_loop(p, jumpaddr, domain, depth + 1); in mdns_readname_loop()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 179 TNode<Uint32T> depth) { in GetContextAtDepth() 181 TVARIABLE(Uint32T, cur_depth, depth); in GetContextAtDepth() 187 // Fast path if the depth is 0. in GetContextAtDepth() 188 Branch(Word32Equal(depth, Int32Constant(0)), &context_found, &context_search); in GetContextAtDepth() 190 // Loop until the depth is 0. in GetContextAtDepth() 178 GetContextAtDepth(TNode<Context> context, TNode<Uint32T> depth) GetContextAtDepth() argument
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 448 .depth = 1, in wsi_configure_image() 1233 assert(pCreateInfo->extent.depth == swcInfo->extent.depth); in wsi_common_create_swapchain_image()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 240 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for depth attachments"); in checkAdditionalRasterizationFlags() 863 // Check depth/stencil format support if needed. in checkSupport() 868 TCU_THROW(NotSupportedError, "No support for any of the required depth/stencil formats"); in checkSupport() 1495 clearValue.depth = 0.0; in addClearDepthStencil() 1656 deUint32 inputNum, bool integerFormat, bool depth, bool stencil) in createRasterizationOrderAttachmentAccessTestVariations() 1702 if (depth) in createRasterizationOrderAttachmentAccessTestVariations() 1770 tcu::TestCaseGroup *depth_gr = new tcu::TestCaseGroup(testCtx, "depth", "Tests depth rasterization order" ); in createRasterizationOrderAttachmentAccessTests() 1654 createRasterizationOrderAttachmentAccessTestVariations( tcu::TestContext& testCtx, tcu::TestCaseGroup *gr, const string &prefix_name, const string &prefix_desc, deUint32 inputNum, bool integerFormat, bool depth, bool stencil) createRasterizationOrderAttachmentAccessTestVariations() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 259 TCU_THROW(NotSupportedError, "Format can't be used as depth stencil attachment"); in createImage() 300 0, // depth in createImage() 1517 float depth = 0.0f; in iterateInternal() local 1523 depth += (range / (float)divider) in iterateInternal() 1528 reference.getAccess().setPixel(Vec4(depth, 0.0f, 0.0f, 0.0f), x, y); in iterateInternal() 1764 "\thighp float depth;\n" in init() 1785 "\tgl_FragDepth = depth;\n" in init() 2038 splitShader << "\thighp float depth" << attachmentNdx << " = subpassLoad(i_depth, int(" << MAX_COLOR_ATTACHMENT_COUNT << " * pushConstants.splitSubpassIndex + " << attachmentNdx << "u)).x;\n"; in init() 2044 splitShader << "\to_color" << attachmentNdx << " = vec2(depth" << attachmentNdx << ", float(stencil" << attachmentNdx << "));\n"; in init() 2046 splitShader << "\to_color" << attachmentNdx << " = float(depth" << attachmentNd in init() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FramebufferGL.cpp | 619 GLfloat depth, in clearBufferfi() 631 functions->clearBufferfi(buffer, drawbuffer, depth, stencil); in clearBufferfi() 639 nullptr, depth, stencil); in clearBufferfi() 616 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 802 spirv::LiteralInteger depth; in declareType() local 807 getImageTypeParameters(type.type, &sampledType, &dim, &depth, &arrayed, &multisampled, in declareType() 812 spirv::WriteTypeImage(&mSpirvTypeAndConstantDecls, typeId, sampledType, dim, depth, arrayed, in declareType() 1187 // - For depth: 0 = non-depth, 1 = depth in getImageTypeParameters()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcFramebufferCompleteness.cpp | 63 GLsizei depth, GLint border, GLenum format, GLenum type, const void* data); 103 GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* data) in texImage3D() 106 gl.texImage3D(target, level, internalFormat, width, height, depth, border, format, type, data); in texImage3D() 555 "Color/Depth/Stencil attachment texture must have a color/depth/stencil" // string description 102 texImage3D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* data) texImage3D() argument
|
/third_party/vk-gl-cts/external/amber/src/src/dawn/ |
H A D | engine_dawn.cc | 158 descriptor.size.depth = 1; in MakeTexture() 185 descriptor.size.depth = 1; in MakeDawnTexture() 950 return Result("The depth/stencil attachment has no format!"); in CreateRenderPipelineDescriptor() 1119 // Set defaults for the depth stencil state descriptors. in CreateRenderPipelineDescriptor() 1206 return Result("The depth/stencil attachment has no format!"); in CreateRenderPassDescriptor() 1220 depthStencilDescriptor.size.depth = 1; in CreateRenderPassDescriptor() 1554 // Attach depth-stencil texture in AttachBuffersAndTextures() 1561 "AttachBuffersAndTextures: The depth/stencil attachment has no " in AttachBuffersAndTextures()
|
/third_party/python/Lib/test/ |
H A D | test_compile.py | 562 # the stack depth limit in the test suite code 573 for depth in (fail_depth, crash_depth): 574 broken = prefix + repeated * depth 576 prefix, repeated, depth)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 650 const int depth = deMax32(caseDef.attachmentSize.z(), caseDef.numLayers); in test() local 651 tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth); in test() 653 const tcu::ConstPixelBufferAccess resultImage (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth, colorBufferAlloc->getHostPtr()); in test()
|
H A D | vktPipelineMiscTests.cpp | 397 const tcu::IVec3 iExtent (static_cast<int>(m_extent.width), static_cast<int>(m_extent.height), static_cast<int>(m_extent.depth)); in iterate() 672 const tcu::IVec3 colorExtentVec (static_cast<int>(colorExtent.width), static_cast<int>(colorExtent.height), static_cast<int>(colorExtent.depth)); in iterate() 733 const auto verificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(tcuFormat)) * colorExtent.width * colorExtent.height * colorExtent.depth; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 240 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for depth attachments"); in checkAdditionalRasterizationFlags() 863 // Check depth/stencil format support if needed. in checkSupport() 868 TCU_THROW(NotSupportedError, "No support for any of the required depth/stencil formats"); in checkSupport() 1492 clearValue.depth = 0.0; in addClearDepthStencil() 1653 deUint32 inputNum, bool integerFormat, bool depth, bool stencil) in createRasterizationOrderAttachmentAccessTestVariations() 1695 if (depth) in createRasterizationOrderAttachmentAccessTestVariations() 1765 tcu::TestCaseGroup *depth_gr = new tcu::TestCaseGroup(testCtx, "depth", "Tests depth rasterization order" ); in createRasterizationOrderAttachmentAccessTests() 1651 createRasterizationOrderAttachmentAccessTestVariations( tcu::TestContext& testCtx, tcu::TestCaseGroup *gr, const string &prefix_name, const string &prefix_desc, deUint32 inputNum, bool integerFormat, bool depth, bool stencil) createRasterizationOrderAttachmentAccessTestVariations() argument
|