Home
last modified time | relevance | path

Searched refs:depth (Results 2201 - 2225 of 5087) sorted by relevance

1...<<81828384858687888990>>...204

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.cpp121 if (imageType.depth) { in ExtractSpirvInfo()
177 DAWN_INVALID_IF(imageType.depth, in ExtractSpirvInfo()
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.cpp317 int depth = DefaultDepth(mDisplay, screen); in initializeImpl() local
329 mWindow = XCreateWindow(mDisplay, root, 0, 0, width, height, 0, depth, InputOutput, visual, in initializeImpl()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_context.h481 bool GoDeeperInConstantObfuscation(uint32_t depth) { in GoDeeperInConstantObfuscation() argument
482 return go_deeper_in_constant_obfuscation_(depth, random_generator_.get()); in GoDeeperInConstantObfuscation()
/third_party/spirv-tools/test/val/
H A Dval_limits_test.cpp599 // Valid: Structure nesting depth of 255.
614 // Invalid: Structure nesting depth of 256.
633 // Valid: Structure nesting depth of 100 (limit is 100).
650 // Invalid: Structure nesting depth of 101 (limit is 100).
672 // Generates an SPIRV program with the given control flow nesting depth
673 void GenerateSpirvProgramWithCfgNestingDepth(std::string& str, int depth) { in GenerateSpirvProgramWithCfgNestingDepth() argument
693 int num_if_conditions = depth-1; in GenerateSpirvProgramWithCfgNestingDepth()
719 // Invalid: Control Flow Nesting depth is 1024. (limit is 1023).
726 HasSubstr("Maximum Control Flow nesting depth exceeded.")); in TEST_F()
729 // Valid: Control Flow Nesting depth i
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderMetamorphicTests.cpp276 const int depth = 0; in sanityComparePixels() local
284 tcu::Vec4 RGBA = img.getPixel(x, y, depth); in sanityComparePixels()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new.h240 int depth, const char *subject,
551 int depth, in wpas_dbus_signal_certification()
550 wpas_dbus_signal_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) wpas_dbus_signal_certification() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c151 wpa_printf(MSG_INFO, "authsrv: certificate chain failure: reason=%d depth=%d subject='%s' err='%s'", in authsrv_tls_event()
153 data->cert_fail.depth, in authsrv_tls_event()
158 wpa_printf(MSG_DEBUG, "authsrv: peer certificate: depth=%d serial_num=%s subject=%s", in authsrv_tls_event()
159 data->peer_cert.depth, in authsrv_tls_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.h245 int depth, const char *subject,
563 int depth, in wpas_dbus_signal_certification()
562 wpas_dbus_signal_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) wpas_dbus_signal_certification() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.cpp33 unsigned int depth, in ComputeMippedMemoryUsage()
43 unsigned int mipDepth = std::max(depth >> level, 1u); in ComputeMippedMemoryUsage()
31 ComputeMippedMemoryUsage(unsigned int width, unsigned int height, unsigned int depth, uint64_t pixelSize, unsigned int mipLevels) ComputeMippedMemoryUsage() argument
/third_party/mesa3d/include/GL/
H A Dglext.h112 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
113 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
117 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
118 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
223 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
226 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
270 GLAPI void APIENTRY glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
273 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1177 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
1262 GLAPI void APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLin
[all...]
H A Dglcorearb.h281 typedef void (APIENTRYP PFNGLCLEARDEPTHPROC) (GLdouble depth);
330 GLAPI void APIENTRY glClearDepth (GLdouble depth);
470 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
471 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
475 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
476 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
544 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
547 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
554 GLAPI void APIENTRY glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
557 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenu
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h110 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
111 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
115 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
116 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
221 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
224 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
268 GLAPI void APIENTRY glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
271 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1176 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
1261 GLAPI void APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLin
[all...]
H A Dglcorearb.h280 typedef void (APIENTRYP PFNGLCLEARDEPTHPROC) (GLdouble depth);
329 GLAPI void APIENTRY glClearDepth (GLdouble depth);
469 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
470 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
474 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
475 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
543 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
546 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
553 GLAPI void APIENTRY glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
556 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenu
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h110 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
111 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
115 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
116 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
221 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
224 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
268 GLAPI void APIENTRY glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
271 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
1176 typedef void (APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
1261 GLAPI void APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLin
[all...]
H A Dglcorearb.h280 typedef void (APIENTRYP PFNGLCLEARDEPTHPROC) (GLdouble depth);
329 GLAPI void APIENTRY glClearDepth (GLdouble depth);
469 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
470 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
474 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
475 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
543 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
546 typedef void (APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
553 GLAPI void APIENTRY glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
556 GLAPI void APIENTRY glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenu
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp3216 std::list<AccessibilityElementInfo>& infos, int32_t depth, int64_t accessibilityId, bool isRoot) in DumpAccessibilityElementInfosTreeNG()
3251 DumpLog::GetInstance().Print(depth, accessibilityInfo.GetComponentType(), accessibilityInfo.GetChildCount()); in DumpAccessibilityElementInfosTreeNG()
3252 depth ++; in DumpAccessibilityElementInfosTreeNG()
3255 DumpAccessibilityElementInfosTreeNG(infos, depth, child, false); in DumpAccessibilityElementInfosTreeNG()
3260 const RefPtr<NG::FrameNode>& node, int32_t depth, const CommonProperty& commonProperty, int32_t childSize) in DumpTreeNodeInfoNG()
3296 DumpLog::GetInstance().Print(depth, node->GetTag(), childSize); in DumpTreeNodeInfoNG()
3424 const RefPtr<NG::FrameNode>& node, int32_t depth, const CommonProperty& commonProperty, int32_t childSize) in DumpTreeNodeSimplifyInfoNG()
3428 DumpLog::GetInstance().Print(depth, node->GetTag(), childSize); in DumpTreeNodeSimplifyInfoNG()
3431 void JsAccessibilityManager::DumpTreeAccessibilityNodeNG(const RefPtr<NG::UINode>& uiNodeParent, int32_t depth, in DumpTreeAccessibilityNodeNG() argument
3448 DumpTreeNodeInfoNG(vNode, depth in DumpTreeAccessibilityNodeNG()
3215 DumpAccessibilityElementInfosTreeNG( std::list<AccessibilityElementInfo>& infos, int32_t depth, int64_t accessibilityId, bool isRoot) DumpAccessibilityElementInfosTreeNG() argument
3259 DumpTreeNodeInfoNG( const RefPtr<NG::FrameNode>& node, int32_t depth, const CommonProperty& commonProperty, int32_t childSize) DumpTreeNodeInfoNG() argument
3423 DumpTreeNodeSimplifyInfoNG( const RefPtr<NG::FrameNode>& node, int32_t depth, const CommonProperty& commonProperty, int32_t childSize) DumpTreeNodeSimplifyInfoNG() argument
3455 DumpTreeNG(const RefPtr<NG::FrameNode>& parent, int32_t depth, int64_t nodeID, const CommonProperty& commonProperty, bool isDumpSimplify) DumpTreeNG() argument
3510 DumpTree(int32_t depth, int64_t nodeID, bool isDumpSimplify) DumpTree() argument
6068 DumpTreeNodeInfoInJson( const RefPtr<NG::FrameNode>& node, int32_t depth, const CommonProperty& commonProperty, int32_t childSize) DumpTreeNodeInfoInJson() argument
[all...]
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp417 UINT_32 mip0Depth, ///< [in] mip0 depth in GetMetaMipInfo()
520 pInfo[mip].depth = dataThick ? mipDepth : 1; in GetMetaMipInfo()
697 pOut->depth = numMetaBlkZ * metaBlkDim.d; in HwlComputeDccInfo()
1671 // Fmask or depth in GetDataEquation()
1881 UINT_32 metaBlkDepthLog2, ///< [in] meta block depth in GenMetaEquation()
1884 UINT_32 compBlkDepthLog2) ///< [in] compress block depth in GenMetaEquation()
3231 const BOOL_32 zbuffer = flags.depth || flags.stencil;
3308 const BOOL_32 zbuffer = flags.depth || flags.stencil;
3584 // When depth (Z) is the maximum dimension then must use one of the SW_*_S
3629 if (pIn->flags.fmask || pIn->flags.depth || pI
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c40 /* get_component_bits doesn't work with depth/stencil formats: */ in format_to_ifmt()
96 clear_value[0] = tu_pack_float32_for_unorm(val->depthStencil.depth, 24); in r2d_clear_value()
104 clear_value[0] = fui(val->depthStencil.depth); in r2d_clear_value()
351 /* preserve depth channels */ in r2d_setup_common()
487 /* c0.z is used to clear depth */ in build_clear_vs_shader()
488 nir_ssa_def *depth = load_const(b, 2, 1); in build_clear_vs_shader() local
494 depth, nir_imm_float(b, 1.0)); in build_clear_vs_shader()
867 uint32_t tmp = tu_pack_float32_for_unorm(val->depthStencil.depth, 24); in r3d_clear_value()
875 tu_cs_emit(cs, fui(val->depthStencil.depth)); in r3d_clear_value()
1028 /* patch the format so that depth/stenci in r3d_src_gmem()
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c171 * q_usage_counter, otherwise this increases the freeze depth in blk_freeze_queue()
370 /* alloc_time includes depth and tag waits */ in __blk_mq_alloc_request()
457 /* alloc_time includes depth and tag waits */ in blk_mq_alloc_request_hctx()
1943 unsigned int depth = 1; in blk_mq_flush_plug_list() local
1950 depth++; in blk_mq_flush_plug_list()
1954 trace_block_unplug(head_rq->q, depth, !from_schedule); in blk_mq_flush_plug_list()
2444 unsigned int hctx_idx, unsigned int depth) in blk_mq_alloc_rqs()
2462 left = rq_size * depth; in blk_mq_alloc_rqs()
2464 for (i = 0; i < depth; ) { in blk_mq_alloc_rqs()
2498 to_do = min(entries_per_page, depth in blk_mq_alloc_rqs()
2443 blk_mq_alloc_rqs(struct blk_mq_tag_set *set, struct blk_mq_tags *tags, unsigned int hctx_idx, unsigned int depth) blk_mq_alloc_rqs() argument
3397 unsigned int depth; blk_mq_alloc_map_and_requests() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c579 hwq_attr.depth = nq->hwq.max_elements; in bnxt_qplib_alloc_nq()
627 hwq_attr.depth = srq->max_wqe; in bnxt_qplib_create_srq()
847 hwq_attr.depth = bnxt_qplib_get_depth(sq); in bnxt_qplib_create_qp1()
874 hwq_attr.depth = bnxt_qplib_get_depth(rq); in bnxt_qplib_create_qp1()
953 fpsne = (u64)bnxt_qplib_get_qe(hwq, hwq->depth, &psn_pg); in bnxt_qplib_init_psn_ptr()
996 hwq_attr.depth = bnxt_qplib_get_depth(sq); in bnxt_qplib_create_qp()
1028 hwq_attr.depth = bnxt_qplib_get_depth(rq); in bnxt_qplib_create_qp()
1080 hwq_attr.depth = xrrq->max_elements; in bnxt_qplib_create_qp()
1098 hwq_attr.depth = xrrq->max_elements; in bnxt_qplib_create_qp()
1740 hwq->prod, hwq->cons, hwq->depth, s in bnxt_qplib_post_send()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c820 u8 depth; in fl_set_key_mpls_lse() local
829 NL_SET_ERR_MSG(extack, "Missing MPLS option \"depth\""); in fl_set_key_mpls_lse()
833 depth = nla_get_u8(tb[TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH]); in fl_set_key_mpls_lse()
835 /* LSE depth starts at 1, for consistency with terminology used by in fl_set_key_mpls_lse()
836 * RFC 3031 (section 3.9), where depth 0 refers to unlabeled packets. in fl_set_key_mpls_lse()
838 if (depth < 1 || depth > FLOW_DIS_MPLS_MAX) { in fl_set_key_mpls_lse()
841 "Invalid MPLS depth"); in fl_set_key_mpls_lse()
844 lse_index = depth - 1; in fl_set_key_mpls_lse()
1088 int depth, in in fl_set_geneve_opt()
1087 fl_set_geneve_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_geneve_opt() argument
1175 fl_set_vxlan_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_vxlan_opt() argument
1212 fl_set_erspan_opt(const struct nlattr *nla, struct fl_flow_key *key, int depth, int option_len, struct netlink_ext_ack *extack) fl_set_erspan_opt() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-event.c2058 struct strbuf *buf, int depth) in __synthesize_probe_trace_arg_ref()
2062 depth = __synthesize_probe_trace_arg_ref(ref->next, buf, in __synthesize_probe_trace_arg_ref()
2063 depth + 1); in __synthesize_probe_trace_arg_ref()
2064 if (depth < 0) in __synthesize_probe_trace_arg_ref()
2065 return depth; in __synthesize_probe_trace_arg_ref()
2071 return (err < 0) ? err : depth; in __synthesize_probe_trace_arg_ref()
2078 int depth = 0, err; in synthesize_probe_trace_arg() local
2094 depth = __synthesize_probe_trace_arg_ref(ref, buf, 1); in synthesize_probe_trace_arg()
2095 if (depth < 0) in synthesize_probe_trace_arg()
2096 return depth; in synthesize_probe_trace_arg()
2057 __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, struct strbuf *buf, int depth) __synthesize_probe_trace_arg_ref() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c525 asyh->or.depth = 0; in nv50_dac_enable()
1629 struct nv50_head_atom *asyh, u8 proto, u8 depth) in nv50_sor_update()
1641 asyh->or.depth = depth; in nv50_sor_update()
1702 u8 depth = NV837D_SOR_SET_CONTROL_PIXEL_DEPTH_DEFAULT; in nv50_sor_enable() local
1765 depth = nv50_dp_bpc_to_depth(asyh->or.bpc); in nv50_sor_enable()
1779 nv_encoder->update(nv_encoder, nv_crtc->index, asyh, proto, depth); in nv50_sor_enable()
1938 case 10: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_30_444; break; in nv50_pior_enable()
1939 case 8: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_24_444; break; in nv50_pior_enable()
1940 case 6: asyh->or.depth in nv50_pior_enable()
1628 nv50_sor_update(struct nouveau_encoder *nv_encoder, u8 head, struct nv50_head_atom *asyh, u8 proto, u8 depth) nv50_sor_update() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.c2090 struct strbuf *buf, int depth) in __synthesize_probe_trace_arg_ref()
2094 depth = __synthesize_probe_trace_arg_ref(ref->next, buf, in __synthesize_probe_trace_arg_ref()
2095 depth + 1); in __synthesize_probe_trace_arg_ref()
2096 if (depth < 0) in __synthesize_probe_trace_arg_ref()
2097 return depth; in __synthesize_probe_trace_arg_ref()
2103 return (err < 0) ? err : depth; in __synthesize_probe_trace_arg_ref()
2110 int depth = 0, err; in synthesize_probe_trace_arg() local
2126 depth = __synthesize_probe_trace_arg_ref(ref, buf, 1); in synthesize_probe_trace_arg()
2127 if (depth < 0) in synthesize_probe_trace_arg()
2128 return depth; in synthesize_probe_trace_arg()
2089 __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, struct strbuf *buf, int depth) __synthesize_probe_trace_arg_ref() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp717 void Context::clearDepth(GLdouble depth) in clearDepth() argument
1992 GLsizei depth, in texImage3DMultisample()
2741 GLsizei depth) in invalidateTexSubImage()
2828 GLsizei depth, in clearTexSubImage()
2886 GLfloat depth, in clearNamedFramebufferfi()
2947 GLsizei depth, in compressedTextureSubImage3D()
3079 GLsizei depth, in getCompressedTextureSubImage()
3199 GLsizei depth, in getTextureSubImage()
3554 GLsizei depth) in textureStorage3D()
3564 GLsizei depth, in textureStorage3DMultisample()
1987 texImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) texImage3DMultisample() argument
2734 invalidateTexSubImage(TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) invalidateTexSubImage() argument
2821 clearTexSubImage(TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) clearTexSubImage() argument
2883 clearNamedFramebufferfi(FramebufferID framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearNamedFramebufferfi() argument
2940 compressedTextureSubImage3D(TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) compressedTextureSubImage3D() argument
3072 getCompressedTextureSubImage(TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void *pixels) getCompressedTextureSubImage() argument
3192 getTextureSubImage(TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) getTextureSubImage() argument
3549 textureStorage3D(TextureID texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) textureStorage3D() argument
3559 textureStorage3DMultisample(TextureID texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) textureStorage3DMultisample() argument
3594 textureSubImage3D(TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) textureSubImage3D() argument
[all...]

Completed in 175 milliseconds

1...<<81828384858687888990>>...204