/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | extended_min_max.inl | 9 T const & y, 19 typename C<T>::T const & y, 30 C<T> const & y, 41 T const & y, 53 typename C<T>::T const & y, 65 C<T> const & y, 76 T const & y, 86 typename C<T>::T const & y, 97 C<T> const & y, 108 T const & y, [all …]
|
D | scalar_relational.inl | 10 T const & y 20 T const & y 30 T const & y 40 T const & y 50 T const & y 60 T const & y
|
D | vector_angle.inl | 10 genType const & y 21 vecType<T, P> const & y 33 tvec2<T, P> const & y 49 tvec3<T, P> const & y,
|
D | compatibility.hpp | 38 …template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} … in lerp() 39 … GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, T a){return mix(x… in lerp() 41 … GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, T a){return mix(x… in lerp() 42 … GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, T a){return mix(x… in lerp() 43 … GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, const tvec2<T, P>… in lerp() 44 … GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, const tvec3<T, P>… in lerp() 45 … GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, const tvec4<T, P>… in lerp() 52 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2() 53 …GLM_FUNC_QUALIFIER tvec2<T, P> atan2(const tvec2<T, P>& x, const tvec2<T, P>& y){return atan(x, y)… in atan2() 54 …GLM_FUNC_QUALIFIER tvec3<T, P> atan2(const tvec3<T, P>& x, const tvec3<T, P>& y){return atan(x, y)… in atan2() [all …]
|
D | integer.inl | 7 GLM_FUNC_QUALIFIER int pow(int x, int y) 66 GLM_FUNC_QUALIFIER int mod(int x, int y) 112 GLM_FUNC_QUALIFIER uint pow(uint x, uint y) 136 GLM_FUNC_QUALIFIER uint mod(uint x, uint y) 153 int y, m, n; local
|
D | associated_min_max.inl | 8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b) 17 vecType<T, P> const & y, vecType<U, P> const & b 27 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 43 vecType<T, P> const & y, U b 57 T y, U b, 69 vecType<T, P> const & y, vecType<U, P> const & b, 84 T y, U b, 102 vecType<T, P> const & y, vecType<U, P> const & b, 121 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 147 vecType<T, P> const & y, U b, [all …]
|
D | normalize_dot.inl | 7 GLM_FUNC_QUALIFIER T normalizeDot(vecType<T, P> const & x, vecType<T, P> const & y) 13 GLM_FUNC_QUALIFIER T fastNormalizeDot(vecType<T, P> const & x, vecType<T, P> const & y)
|
D | fast_exponential.inl | 8 GLM_FUNC_QUALIFIER genType fastPow(genType x, genType y) 14 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<T, P> const & y) 20 GLM_FUNC_QUALIFIER T fastPow(T x, int y) 29 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<int, P> const & y)
|
D | common.inl | 96 GLM_FUNC_QUALIFIER genType fmod(genType x, genType y) 102 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, T y) argument 108 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, vecType<T, P> const & y)
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_tests.c | 42 #define PACKED_2x8(x, y) {x, y, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument 43 #define PACKED_3x8(x, y, z) {x, y, z, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument 44 #define PACKED_4x8(x, y, z, w) {x, y, z, w, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument 49 #define PACKED_2x16(x, y) {(x) >> 8, (x) & 0xff, (y) >> 8, (y) & 0xff, 0, 0, … argument 50 #define PACKED_3x16(x, y, z) {(x) >> 8, (x) & 0xff, (y) >> 8, (y) & 0xff, (z) >> 8, (z) & 0xff, … argument 51 #define PACKED_4x16(x, y, z, w) {(x) >> 8, (x) & 0xff, (y) >> 8, (y) & 0xff, (z) >> 8, (z) & 0xff, … argument 54 #define PACKED_2x16(x, y) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, 0, 0, … argument 55 #define PACKED_3x16(x, y, z) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, (z) & 0xff, (z) >> 8, … argument 56 #define PACKED_4x16(x, y, z, w) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, (z) & 0xff, (z) >> 8, … argument 61 #define PACKED_2x32(x, y) {(x) >> 24, ((x) >> 16) & 0xff, ((x) >> 8) & 0xff, (x) & 0xff, (y) … argument [all …]
|
D | u_format_zs.c | 118 unsigned y; in util_format_s8_uint_unpack_s_8uint() local 131 unsigned y; in util_format_s8_uint_pack_s_8uint() local 144 unsigned x, y; in util_format_z16_unorm_unpack_z_float() local 161 unsigned x, y; in util_format_z16_unorm_pack_z_float() local 178 unsigned x, y; in util_format_z16_unorm_unpack_z_32unorm() local 195 unsigned x, y; in util_format_z16_unorm_pack_z_32unorm() local 212 unsigned x, y; in util_format_z32_unorm_unpack_z_float() local 229 unsigned x, y; in util_format_z32_unorm_pack_z_float() local 246 unsigned y; in util_format_z32_unorm_unpack_z_32unorm() local 259 unsigned y; in util_format_z32_unorm_pack_z_32unorm() local [all …]
|
D | u_format_yuv.h | 60 uint8_t *y, uint8_t *u, uint8_t *v) in util_format_rgb_float_to_yuv() 79 util_format_yuv_to_rgb_float(uint8_t y, uint8_t u, uint8_t v, in util_format_yuv_to_rgb_float() 98 uint8_t *y, uint8_t *u, uint8_t *v) in util_format_rgb_8unorm_to_yuv() 107 util_format_yuv_to_rgb_8unorm(uint8_t y, uint8_t u, uint8_t v, in util_format_yuv_to_rgb_8unorm()
|
D | u_format_yuv.c | 46 unsigned x, y; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local 100 unsigned x, y; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local 154 unsigned x, y; in util_format_r8g8_b8g8_unorm_pack_rgba_float() local 203 unsigned x, y; in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local 268 unsigned x, y; in util_format_g8r8_g8b8_unorm_unpack_rgba_float() local 322 unsigned x, y; in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local 376 unsigned x, y; in util_format_g8r8_g8b8_unorm_pack_rgba_float() local 425 unsigned x, y; in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local 490 unsigned x, y; in util_format_uyvy_unpack_rgba_float() local 537 unsigned x, y; in util_format_vyuy_unpack_rgba_float() local [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | epsilon.inl | 18 float const & y, 29 double const & y, 40 float const & y, 51 double const & y, 62 vecType<T, P> const & y, 73 vecType<T, P> const & y, 84 vecType<T, P> const & y, 95 vecType<T, P> const & y, 106 tquat<T, P> const & y, 118 tquat<T, P> const & y,
|
D | bitfield.inl | 19 GLM_FUNC_QUALIFIER glm::uint16 bitfieldInterleave(glm::uint8 x, glm::uint8 y) 37 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint16 x, glm::uint16 y) 58 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint32 x, glm::uint32 y) 82 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z) 108 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z) 138 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint32 x, glm::uint32 y, glm::uint32 z) 168 …GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z, glm::u… 194 …GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z, glm… 301 GLM_FUNC_QUALIFIER int16 bitfieldInterleave(int8 x, int8 y) 322 GLM_FUNC_QUALIFIER uint16 bitfieldInterleave(uint8 x, uint8 y) [all …]
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image.cpp | 105 for (unsigned int y = 0; y < dim_y; y++) in determine_image_components() local 126 for (unsigned int y = 0; y < dim_y; y++) in determine_image_components() local 150 for (unsigned int y = 0; y < dim_y; y++) in determine_image_components() local 179 for (unsigned int y = 0; y < dim_y; y++) in astc_img_from_floatx4_array() local 213 for (unsigned int y = 0; y < dim_y; y++) in astc_img_from_unorm8x4_array() local 245 for (unsigned int y = 0; y < dim_y; y++) in floatx4_array_from_astc_img() local 262 for (unsigned int y = 0; y < dim_y; y++) in floatx4_array_from_astc_img() local 285 for (unsigned int y = 0; y < dim_y; y++) in floatx4_array_from_astc_img() local 315 for (unsigned int y = 0; y < dim_y; y++) in unorm8x4_array_from_astc_img() local 332 for (unsigned int y = 0; y < dim_y; y++) in unorm8x4_array_from_astc_img() local [all …]
|
D | astcenc_compute_variance.cpp | 150 #define VARBUF1(z, y, x) varbuf1[z * zst + y * yst + x] in compute_pixel_region_variance() argument 151 #define VARBUF2(z, y, x) varbuf2[z * zst + y * yst + x] in compute_pixel_region_variance() argument 167 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local 211 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local 250 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local 283 for (int y = 0; y < padsize_y; y++) in compute_pixel_region_variance() local 298 for (int y = 0; y < padsize_y; y++) in compute_pixel_region_variance() local 312 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local 330 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local 363 for (int y = 0; y < size_y; y++) in compute_pixel_region_variance() local [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_vector_relational.inl | 9 GLM_FUNC_QUALIFIER vecType<bool, P> lessThan(vecType<T, P> const & x, vecType<T, P> const & y) 21 GLM_FUNC_QUALIFIER vecType<bool, P> lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y) 32 GLM_FUNC_QUALIFIER vecType<bool, P> greaterThan(vecType<T, P> const & x, vecType<T, P> const & y) 43 …_FUNC_QUALIFIER vecType<bool, P> greaterThanEqual(vecType<T, P> const & x, vecType<T, P> const & y) 54 GLM_FUNC_QUALIFIER vecType<bool, P> equal(vecType<T, P> const & x, vecType<T, P> const & y) 65 GLM_FUNC_QUALIFIER vecType<bool, P> notEqual(vecType<T, P> const & x, vecType<T, P> const & y)
|
/hardware/google/graphics/common/libscaler/ |
D | libscaler-swscaler.cpp | 36 for (unsigned int y = m_nDstTop; y < (m_nDstTop + m_nDstHeight); y++) { in Scale() local 75 for (unsigned int y = m_nDstTop; y < (m_nDstTop + m_nDstHeight); y++) { in Scale() local 93 for (unsigned int y = m_nDstTop / 2; y < ((m_nDstTop + m_nDstHeight) / 2); y++) { in Scale() local
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) argument 64 #define pow(x,y) ml_pow(x,y) argument 70 #define atan2f(x,y) ml_atan2(x,y) argument 87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument 91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 54 #define atan2(x,y) ml_atan2(x,y) argument 64 #define pow(x,y) ml_pow(x,y) argument 70 #define atan2f(x,y) ml_atan2(x,y) argument 87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument 91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Tracing.h | 44 #define __AEMU_GENSYM2(x,y) x##y argument 45 #define __AEMU_GENSYM1(x,y) __AEMU_GENSYM2(x,y) argument
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | rb_tree.c | 125 struct rb_node *y = x->right; in rb_tree_rotate_left() local 135 rb_tree_rotate_right(struct rb_tree *T, struct rb_node *y) in rb_tree_rotate_right() 179 struct rb_node *y = z_p_p->right; in rb_tree_insert_at() local 199 struct rb_node *y = z_p_p->left; in rb_tree_insert_at() local 230 struct rb_node *y = z; in rb_tree_remove() local
|
/hardware/google/aemu/host-common/include/host-common/ |
D | YuvConverter.h | 41 for (int y = 0; y < nHeight / 2; y++) { variable 54 for (int y = 0; y < nHeight / 2; y++) { variable
|
/hardware/google/gfxstream/guest/mesa/src/util/sha1/ |
D | sha1.c | 40 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 41 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 42 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument 43 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument 44 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
|