| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 46 void checkEqual_VkExtent2D(const VkExtent2D* a, const VkExtent2D* b, OnFailCompareFunc onFail) { in checkEqual_VkExtent2D() 55 void checkEqual_VkExtent3D(const VkExtent3D* a, const VkExtent3D* b, OnFailCompareFunc onFail) { in checkEqual_VkExtent3D() 67 void checkEqual_VkOffset2D(const VkOffset2D* a, const VkOffset2D* b, OnFailCompareFunc onFail) { in checkEqual_VkOffset2D() 76 void checkEqual_VkOffset3D(const VkOffset3D* a, const VkOffset3D* b, OnFailCompareFunc onFail) { in checkEqual_VkOffset3D() 88 void checkEqual_VkRect2D(const VkRect2D* a, const VkRect2D* b, OnFailCompareFunc onFail) { in checkEqual_VkRect2D() 93 void checkEqual_VkBaseInStructure(const VkBaseInStructure* a, const VkBaseInStructure* b, in checkEqual_VkBaseInStructure() 103 void checkEqual_VkBaseOutStructure(const VkBaseOutStructure* a, const VkBaseOutStructure* b, in checkEqual_VkBaseOutStructure() 113 void checkEqual_VkBufferMemoryBarrier(const VkBufferMemoryBarrier* a, in checkEqual_VkBufferMemoryBarrier() 144 void checkEqual_VkDispatchIndirectCommand(const VkDispatchIndirectCommand* a, in checkEqual_VkDispatchIndirectCommand() 158 void checkEqual_VkDrawIndexedIndirectCommand(const VkDrawIndexedIndirectCommand* a, in checkEqual_VkDrawIndexedIndirectCommand() [all …]
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | astcenc_vecmathlib_common_4.h | 42 ASTCENC_SIMD_INLINE bool any(vmask4 a) in any() 50 ASTCENC_SIMD_INLINE bool all(vmask4 a) in all() 119 ASTCENC_SIMD_INLINE vint4 clamp(int minv, int maxv, vint4 a) in clamp() 127 ASTCENC_SIMD_INLINE int hadd_rgb_s(vint4 a) in hadd_rgb_s() 198 ASTCENC_SIMD_INLINE vfloat4 min(vfloat4 a, float b) in min() 208 ASTCENC_SIMD_INLINE vfloat4 max(vfloat4 a, float b) in max() 219 ASTCENC_SIMD_INLINE vfloat4 clamp(float minv, float maxv, vfloat4 a) in clamp() 231 ASTCENC_SIMD_INLINE vfloat4 clampz(float maxv, vfloat4 a) in clampz() 242 ASTCENC_SIMD_INLINE vfloat4 clampzo(vfloat4 a) in clampzo() 251 ASTCENC_SIMD_INLINE float hmin_s(vfloat4 a) in hmin_s() [all …]
|
| D | astcenc_vecmathlib_avx2_8.h | 240 __m128i a = _mm_set1_epi32(*p); in load1() local 347 ASTCENC_SIMD_INLINE unsigned int mask(vmask8 a) in mask() 355 ASTCENC_SIMD_INLINE bool any(vmask8 a) in any() 363 ASTCENC_SIMD_INLINE bool all(vmask8 a) in all() 471 template <int s> ASTCENC_SIMD_INLINE vint8 lsl(vint8 a) in lsl() 479 template <int s> ASTCENC_SIMD_INLINE vint8 asr(vint8 a) in asr() 487 template <int s> ASTCENC_SIMD_INLINE vint8 lsr(vint8 a) in lsr() 495 ASTCENC_SIMD_INLINE vint8 min(vint8 a, vint8 b) in min() 503 ASTCENC_SIMD_INLINE vint8 max(vint8 a, vint8 b) in max() 511 ASTCENC_SIMD_INLINE vint8 hmin(vint8 a) in hmin() [all …]
|
| D | astcenc_vecmathlib_none_4.h | 404 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask() 540 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl() 551 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() 567 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() 578 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 589 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 600 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() 610 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() 620 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s() 628 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() [all …]
|
| D | astcenc_vecmathlib_sse_4.h | 421 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask() 532 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl() 540 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() 548 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() 556 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 571 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 586 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() 596 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() 606 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s() 622 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() [all …]
|
| D | astcenc_vecmathlib_neon_4.h | 404 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask() 508 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl() 516 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() 526 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr() 534 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min() 542 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max() 550 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin() 558 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() 566 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s() 575 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() [all …]
|
| D | astcenc_vecmathlib.h | 213 ASTCENC_SIMD_INLINE vfloat change_sign(vfloat a, vfloat b) in change_sign() 275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c) in vfloat3() 283 static ASTCENC_SIMD_INLINE vfloat4 vfloat2(float a, float b) in vfloat2() 291 static ASTCENC_SIMD_INLINE vfloat4 normalize(vfloat4 a) in normalize() 300 static ASTCENC_SIMD_INLINE vfloat4 normalize_safe(vfloat4 a, vfloat4 safe) in normalize_safe() 399 static ASTCENC_SIMD_INLINE vint4 clz(vint4 a) in clz() 421 static ASTCENC_SIMD_INLINE vint4 two_to_the_n(vint4 a) in two_to_the_n() 452 vint4 a = (~lsr<8>(p)) & p; in unorm16_to_sf16() local 504 static ASTCENC_SIMD_INLINE vfloat4 frexp(vfloat4 a, vint4& exp) in frexp() 520 static ASTCENC_SIMD_INLINE vfloat4 float_to_lns(vfloat4 a) in float_to_lns()
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ |
| D | io.inl | 14 GLM_FUNC_QUALIFIER format_punct<CTy>::format_punct(size_t a) 28 GLM_FUNC_QUALIFIER format_punct<CTy>::format_punct(format_punct const& a) function in glm::io::format_punct 44 GLM_FUNC_QUALIFIER basic_state_saver<CTy, CTr>::basic_state_saver(std::basic_ios<CTy, CTr>& a) 64 GLM_FUNC_QUALIFIER basic_format_saver<CTy, CTr>::basic_format_saver(std::basic_ios<CTy, CTr>& a) 75 GLM_FUNC_QUALIFIER precision::precision(unsigned a) 79 GLM_FUNC_QUALIFIER width::width(unsigned a) 84 GLM_FUNC_QUALIFIER delimeter<CTy>::delimeter(CTy a, CTy b, CTy c) 92 GLM_FUNC_QUALIFIER order::order(order_type a) 120 …FIER std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>& os, precision const& a) 127 …UALIFIER std::basic_ostream<CTy, CTr>& operator<<(std::basic_ostream<CTy, CTr>& os, width const& a) [all …]
|
| D | associated_min_max.inl | 8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b) 16 vecType<T, P> const & x, vecType<U, P> const & a, 29 T x, const vecType<U, P>& a, 42 vecType<T, P> const & x, U a, 54 GLM_FUNC_QUALIFIER U associatedMin 68 vecType<T, P> const & x, vecType<U, P> const & a, 81 GLM_FUNC_QUALIFIER U associatedMin 101 vecType<T, P> const & x, vecType<U, P> const & a, 123 T x, vecType<U, P> const & a, 146 vecType<T, P> const & x, U a, [all …]
|
| 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 …UNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, T a){return mix(x, y, a… in lerp() argument 41 …UNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, T a){return mix(x, y, a… in lerp() argument 42 …UNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, T a){return mix(x, y, a… in lerp() argument 43 …ec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, const tvec2<T, P>& a){return mix(x, y, … in lerp() 44 …ec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, const tvec3<T, P>& a){return mix(x, y, … in lerp() 45 …ec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, const tvec4<T, P>& a){return mix(x, y, … in lerp()
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/ |
| D | test_simd.cpp | 160 vfloat a(-1.0f, 1.0f, -3.12f, 3.12f); in TEST() local 172 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 183 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 199 vfloat a(-1.0f, 1.0f, -3.12f, 3.12f, -1.0f, 1.0f, -3.12f, 3.12f); in TEST() local 215 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f, -0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 230 vfloat a(-0.15f, 0.0f, 0.9f, 2.1f, -0.15f, 0.0f, 0.9f, 2.1f); in TEST() local 264 vfloat4 a(&(f32_data[1])); in TEST() local 274 vfloat4 a(1.1f); in TEST() local 284 vfloat4 a(1.1f, 2.2f, 3.3f, 4.4f); in TEST() local 295 vfloat4 a(s.m); in TEST() local [all …]
|
| /device/generic/vulkan-cereal/fake-android-guest/cutils/ |
| D | atomic.h | 96 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_inc() local 104 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_dec() local 111 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_add() local 118 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_and() local 125 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_or() local 146 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_load() local 153 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_release_load() local 177 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_store() local 186 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_release_store() local 206 volatile std::atomic_int_least32_t* a = to_atomic_int_least32_t(addr); in android_atomic_acquire_cas() local [all …]
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/ |
| D | syncconst.h | 88 #define _XSyncValueGreaterThan(a, b)\ argument 90 #define _XSyncValueLessThan(a, b)\ argument 92 #define _XSyncValueGreaterOrEqual(a, b)\ argument 94 #define _XSyncValueLessOrEqual(a, b)\ argument 96 #define _XSyncValueEqual(a, b) ((a).lo==(b).lo && (a).hi==(b).hi) argument 98 #define _XSyncValueIsZero(a) ((a).lo==0 && (a).hi==0) argument 102 #define _XSyncValueAdd(presult,a,b,poverflow) {\ argument 111 #define _XSyncValueSubtract(presult,a,b,poverflow) {\ argument 131 #define XSyncValueGreaterThan(a, b) _XSyncValueGreaterThan(a, b) argument 132 #define XSyncValueLessThan(a, b) _XSyncValueLessThan(a, b) argument [all …]
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/simd/ |
| D | common.h | 10 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_add(glm_vec4 a, glm_vec4 b) in glm_vec4_add() 15 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_add(glm_vec4 a, glm_vec4 b) in glm_vec1_add() 20 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_sub(glm_vec4 a, glm_vec4 b) in glm_vec4_sub() 25 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_sub(glm_vec4 a, glm_vec4 b) in glm_vec1_sub() 30 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_mul(glm_vec4 a, glm_vec4 b) in glm_vec4_mul() 35 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_mul(glm_vec4 a, glm_vec4 b) in glm_vec1_mul() 40 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_div(glm_vec4 a, glm_vec4 b) in glm_vec4_div() 45 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_div(glm_vec4 a, glm_vec4 b) in glm_vec1_div() 50 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_div_lowp(glm_vec4 a, glm_vec4 b) in glm_vec4_div_lowp() 55 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_swizzle_xyzw(glm_vec4 a) in glm_vec4_swizzle_xyzw() [all …]
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | vk_util.h | 106 __vk_outarray_init(struct __vk_outarray *a, in __vk_outarray_init() 120 __vk_outarray_status(const struct __vk_outarray *a) in __vk_outarray_status() 129 __vk_outarray_next(struct __vk_outarray *a, size_t elem_size) in __vk_outarray_next() 152 #define vk_outarray_typeof_elem(a) __typeof__((a)->meta[0]) argument 153 #define vk_outarray_sizeof_elem(a) sizeof((a)->meta[0]) argument 155 #define vk_outarray_init(a, data, len) \ argument 162 #define vk_outarray_status(a) \ argument 165 #define vk_outarray_next(a) \ argument 188 #define vk_outarray_append(a, elem) \ argument
|
| /device/google/atv/audio_proxy/common/ |
| D | AudioProxyVersionMacro.h | 32 #define CONCAT_3(a, b, c) a##b##c argument 33 #define EXPAND_CONCAT_3(a, b, c) CONCAT_3(a, b, c) argument 37 #define CONCAT_4(a, b, c, d) a##b##c##d argument 38 #define EXPAND_CONCAT_4(a, b, c, d) CONCAT_4(a, b, c, d) argument
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | vk_util.h | 124 static inline void __vk_outarray_init(struct __vk_outarray* a, void* data, uint32_t* len) { in __vk_outarray_init() 134 static inline VkResult __vk_outarray_status(const struct __vk_outarray* a) { in __vk_outarray_status() 141 static inline void* __vk_outarray_next(struct __vk_outarray* a, size_t elem_size) { in __vk_outarray_next() 161 #define vk_outarray_typeof_elem(a) __typeof__((a)->meta[0]) argument 162 #define vk_outarray_sizeof_elem(a) sizeof((a)->meta[0]) argument 164 #define vk_outarray_init(a, data, len) __vk_outarray_init(&(a)->base, (data), (len)) argument 170 #define vk_outarray_status(a) __vk_outarray_status(&(a)->base) argument 172 #define vk_outarray_next(a) \ argument 194 #define vk_outarray_append(a, elem) \ argument
|
| /device/google/contexthub/lib/nanohub/ |
| D | rsa.c | 112 static void biMulIterative(uint32_t *ret, const uint32_t *a, const uint32_t *b, uint32_t step) //re… in biMulIterative() 168 const uint32_t* rsaPubOpIterative(struct RsaState* state, const uint32_t *a, const uint32_t *c, uin… in rsaPubOpIterative() 214 const uint32_t* rsaPubOp(struct RsaState* state, const uint32_t *a, const uint32_t *c) in rsaPubOp() 236 static void biMul(uint32_t *ret, const uint32_t *a, const uint32_t *b) in biMul() 244 const uint32_t* rsaPrivOp(struct RsaState* state, const uint32_t *a, const uint32_t *b, const uint3… in rsaPrivOp()
|
| /device/google/gs101/powerstats/ |
| D | Gs101CommonDataProviders.cpp | 281 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addSoC() 352 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addCPUclusters() 431 std::function<uint64_t(uint64_t)> modemUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addMobileRadio() 464 std::function<uint64_t(uint64_t)> gnssUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addGNSS() 529 std::function<uint64_t(uint64_t)> usecToMs = [](uint64_t a) { return a / 1000; }; in addWifi() 580 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addPowerDomains()
|
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ |
| D | type_vec4_simd.inl | 430 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float a, float b, float c,… 435 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float a, float b, float… 440 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float a, float b, float c… 446 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,… 452 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_mediump>::tvec4(int32 a, int32 b, int32… 458 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_highp>::tvec4(int32 a, int32 b, int32 c… 464 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(int32 a, int32 b, int32 c,… 470 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(int32 a, int32 b, int32… 476 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(int32 a, int32 b, int32 c…
|
| /device/google/zuma/powerstats/ |
| D | ZumaCommonDataProviders.cpp | 212 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addSoC() 286 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addCPUclusters() 377 std::function<uint64_t(uint64_t)> modemUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addMobileRadio() 411 std::function<uint64_t(uint64_t)> gnssUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addGNSS() 476 std::function<uint64_t(uint64_t)> usecToMs = [](uint64_t a) { return a / 1000; }; in addWifi() 528 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addPowerDomains()
|
| /device/google/gs201/powerstats/ |
| D | Gs201CommonDataProviders.cpp | 210 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addSoC() 283 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addCPUclusters() 351 std::function<uint64_t(uint64_t)> modemUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addMobileRadio() 385 std::function<uint64_t(uint64_t)> gnssUsToMs = [](uint64_t a) { return a / US_TO_MS; }; in addGNSS() 450 std::function<uint64_t(uint64_t)> usecToMs = [](uint64_t a) { return a / 1000; }; in addWifi() 507 std::function<uint64_t(uint64_t)> acpmNsToMs = [](uint64_t a) { return a / NS_TO_MS; }; in addPowerDomains()
|
| /device/google/redbull/json-c/ |
| D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|
| /device/google/sunfish/json-c/ |
| D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|
| /device/google/coral/json-c/ |
| D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|