| /device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/ |
| D | xf-board.h | 56 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18) argument 57 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2)) argument 59 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10) argument 60 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6)) argument 61 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04) argument 62 #define SYS_IPC_SEND(base, box) WORD_REF(base + ((box) << 6) + 0x1c) argument 63 #define SYS_IPC_IMASK(base, box) WORD_REF(base + ((box) << 6) + 0x14) argument 64 #define SYS_IPC_DCLR(base, box) WORD_REF(base + ((box) * 64) + 0x08) argument
|
| /device/generic/opengl-transport/host/libs/virglrenderer/ |
| D | AVDVirglRenderer.cpp | 180 static int sync_linear_to_iovec(Resource* res, uint64_t offset, const virgl_box* box) { in sync_linear_to_iovec() 224 static int sync_iovec_to_linear(Resource* res, uint64_t offset, const virgl_box* box) { in sync_iovec_to_linear() 534 virgl_box box = { in process_cmd() local 612 virgl_box box = { in virgl_renderer_submit_cmd() local 904 virgl_box box = { in virgl_renderer_resource_detach_iov() local 1022 virgl_box* box, uint64_t offset, iovec*, int) { in virgl_renderer_transfer_read_iov() 1036 virgl_box* box, uint64_t offset, iovec*, unsigned int) { in virgl_renderer_transfer_write_iov()
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | virtio-gpu-gfxstream-renderer.cpp | 400 static int sync_iov(PipeResEntry* res, uint64_t offset, const virgl_box* box, IovSyncDir dir) { in sync_iov() 1034 PipeResEntry* res, uint64_t offset, virgl_box* box) { in handleTransferReadGraphicsUsage() 1064 PipeResEntry* res, uint64_t offset, virgl_box* box) { in handleTransferWriteGraphicsUsage() 1085 …int transferReadIov(int resId, uint64_t offset, virgl_box* box, struct iovec* iov, int iovec_cnt) { in transferReadIov() 1153 …int transferWriteIov(int resId, uint64_t offset, virgl_box* box, struct iovec* iov, int iovec_cnt)… in transferWriteIov() 1560 struct virgl_box *box, in pipe_virgl_renderer_transfer_read_iov() 1572 struct virgl_box *box, in pipe_virgl_renderer_transfer_write_iov()
|
| /device/google/cuttlefish/host/libs/confui/ |
| D | host_renderer.h | 71 auto box = e.bounds_; in GetBoundary() local
|
| /device/generic/opengl-transport/host/linux_uapi/linux/ |
| D | virtio_gpu.h | 145 struct virtio_gpu_box box; member
|
| /device/generic/vulkan-cereal/host-common/ |
| D | virtio_gpu.h | 218 struct virtio_gpu_box box; member
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | Context.cpp | 4465 Box box(x, y, 0, width, height, 1); in copySubTexture() local 4522 Box box(x, y, z, width, height, depth); in copySubTexture3D() local
|