HomeSort by: relevance | last modified time | path
    Searched defs:lb_depth (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_vba.c 524 unsigned int lb_depth; local
526 switch (scl->lb_depth) {
528 lb_depth = 18;
531 lb_depth = 24;
534 lb_depth = 30;
537 lb_depth = 36;
540 lb_depth = 48;
543 lb_depth = 57;
546 lb_depth = 36;
548 mode_lib->vba.LBBitPerPixel[mode_lib->vba.NumberOfActivePlanes] = lb_depth;
    [all...]
display_mode_enums.h 93 enum lb_depth { enum
display_mode_structs.h 301 int lb_depth; member in struct:_vcs_dpi_scaler_ratio_depth_st
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
chain.c 128 int lb_depth; member in struct:ldap_chain_cb_t
302 if ( lb->lb_depth < lb->lb_lc->lc_max_depth && rs->sr_ref != NULL ) {
303 rs->sr_err = ldap_chain_search( op, rs, rs->sr_ref, lb->lb_depth );
322 && lb->lb_depth < lb->lb_lc->lc_max_depth
326 rs->sr_ref, lb->lb_depth );
369 if ( lb->lb_depth < lb->lb_lc->lc_max_depth && rs->sr_ref != NULL ) {
371 rs->sr_ref, lb->lb_depth );
623 lb->lb_depth = depth + 1;
896 lb->lb_depth = depth + 1;

Completed in 19 milliseconds