HomeSort by relevance Sort by last modified time
    Searched refs:mrd (Results 1 - 9 of 9) sorted by null

  /system/netd/libnetdutils/include/netdutils/
BackoffSequence.h 83 constexpr Builder& withMaximumRetransmissionDuration(time_type mrd) {
84 mParams.maxRetransDuration = mrd;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_surface.c 95 lp->mrd = util_get_depth_format_mrd(depth_desc);
lp_context.h 128 double mrd; /**< minimum resolvable depth value, for polygon offset */ member in struct:llvmpipe_context
lp_state_setup.c 294 /* Clamping to zero means mrd will be zero for very small numbers,
296 * mrd to smallest normal number instead. */
866 (float) (lp->rasterizer->offset_units * lp->mrd);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_offset.c 104 /* Clamping to zero means mrd will be zero for very small numbers,
106 * mrd to smallest normal number instead. */
190 offset->units = (float) (rast->offset_units * stage->draw->mrd);
draw_private.h 244 double mrd; /**< minimum resolvable depth value, for polygon offset */ member in struct:draw_context
draw_context.c 254 draw->mrd = util_get_depth_format_mrd(desc);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 259 * Calculates the MRD for the depth format. MRD is used in depth bias
261 * point, the depth bias calculation does not use the MRD. However, the
262 * default MRD will be 1.0 / ((1 << 24) - 1).
271 double mrd = 1.0 / ((1 << 24) - 1); local
288 mrd = 1.0 / ((1ULL << depth_bits) - 1);
291 return mrd;
  /external/scapy/scapy/layers/
inet6.py 1528 mrd = 10000 # 10s for mrd variable in class:ICMPv6MLQuery
    [all...]

Completed in 599 milliseconds