/third_party/mesa3d/src/util/format/ |
D | u_format_s3tc.c | 70 util_format_dxt1_rgb_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, uns… 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, un… 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, un… 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, un… 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, un… 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 | 73 util_format_r9g9b9e5_float_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_r9g9b9e5_float_fetch_rgba() argument 76 float *dst = in_dst; in util_format_r9g9b9e5_float_fetch_rgba() 169 util_format_r11g11b10_float_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_r11g11b10_float_fetch_rgba() argument 172 float *dst = in_dst; in util_format_r11g11b10_float_fetch_rgba() 340 util_format_r8g8bx_snorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, in util_format_r8g8bx_snorm_fetch_rgba() argument 343 float *dst = in_dst; in util_format_r8g8bx_snorm_fetch_rgba()
|
D | u_format_rgtc.c | 136 util_format_rgtc1_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, … 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 *restrict in_dst, const uint8_t *restrict src, unsigned i, un… 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 *restrict in_dst, const uint8_t *restrict 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 *restrict in_dst, const uint8_t *restrict 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 *restrict in_dst, const uint8_t *restrict 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 *restrict in_dst, const uint8_t *restrict src, in util_format_yuyv_fetch_rgba() argument 913 float *dst = in_dst; in util_format_yuyv_fetch_rgba()
|
D | u_format_fxt1.c | 1521 util_format_fxt1_rgb_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, uns… in util_format_fxt1_rgb_fetch_rgba() argument 1523 float *dst = in_dst; in util_format_fxt1_rgb_fetch_rgba() 1533 util_format_fxt1_rgba_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, un… in util_format_fxt1_rgba_fetch_rgba() argument 1535 float *dst = in_dst; in util_format_fxt1_rgba_fetch_rgba()
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-win32.cc | 435 bool in_dst = false; in InDST() local 448 in_dst = offset == dstofs; in InDST() 451 return in_dst; in InDST()
|