/external/mesa3d/src/util/format/ |
D | u_format_s3tc.c | 70 util_format_dxt1_rgb_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_dxt1_rgb_fetch_rgba() argument 72 float *dst = in_dst; in util_format_dxt1_rgb_fetch_rgba() 82 util_format_dxt1_rgba_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_dxt1_rgba_fetch_rgba() argument 84 float *dst = in_dst; in util_format_dxt1_rgba_fetch_rgba() 94 util_format_dxt3_rgba_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_dxt3_rgba_fetch_rgba() argument 96 float *dst = in_dst; in util_format_dxt3_rgba_fetch_rgba() 106 util_format_dxt5_rgba_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_dxt5_rgba_fetch_rgba() argument 108 float *dst = in_dst; in util_format_dxt5_rgba_fetch_rgba() 491 util_format_dxt1_srgb_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_dxt1_srgb_fetch_rgba() argument 493 float *dst = in_dst; in util_format_dxt1_srgb_fetch_rgba() [all …]
|
D | u_format_latc.c | 91 util_format_latc1_unorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_latc1_unorm_fetch_rgba() argument 93 float *dst = in_dst; in util_format_latc1_unorm_fetch_rgba() 159 util_format_latc1_snorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_latc1_snorm_fetch_rgba() argument 161 float *dst = in_dst; in util_format_latc1_snorm_fetch_rgba() 227 util_format_latc2_unorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_latc2_unorm_fetch_rgba() argument 229 float *dst = in_dst; in util_format_latc2_unorm_fetch_rgba() 298 util_format_latc2_snorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_latc2_snorm_fetch_rgba() argument 300 float *dst = in_dst; in util_format_latc2_snorm_fetch_rgba()
|
D | u_format_other.c | 77 util_format_r9g9b9e5_float_fetch_rgba(void *in_dst, const uint8_t *src, in util_format_r9g9b9e5_float_fetch_rgba() argument 80 float *dst = in_dst; in util_format_r9g9b9e5_float_fetch_rgba() 181 util_format_r11g11b10_float_fetch_rgba(void *in_dst, const uint8_t *src, in util_format_r11g11b10_float_fetch_rgba() argument 184 float *dst = in_dst; in util_format_r11g11b10_float_fetch_rgba() 367 util_format_r8g8bx_snorm_fetch_rgba(void *in_dst, const uint8_t *src, in util_format_r8g8bx_snorm_fetch_rgba() argument 370 float *dst = in_dst; in util_format_r8g8bx_snorm_fetch_rgba()
|
D | u_format_rgtc.c | 136 util_format_rgtc1_unorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_rgtc1_unorm_fetch_rgba() argument 138 float *dst = in_dst; in util_format_rgtc1_unorm_fetch_rgba() 218 util_format_rgtc1_snorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_rgtc1_snorm_fetch_rgba() argument 220 float *dst = in_dst; in util_format_rgtc1_snorm_fetch_rgba() 347 util_format_rgtc2_unorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_rgtc2_unorm_fetch_rgba() argument 349 float *dst = in_dst; in util_format_rgtc2_unorm_fetch_rgba() 441 util_format_rgtc2_snorm_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_rgtc2_snorm_fetch_rgba() argument 443 float *dst = in_dst; in util_format_rgtc2_snorm_fetch_rgba()
|
D | u_format_etc.c | 70 util_format_etc1_rgb8_fetch_rgba(void *in_dst, const uint8_t *src, unsigned i, unsigned j) in util_format_etc1_rgb8_fetch_rgba() argument 72 float *dst = in_dst; in util_format_etc1_rgb8_fetch_rgba()
|
D | u_format_yuv.c | 248 util_format_r8g8_b8g8_unorm_fetch_rgba(void *in_dst, const uint8_t *src, in util_format_r8g8_b8g8_unorm_fetch_rgba() argument 251 float *dst = in_dst; in util_format_r8g8_b8g8_unorm_fetch_rgba() 470 util_format_g8r8_g8b8_unorm_fetch_rgba(void *in_dst, const uint8_t *src, in util_format_g8r8_g8b8_unorm_fetch_rgba() argument 473 float *dst = in_dst; in util_format_g8r8_g8b8_unorm_fetch_rgba() 688 util_format_uyvy_fetch_rgba(void *in_dst, const uint8_t *src, in util_format_uyvy_fetch_rgba() argument 691 float *dst = in_dst; in util_format_uyvy_fetch_rgba() 910 util_format_yuyv_fetch_rgba(void *in_dst, const uint8_t *src, in util_format_yuyv_fetch_rgba() argument 913 float *dst = in_dst; in util_format_yuyv_fetch_rgba()
|
/external/python/dateutil/dateutil/test/ |
D | test_tz.py | 318 in_dst = pre_dst + hour 319 in_dst_tzname_0 = in_dst.tzname() # Stash the tzname - EDT 326 self.assertEqual(in_dst, in_dst_via_utc) 332 self.assertEqual(in_dst_tzname_0, in_dst.tzname()) 578 in_dst = pre_dst + hour 579 in_dst_tzname_0 = in_dst.tzname() # Stash the tzname - EDT 589 self.assertEqual(in_dst_tzname_0, in_dst.tzname())
|