Searched refs:LIST_FOR_EACH_ENTRY_SAFE (Results 1 - 12 of 12) sorted by relevance
/external/libdrm/tests/radeon/ |
H A D | radeon_ttm.c | 52 LIST_FOR_EACH_ENTRY_SAFE(bo, tmp, &list, list) {
|
/external/libdrm/amdgpu/ |
H A D | amdgpu_vamgr.c | 61 LIST_FOR_EACH_ENTRY_SAFE(hole, tmp, &mgr->va_holes, list) { 84 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) {
|
/external/libdrm/freedreno/kgsl/ |
H A D | kgsl_pipe.c | 161 LIST_FOR_EACH_ENTRY_SAFE(kgsl_bo, tmp, &kgsl_pipe->submit_list, list[pipe->id]) { 180 LIST_FOR_EACH_ENTRY_SAFE(kgsl_bo, tmp, &kgsl_pipe->pending_list, list[pipe->id]) {
|
/external/libdrm/ |
H A D | util_double_list.h | 115 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ macro
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_double_list.h | 125 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_fence.c | 56 LIST_FOR_EACH_ENTRY_SAFE(work, tmp, &fence->work, list) {
|
H A D | nouveau_mm.c | 264 LIST_FOR_EACH_ENTRY_SAFE(slab, next, head, head) { function
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.c | 206 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) { 281 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) {
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeonsi_pipe.c | 504 LIST_FOR_EACH_ENTRY_SAFE(entry, tmp, &rscreen->fences.blocks, head) {
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state_common.c | 1235 LIST_FOR_EACH_ENTRY_SAFE(state, next_state, &rctx->dirty_states, head) { 1238 LIST_FOR_EACH_ENTRY_SAFE(dirty_block, next_block, &rctx->dirty,list) {
|
H A D | r600_asm.c | 2204 LIST_FOR_EACH_ENTRY_SAFE(cf, next_cf, &bc->cf, list) { 2209 LIST_FOR_EACH_ENTRY_SAFE(alu, next_alu, &cf->alu, list) { 2215 LIST_FOR_EACH_ENTRY_SAFE(tex, next_tex, &cf->tex, list) { 2221 LIST_FOR_EACH_ENTRY_SAFE(vtx, next_vtx, &cf->vtx, list) {
|
H A D | r600_pipe.c | 690 LIST_FOR_EACH_ENTRY_SAFE(entry, tmp, &rscreen->fences.blocks, head) {
|
Completed in 331 milliseconds