HomeSort by: relevance | last modified time | path
    Searched refs:uint_fixed_16_16_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_fixed.h 18 } uint_fixed_16_16_t; typedef in typeref:struct:__anond91fc8920108
20 #define FP_16_16_MAX ((uint_fixed_16_16_t){ .val = UINT_MAX })
22 static inline bool is_fixed16_zero(uint_fixed_16_16_t val)
27 static inline uint_fixed_16_16_t u32_to_fixed16(u32 val)
29 uint_fixed_16_16_t fp = { .val = val << 16 };
36 static inline u32 fixed16_to_u32_round_up(uint_fixed_16_16_t fp)
41 static inline u32 fixed16_to_u32(uint_fixed_16_16_t fp)
46 static inline uint_fixed_16_16_t min_fixed16(uint_fixed_16_16_t min1,
47 uint_fixed_16_16_t min2
    [all...]
intel_pm.c 4125 static uint_fixed_16_16_t
4130 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio;
4131 uint_fixed_16_16_t downscale_h, downscale_w;
4165 uint_fixed_16_16_t down_scale_amount;
4509 static uint_fixed_16_16_t
4514 uint_fixed_16_16_t ret;
4528 static uint_fixed_16_16_t
4530 uint_fixed_16_16_t plane_blocks_per_line)
4533 uint_fixed_16_16_t ret;
4545 static uint_fixed_16_16_t
    [all...]
i915_drv.h 838 uint_fixed_16_16_t plane_blocks_per_line;
839 uint_fixed_16_16_t y_tile_minimum;

Completed in 17 milliseconds