/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 2815 if ((rmem->nr_pages > 1 || rmem->depth > 0) && !rmem->pg_tbl) { in bnxt_alloc_ring() 2840 if (rmem->nr_pages > 1 || rmem->depth > 0) { in bnxt_alloc_ring() 6919 if (rmem->depth >= 1) { in bnxt_hwrm_set_pg_attr() 6920 if (rmem->depth == 2) in bnxt_hwrm_set_pg_attr() 7047 if (rmem->depth >= 1) in bnxt_alloc_ctx_mem_blk() 7054 u8 depth, bool use_init_val) in bnxt_alloc_ctx_pg_tbls() 7067 if (ctx_pg->nr_pages > MAX_CTX_PAGES || depth > 1) { in bnxt_alloc_ctx_pg_tbls() 7070 rmem->depth = 2; in bnxt_alloc_ctx_pg_tbls() 7090 rmem->depth = 1; in bnxt_alloc_ctx_pg_tbls() 7106 if (rmem->nr_pages > 1 || depth) in bnxt_alloc_ctx_pg_tbls() 7052 bnxt_alloc_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg, u32 mem_size, u8 depth, bool use_init_val) bnxt_alloc_ctx_pg_tbls() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 3070 if ((rmem->nr_pages > 1 || rmem->depth > 0) && !rmem->pg_tbl) { in bnxt_alloc_ring() 3095 if (rmem->nr_pages > 1 || rmem->depth > 0) { in bnxt_alloc_ring() 7144 if (rmem->depth >= 1) { in bnxt_hwrm_set_pg_attr() 7145 if (rmem->depth == 2) in bnxt_hwrm_set_pg_attr() 7280 if (rmem->depth >= 1) in bnxt_alloc_ctx_mem_blk() 7287 u8 depth, struct bnxt_mem_init *mem_init) in bnxt_alloc_ctx_pg_tbls() 7300 if (ctx_pg->nr_pages > MAX_CTX_PAGES || depth > 1) { in bnxt_alloc_ctx_pg_tbls() 7303 rmem->depth = 2; in bnxt_alloc_ctx_pg_tbls() 7323 rmem->depth = 1; in bnxt_alloc_ctx_pg_tbls() 7338 if (rmem->nr_pages > 1 || depth) in bnxt_alloc_ctx_pg_tbls() 7285 bnxt_alloc_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg, u32 mem_size, u8 depth, struct bnxt_mem_init *mem_init) bnxt_alloc_ctx_pg_tbls() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 2249 * Update the fast clear depth/stencil values if the image is bound as a 2250 * depth/stencil buffer. 2275 radeon_emit(cs, fui(ds_clear_value.depth)); in radv_update_bound_fast_clear_ds() 2277 radeon_set_context_reg(cs, R_02802C_DB_DEPTH_CLEAR, fui(ds_clear_value.depth)); in radv_update_bound_fast_clear_ds() 2286 if ((aspects & VK_IMAGE_ASPECT_DEPTH_BIT) && ds_clear_value.depth == 0.0) { in radv_update_bound_fast_clear_ds() 2298 * Set the clear depth/stencil values to the image's metadata. 2319 radeon_emit(cs, fui(ds_clear_value.depth)); in radv_set_ds_clear_metadata() 2328 value = fui(ds_clear_value.depth); in radv_set_ds_clear_metadata() 2384 * depth clear value is 0.0f. in radv_update_tc_compat_zrange_metadata() 2386 cond_val = ds_clear_value.depth in radv_update_tc_compat_zrange_metadata() 8771 radv_CmdTraceRaysKHR(VkCommandBuffer commandBuffer, const VkStridedDeviceAddressRegionKHR *pRaygenShaderBindingTable, const VkStridedDeviceAddressRegionKHR *pMissShaderBindingTable, const VkStridedDeviceAddressRegionKHR *pHitShaderBindingTable, const VkStridedDeviceAddressRegionKHR *pCallableShaderBindingTable, uint32_t width, uint32_t height, uint32_t depth) radv_CmdTraceRaysKHR() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 1436 * Setting line buffer pixel depth to 24bpp yields banding in resource_build_scaling_params() 1442 * problems: Carrizo with DCE_VERSION_11_0 does not like 36 bpp lb depth, in resource_build_scaling_params() 1447 pipe_ctx->plane_res.scl_data.lb_params.depth = LB_PIXEL_DEPTH_36BPP; in resource_build_scaling_params() 1449 pipe_ctx->plane_res.scl_data.lb_params.depth = LB_PIXEL_DEPTH_30BPP; in resource_build_scaling_params() 1464 pipe_ctx->plane_res.scl_data.lb_params.depth = LB_PIXEL_DEPTH_24BPP; in resource_build_scaling_params()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 3016 for (i = 0; i < table->mem_table.depth; i++) { in rvu_dbg_npc_exact_show_entries() 3091 seq_printf(s, "Depth : %d\n", table->mem_table.depth); in rvu_dbg_npc_exact_show_info() 3097 seq_printf(s, "Depth : %d\n", table->cam_table.depth); in rvu_dbg_npc_exact_show_info()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 1554 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth) in maps__set_modules_path_dir() argument 1580 if (depth == 0) { in maps__set_modules_path_dir() 1586 ret = maps__set_modules_path_dir(maps, path, depth + 1); in maps__set_modules_path_dir()
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 2784 depth = 0 2787 depth += line.count('{') - line.count('}') 2788 if not depth:
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 385 int depth = reference.getDepth(); in intThresholdCompare() local 388 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth); in intThresholdCompare() 390 for (int z = 0; z < depth; z++) in intThresholdCompare() 530 VK_STENCIL_OP_ZERO, // depth & stencil pass in stencilOpStateDrawOnce() 531 VK_STENCIL_OP_KEEP, // depth only fail in stencilOpStateDrawOnce() 543 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth & stencil pass in stencilOpStateIncrement() 544 VK_STENCIL_OP_KEEP, // depth only fail in stencilOpStateIncrement() 732 /*depth test*/ false, /*stencil test*/ false, vertexInputConfig, topology, stencilOpStateIncrement(), useFragmentShadingRate); in preparePipelineWrapperSinglePassColor() 1959 case TEST_IMAGE_ASPECT_DEPTH: return "depth"; in getString() 2135 append(vertices, genVerticesFullQuad(RGBA::white().toVec(), DEPTH_REFERENCE)); // fill below the mask, using the depth tes in iterate() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 872 void Init(TYPES tex_type, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum internal_format, 893 glw::GLuint depth, glw::GLenum internal_format); 898 glw::GLuint depth, glw::GLenum format, glw::GLenum type, glw::GLvoid* data);
|
/third_party/python/Lib/test/ |
H A D | test_ast.py | 847 for depth in (fail_depth, crash_depth): 848 broken = prefix + repeated * depth 850 prefix, repeated, depth)
|
H A D | test_pathlib.py | 1735 depth = 30 1738 p = P(base, *(['d']*depth)) 1740 pattern = '/'.join(['*'] * depth) 1746 for i in range(depth):
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 384 int depth = reference.getDepth(); in intThresholdCompare() local 387 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth); in intThresholdCompare() 389 for (int z = 0; z < depth; z++) in intThresholdCompare() 529 VK_STENCIL_OP_ZERO, // depth & stencil pass in stencilOpStateDrawOnce() 530 VK_STENCIL_OP_KEEP, // depth only fail in stencilOpStateDrawOnce() 542 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth & stencil pass in stencilOpStateIncrement() 543 VK_STENCIL_OP_KEEP, // depth only fail in stencilOpStateIncrement() 731 /*depth test*/ false, /*stencil test*/ false, vertexInputConfig, topology, stencilOpStateIncrement(), useFragmentShadingRate); in preparePipelineWrapperSinglePassColor() 1935 case TEST_IMAGE_ASPECT_DEPTH: return "depth"; in getString() 2111 append(vertices, genVerticesFullQuad(RGBA::white().toVec(), DEPTH_REFERENCE)); // fill below the mask, using the depth tes in iterate() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | pmcraid.c | 204 * and max_sectors value will be over-written to 512. It also sets queue depth 271 * pmcraid_change_queue_depth - Change the device's queue depth 273 * @depth: depth to set 276 * actual depth set 278 static int pmcraid_change_queue_depth(struct scsi_device *scsi_dev, int depth) in pmcraid_change_queue_depth() argument 280 if (depth > PMCRAID_MAX_CMD_PER_LUN) in pmcraid_change_queue_depth() 281 depth = PMCRAID_MAX_CMD_PER_LUN; in pmcraid_change_queue_depth() 282 return scsi_change_queue_depth(scsi_dev, depth); in pmcraid_change_queue_depth()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm.c | 799 u32 depth; in qm_get_xqc_depth() local 801 depth = hisi_qm_get_hw_info(qm, qm_basic_info, type, qm->cap_ver); in qm_get_xqc_depth() 802 *low_bits = depth & QM_XQ_DEPTH_MASK; in qm_get_xqc_depth() 803 *high_bits = (depth >> QM_XQ_DEPTH_SHIFT) & QM_XQ_DEPTH_MASK; in qm_get_xqc_depth()
|
/third_party/backends/backend/ |
H A D | epjitsu.c | 2373 params->depth = 8; in sane_get_parameters() 2377 params->depth = 8; in sane_get_parameters() 2381 params->depth = 1; in sane_get_parameters() 2384 DBG (15, "\tdepth %d\n", params->depth); in sane_get_parameters()
|
H A D | microtek.c | 1852 "Gamma Table Size: %d entries of %d bytes (max. depth: %d)\n", in dump_inquiry() 3798 s->params.depth = 1; in sane_get_parameters() 3805 s->params.depth = s->bits_per_color; in sane_get_parameters() 3813 s->params.depth = s->bits_per_color; in sane_get_parameters() 3817 s->params.depth = s->bits_per_color; in sane_get_parameters()
|
H A D | sharp.c | 3111 s->params.depth = 1; in sane_get_parameters() 3118 s->params.depth = 8; in sane_get_parameters() 3125 s->params.depth = 8; in sane_get_parameters() 3463 s->bpp = s->params.depth; in sane_start()
|
H A D | umax.c | 213 static int umax_scsi_maxqueue = 2; /* use command queueing depth 2 as default */ 2478 /* calibration is done with image geometry and depth */ in umax_do_calibration() 2480 DBG(DBG_warning," Calibration is done with selected image geometry and depth!\n"); in umax_do_calibration() 2506 else /* calibration is done with full scanarea and full depth */ in umax_do_calibration() 2508 DBG(DBG_warning," Calibration is done for each CCD pixel with full depth!\n"); in umax_do_calibration() 5231 /* bit depth */ in init_options() 7217 scanner->params.depth = 1; in sane_get_parameters() 7223 scanner->params.depth = 8 * scanner->output_bytes; in sane_get_parameters() 7232 scanner->params.depth = 8; in sane_get_parameters() 7239 scanner->params.depth in sane_get_parameters() [all...] |
/third_party/libbpf/src/ |
H A D | btf.c | 880 int depth = 0; in btf__resolve_type() local 883 while (depth < MAX_RESOLVE_DEPTH && in btf__resolve_type() 888 depth++; in btf__resolve_type() 891 if (depth == MAX_RESOLVE_DEPTH || btf_type_is_void_or_null(t)) in btf__resolve_type()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 1603 void SSL_set_verify_depth(SSL *s, int depth) in SSL_set_verify_depth() argument 1605 X509_VERIFY_PARAM_set_depth(s->param, depth); in SSL_set_verify_depth() 3690 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) in SSL_CTX_set_verify_depth() argument 3692 X509_VERIFY_PARAM_set_depth(ctx->param, depth); in SSL_CTX_set_verify_depth()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 3953 deUint32 depth) 3962 depth); 3974 deUint32 depth) 3989 depth);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 635 (yPlaneExtent.height / verticalSubsampleFactor), yPlaneExtent.depth}; in YuvFormatInfo() 1018 // TODO(ynovikov): http://anglebug.com/2846 Verify support fields of BGRA, depth, stencil 1247 // - All other stencil formats (all depth-stencil) are either float or normalized in BuildInternalFormatInfoMap() 1375 // Unsized depth stencil formats in BuildInternalFormatInfoMap() 1488 // Only expect to get here if there is no depth or stencil bits in the config in GetConfigDepthStencilBufferFormat() 1721 CheckedNumeric<GLuint> checkedDepth(size.depth); in computeCompressedImageSize() 1820 else if (size.height != 0 && (!is3D || size.depth != 0)) in computePackUnpackEndByte() 1830 CheckedNumeric<GLuint> depthMinusOne = size.depth - 1; in computePackUnpackEndByte()
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 1521 void SSL_set_verify_depth(SSL *s, int depth) in SSL_set_verify_depth() argument 1523 X509_VERIFY_PARAM_set_depth(s->param, depth); in SSL_set_verify_depth() 3590 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) in SSL_CTX_set_verify_depth() argument 3592 X509_VERIFY_PARAM_set_depth(ctx->param, depth); in SSL_CTX_set_verify_depth()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 2735 // initialized the image with a depth-only format. 2764 // Clear depth to 0, ensuring the texture's image is allocated. in TEST_P() 2770 // Fill depth with 1.0f. in TEST_P() 2788 // If depth is not set to 1, rendering would fail. in TEST_P() 2873 // initialized the image with a depth/stencil format. 2909 // Clear depth and stencil to 0, ensuring the texture's image is allocated. in TEST_P() 2916 // Fill depth with 1.0f and stencil with 0xD5 in TEST_P() 2934 // If depth is not set to 1, rendering would fail. in TEST_P() 8126 // Test rendering a depth texture with mipmaps. 8278 // Revert to normal framebuffer to test depth shade [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 1518 unsigned int depth = hdmi_bus_fmt_color_depth(hdmi->hdmi_data.enc_out_bus_format);
in hdmi_get_tmdsclock() local 1521 switch (depth) {
in hdmi_get_tmdsclock()
|