| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 43 const VkExtent2D* b, in checkEqual_VkExtent2D() 52 const VkExtent3D* b, in checkEqual_VkExtent3D() 62 const VkOffset2D* b, in checkEqual_VkOffset2D() 71 const VkOffset3D* b, in checkEqual_VkOffset3D() 81 const VkRect2D* b, in checkEqual_VkRect2D() 90 const VkBaseInStructure* b, in checkEqual_VkBaseInStructure() 102 const VkBaseOutStructure* b, in checkEqual_VkBaseOutStructure() 114 const VkBufferMemoryBarrier* b, in checkEqual_VkBufferMemoryBarrier() 133 const VkDispatchIndirectCommand* b, in checkEqual_VkDispatchIndirectCommand() 143 const VkDrawIndexedIndirectCommand* b, in checkEqual_VkDrawIndexedIndirectCommand() [all …]
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
| D | xf-mem.c | 51 xf_mm_block_t *b = (xf_mm_block_t *)addr; in xf_mm_block_init() local 58 static inline int xf_mm_block_length_less(xf_mm_block_t *b, u32 size) in xf_mm_block_length_less() 65 static inline u32 xf_mm_block_length(xf_mm_block_t *b) in xf_mm_block_length() 72 static inline u32 xf_mm_block_length_add(xf_mm_block_t *b, u32 size) in xf_mm_block_length_add() 79 static inline u32 xf_mm_block_length_sub(xf_mm_block_t *b, u32 size) in xf_mm_block_length_sub() 98 xf_mm_block_t *b = container_of(p_idx, xf_mm_block_t, l_node); in xf_mm_find_by_size() local 112 xf_mm_block_t *b = container_of(t_idx, xf_mm_block_t, l_node); in xf_mm_find_by_size() local 168 static void xf_mm_insert_size(xf_mm_pool_t *pool, xf_mm_block_t *b, u32 size) in xf_mm_insert_size() 204 static void xf_mm_insert_addr(xf_mm_pool_t *pool, xf_mm_block_t *b) in xf_mm_insert_addr() 246 xf_mm_block_t *b; in xf_mm_alloc() local [all …]
|
| /device/generic/vulkan-cereal/base/ |
| D | Stream.cpp | 34 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in putBe16() local 39 uint8_t b[2] = { 0, 0 }; in getBe16() local 45 uint8_t b[4] = { in putBe32() local 54 uint8_t b[4] = { 0, 0, 0, 0 }; in getBe32() local 63 uint8_t b[8] = { in putBe64() local 76 uint8_t b[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in getBe64() local 195 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in toBe16() local 202 uint8_t b[4] = { in toBe32() local 213 uint8_t b[8] = { in toBe64() local 228 uint8_t b[2]; in fromBe16() local [all …]
|
| /device/generic/goldfish-opengl/android-emu/android/base/files/ |
| D | Stream.cpp | 34 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in putBe16() local 39 uint8_t b[2] = { 0, 0 }; in getBe16() local 45 uint8_t b[4] = { in putBe32() local 54 uint8_t b[4] = { 0, 0, 0, 0 }; in getBe32() local 63 uint8_t b[8] = { in putBe64() local 76 uint8_t b[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in getBe64() local 195 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in toBe16() local 202 uint8_t b[4] = { in toBe32() local 213 uint8_t b[8] = { in toBe64() local 228 uint8_t b[2]; in fromBe16() 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 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 133 #define XSyncValueGreaterOrEqual(a, b) _XSyncValueGreaterOrEqual(a, b) argument [all …]
|
| /device/generic/vulkan-cereal/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() 64 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_fma(glm_vec4 a, glm_vec4 b, glm_vec4 c) in glm_vec1_fma() [all …]
|
| /device/generic/vulkan-cereal/include/glm/gtx/ |
| 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 30 T y, const vecType<U, P>& b 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, 124 T y, vecType<U, P> const & b, 147 vecType<T, P> const & y, U b, [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/util/ |
| D | Matrix.cpp | 109 Matrix4 Matrix4::frustum(float l, float r, float b, float t, float n, float f) in frustum() 123 Matrix4 Matrix4::ortho(float l, float r, float b, float t, float n, float f) in ortho() 222 Matrix4 operator*(const Matrix4 &a, const Matrix4 &b) in operator *() 258 Matrix4 &operator*=(Matrix4 &a, const Matrix4 &b) in operator *=() 264 Matrix4 operator*(const Matrix4 &a, float b) in operator *() 274 Matrix4 &operator*=(Matrix4 &a, float b) in operator *=() 283 Vector4 operator*(const Matrix4 &a, const Vector4 &b) in operator *() 291 bool operator==(const Matrix4 &a, const Matrix4 &b) in operator ==() 303 bool operator!=(const Matrix4 &a, const Matrix4 &b) in operator !=()
|
| /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/goldfish/camera/ |
| D | Converters.h | 94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | (g)) << 5) | (r)) argument 96 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | (g)) << 8) | (r)) argument 111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) argument 113 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) argument 122 uint8_t r; uint8_t g; uint8_t b; uint8_t a; member 147 #define RGB2Y(r, g, b) (uint8_t)(((66 * (r) + 129 * (g) + 25 * (b) + 128) >> 8) + 16) argument 148 #define RGB2U(r, g, b) (uint8_t)(((-38 * (r) - 74 * (g) + 112 * (b) + 128) >> 8) + 128) argument 149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) argument 153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() 212 const uint16_t b = (YUV2BO(y,u,v) >> 3) & 0x1f; in YUVToRGB565() local
|
| /device/google/contexthub/lib/nanohub/ |
| D | sha2.c | 37 #define STRINFIGY2(b) #b argument 38 #define STRINGIFY(b) STRINFIGY2(b) argument 39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument 68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
|
| /device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/test/ |
| D | intermediate_astc_block_test.cc | 137 auto b = UnpackIntermediateBlock(blk); in TEST() local 197 auto b = UnpackVoidExtent(void_extent_block); in TEST() local 260 auto b = UnpackIntermediateBlock(PhysicalASTCBlock(orig)); in TEST() local 287 const auto b = UnpackIntermediateBlock(PhysicalASTCBlock(orig)); in TEST() local 318 auto b = UnpackIntermediateBlock(blk); in TEST() local 361 auto b = UnpackVoidExtent(block); in TEST_P() local 367 auto b = UnpackIntermediateBlock(block); in TEST_P() local
|
| D | partition_test.cc | 43 Partition b = a; in TEST() local 72 Partition b = {Footprint::Get6x6(), /* num_parts = */ 2, in TEST() local 99 Partition b = {Footprint::Get4x4(), /* num_parts = */ 3, in TEST() local 125 Partition b = {Footprint::Get4x4(), /* num_parts = */ 3, in TEST() local
|
| /device/generic/vulkan-cereal/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/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
| D | ANGLETest.h | 160 GLColor MakeGLColor(TR r, TG g, TB b, TA a) in MakeGLColor() 175 GLColor32F MakeGLColor32F(TR r, TG g, TB b, TA a) in MakeGLColor32F() 194 #define EXPECT_PIXEL_EQ(x, y, r, g, b, a) \ argument 197 #define EXPECT_PIXEL_NE(x, y, r, g, b, a) \ argument 200 #define EXPECT_PIXEL_32F_EQ(x, y, r, g, b, a) \ argument 223 #define EXPECT_PIXEL_NEAR_HELPER(x, y, r, g, b, a, abs_error, ctype, format, type) \ argument 235 #define EXPECT_PIXEL_EQ_HELPER(x, y, r, g, b, a, ctype, format, type) \ argument 247 #define EXPECT_PIXEL_RGB_EQ_HELPER(x, y, r, g, b, ctype, format, type) \ argument 258 #define EXPECT_PIXEL_NEAR(x, y, r, g, b, a, abs_error) \ argument 261 #define EXPECT_PIXEL_32F_NEAR(x, y, r, g, b, a, abs_error) \ argument [all …]
|
| /device/google/sunfish/vibrator/common/bench/ |
| D | benchmark.cpp | 51 static void DefaultConfig(Benchmark *b) { b->Unit(kMicrosecond); } in DefaultConfig() 74 bool operator()(const T &a, const U &b) { return a < static_cast<T>(b); } in difference() 75 bool operator()(const U &a, const T &b) { return static_cast<T>(a) < b; } in difference() 93 static void DefaultArgs(Benchmark *b) { in DefaultArgs()
|
| /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
|
| /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/bonito/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/crosshatch/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/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/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
| D | driver_utils.cpp | 180 bool operator==(const OSVersion &a, const OSVersion &b) in operator ==() 185 bool operator!=(const OSVersion &a, const OSVersion &b) in operator !=() 190 bool operator<(const OSVersion &a, const OSVersion &b) in operator <() 195 bool operator>=(const OSVersion &a, const OSVersion &b) in operator >=()
|
| /device/google/barbet/vibrator/drv2624/bench/ |
| D | benchmark.cpp | 71 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 75 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 146 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|
| /device/google/redfin/vibrator/drv2624/bench/ |
| D | benchmark.cpp | 71 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 75 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 146 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|
| /device/google/bramble/vibrator/drv2624/bench/ |
| D | benchmark.cpp | 71 static void DefaultConfig(benchmark::internal::Benchmark *b) { in DefaultConfig() 75 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs() 146 static void DefaultArgs(benchmark::internal::Benchmark *b) { in DefaultArgs()
|