Searched refs:objs_ptr (Results 1 – 9 of 9) sorted by relevance
/external/libdrm/ |
D | xf86drmMode.c | 1371 uint32_t *objs_ptr = NULL; in drmModeAtomicCommit() local 1415 objs_ptr = drmMalloc(atomic.count_objs * sizeof objs_ptr[0]); in drmModeAtomicCommit() 1416 if (!objs_ptr) { in drmModeAtomicCommit() 1442 objs_ptr[obj_idx] = sorted->items[i].object_id; in drmModeAtomicCommit() 1443 last_obj_id = objs_ptr[obj_idx]; in drmModeAtomicCommit() 1453 atomic.objs_ptr = VOID2U64(objs_ptr); in drmModeAtomicCommit() 1462 drmFree(objs_ptr); in drmModeAtomicCommit()
|
/external/igt-gpu-tools/tests/ |
D | kms_atomic.c | 813 ioc.objs_ptr = (uintptr_t) obj_raw; in atomic_invalid_params() 883 ioc.objs_ptr = 0; in atomic_invalid_params() 886 ioc.objs_ptr = (uintptr_t) obj_raw; in atomic_invalid_params() 906 ioc.objs_ptr = UINT64_MAX - sizeof(uint32_t); in atomic_invalid_params() 909 ioc.objs_ptr = UINT64_MAX - sizeof(uint32_t); in atomic_invalid_params()
|
D | kms_atomic_interruptible.c | 192 .objs_ptr = (uint64_t)(uintptr_t)&objs, in run_plane_test()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | allocas.ll | 396 %objs_ptr = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 0 397 %arraydestroy.cmp = icmp eq i8** %arraydestroy.element, %objs_ptr 475 %objs_ptr = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 0 476 %arraydestroy.cmp = icmp eq i8** %arraydestroy.element, %objs_ptr
|
/external/llvm-project/llvm/test/Transforms/ObjCARC/ |
D | allocas.ll | 396 %objs_ptr = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 0 397 %arraydestroy.cmp = icmp eq i8** %arraydestroy.element, %objs_ptr 475 %objs_ptr = getelementptr inbounds [2 x i8*], [2 x i8*]* %objs, i64 0, i64 0 476 %arraydestroy.cmp = icmp eq i8** %arraydestroy.element, %objs_ptr
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 848 __u64 objs_ptr; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 934 __u64 objs_ptr; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm_mode.h | 747 __u64 objs_ptr; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 848 __u64 objs_ptr; member
|