| /device/linaro/hikey/hifi/xaf/host-apf/include/os/android/ |
| D | xf-osal.h | 87 static inline void __xf_wait_init(xf_wait_t *w) in __xf_wait_init() 94 static inline void __xf_wait_prepare(xf_wait_t *w) in __xf_wait_prepare() 99 #define __xf_wait_prepare(w) \ argument 106 static inline int __xf_wait(xf_wait_t *w, u32 timeout) in __xf_wait() 135 #define __xf_wait(w, timeout) \ argument 145 static inline void __xf_wakeup(xf_wait_t *w) in __xf_wakeup() 157 #define __xf_wakeup(w) \ argument 164 static inline void __xf_wait_complete(xf_wait_t *w) in __xf_wait_complete() 169 #define __xf_wait_complete(w) \ argument
|
| /device/google/contexthub/firmware/os/algos/common/math/ |
| D | vec.h | 54 float x, y, z, w; member 66 static inline void vec3Add(struct Vec3 *v, const struct Vec3 *w) { in vec3Add() 76 const struct Vec3 *w) { in vec3AddVecs() 86 static inline void vec3Sub(struct Vec3 *v, const struct Vec3 *w) { in vec3Sub() 96 const struct Vec3 *w) { in vec3SubVecs() 114 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) { in vec3Dot() 149 const struct Vec3 *w) { in vec3Cross() 170 float w) { in initVec4()
|
| D | vec.c | 55 void vecAdd(float *u, const float *v, const float *w, size_t dim) { in vecAdd() 65 void vecAddInPlace(float *v, const float *w, size_t dim) { in vecAddInPlace() 74 void vecSub(float *u, const float *v, const float *w, size_t dim) { in vecSub() 112 float vecDot(const float *v, const float *w, size_t dim) { in vecDot()
|
| /device/generic/vulkan-cereal/include/glm/gtx/ |
| D | extended_min_max.inl | 43 T const & w 55 typename C<T>::T const & w 67 C<T> const & w 110 T const & w 122 typename C<T>::T const & w 134 C<T> const & w
|
| D | associated_min_max.inl | 86 T w, U d 104 vecType<T, P> const & w, vecType<U, P> const & d 126 T w, vecType<U, P> const & d 149 vecType<T, P> const & w, U d 278 T w, U d 296 vecType<T, P> const & w, vecType<U, P> const & d 318 T w, vecType<U, P> const & d 341 vecType<T, P> const & w, U d
|
| /device/linaro/dragonboard/qcom/qrtr/src/ |
| D | waiter.c | 134 struct waiter *w; in waiter_create() local 144 void waiter_destroy(struct waiter *w) in waiter_destroy() 160 void waiter_synchronize(struct waiter *w) in waiter_synchronize() 186 void waiter_wait(struct waiter *w) in waiter_wait() 264 int waiter_wait_timeout(struct waiter *w, unsigned int ms) in waiter_wait_timeout() 301 struct waiter_ticket *waiter_add_null(struct waiter *w) in waiter_add_null() 325 struct waiter_ticket *waiter_add_fd(struct waiter *w, int fd) in waiter_add_fd() 338 struct waiter_ticket *waiter_add_timeout(struct waiter *w, unsigned int ms) in waiter_add_timeout() 353 struct waiter *w = ticket->waiter; in waiter_ticket_delete() local
|
| /device/generic/vulkan-cereal/host-common/ |
| D | MultiDisplay.cpp | 66 uint32_t w, in setMultiDisplay() 155 uint32_t* w, in getMultiDisplay() 203 uint32_t* w, in getNextMultiDisplay() 255 uint32_t totalH, pos_x, pos_y, w, h; in translateCoordination() local 278 void MultiDisplay::setGpuMode(bool isGuestMode, uint32_t w, uint32_t h) { in setGpuMode() 372 uint32_t w, in setDisplayPose() 423 uint32_t* w, in getDisplayPose() 506 void MultiDisplay::getCombinedDisplaySize(uint32_t* w, uint32_t* h) { in getCombinedDisplaySize() 511 void MultiDisplay::getCombinedDisplaySizeLocked(uint32_t* w, uint32_t* h) { in getCombinedDisplaySizeLocked() 577 bool MultiDisplay::multiDisplayParamValidate(uint32_t id, uint32_t w, uint32_t h, in multiDisplayParamValidate()
|
| D | MultiDisplayPipe.cpp | 50 uint32_t w, h, dpi, flag, id; in onMessage() local 85 void MultiDisplayPipe::fillData(std::vector<uint8_t>& data, uint32_t id, uint32_t w, uint32_t h, in fillData()
|
| /device/amlogic/yukawa/hal/gralloc/ |
| D | mali_gralloc_bufferaccess.cpp | 36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock() 72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr() 222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async() 235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async() 249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
|
| D | mali_gralloc_module.cpp | 92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, in gralloc_lock() 100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_ycbcr() 115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_async() 124 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in gralloc_lock_ycbcr_async()
|
| /device/linaro/hikey/gralloc960/ |
| D | mali_gralloc_bufferaccess.cpp | 36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock() 72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr() 222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async() 235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async() 249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
|
| D | mali_gralloc_module.cpp | 92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, in gralloc_lock() 100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_ycbcr() 115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_async() 124 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in gralloc_lock_ycbcr_async()
|
| /device/linaro/hikey/gralloc/ |
| D | gralloc_module.cpp | 281 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad… in gralloc_lock() 330 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct and… in gralloc_lock_ycbcr() 465 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad… in gralloc_lock_async() 489 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct and… in gralloc_lock_async_ycbcr()
|
| /device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
| D | MultiDisplayService.java | 77 public void set(int w, int h, int d, int f) { in set() 84 public boolean match(int w, int h, int d, int f) { in match() 142 private void createVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in createVirtualDisplay() 154 private void addVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in addVirtualDisplay()
|
| /device/google/cuttlefish/host/libs/wayland/ |
| D | wayland_compositor.cpp | 41 int32_t w, in region_add() 61 int32_t w, in region_subtract() 100 int32_t w, in surface_damage() 162 int32_t w, in surface_damage_buffer()
|
| D | wayland_shell.cpp | 38 int32_t w, in zxdg_positioner_v6_set_size() 50 int32_t w, in zxdg_positioner_v6_set_anchor_rect() 173 int32_t w, in zxdg_toplevel_v6_set_max_size() 183 int32_t w, in zxdg_toplevel_v6_set_min_size() 306 int32_t w, in zxdg_surface_v6_set_window_geometry()
|
| D | wayland_dmabuf.cpp | 70 int32_t w, in linux_buffer_params_create() 91 int32_t w, in linux_buffer_params_create_immed()
|
| /device/generic/vulkan-cereal/include/glm/gtc/ |
| D | quaternion.hpp | 56 struct { T x, y, z, w;}; member 67 T x, y, z, w; member
|
| D | bitfield.inl | 168 …NC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z, glm::uint8 w) 194 …UALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z, glm::uint16 w) 460 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w) 483 GLM_FUNC_QUALIFIER uint32 bitfieldInterleave(uint8 x, uint8 y, uint8 z, uint8 w) 488 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w) 511 GLM_FUNC_QUALIFIER uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w)
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | ReadbackWorker.cpp | 28 ReadbackWorker::recordDisplay::recordDisplay(uint32_t displayId, uint32_t w, uint32_t h) in recordDisplay() 50 void ReadbackWorker::setRecordDisplay(uint32_t displayId, uint32_t w, uint32_t h, bool add) { in setRecordDisplay()
|
| D | PostWorker.cpp | 97 uint32_t id, w, h, c; in postImpl() local 129 int x, y, w, h; in postImpl() local 252 uint32_t w, h; in composev2Impl() local 322 void PostWorker::composeLayer(ComposeLayer* l, uint32_t w, uint32_t h) { in composeLayer()
|
| /device/generic/vulkan-cereal/include/glm/detail/ |
| D | type_vec4.hpp | 30 T x, y, z, w; member 45 struct { T x, y, z, w;}; member 74 union { T w, a, q; }; member
|
| /device/linaro/dragonboard/gralloc/ |
| D | gralloc.cpp | 127 int usage, int x, int y, int w, int h, void **ptr) in gbm_mod_lock() 154 int usage, int x, int y, int w, int h, struct android_ycbcr *ycbcr) in gbm_mod_lock_ycbcr() 191 int w, int h, int format, int usage, in gbm_mod_alloc_gpu0()
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | tcp_socket.cpp | 118 void AppendInNetworkByteOrder(Message* msg, const std::uint32_t w) { in AppendInNetworkByteOrder() 124 void AppendInNetworkByteOrder(Message* msg, const std::int32_t w) { in AppendInNetworkByteOrder()
|
| /device/google/contexthub/firmware/lib/libm/ |
| D | sf_fpclassify.c | 12 __uint32_t w; in __fpclassifyf() local
|