Searched refs:rq (Results 1 - 25 of 238) sorted by relevance

12345678910

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen6_common.h49 if (bo && RQ_IS_BLT(bo->rq))
61 if (bo && RQ_IS_RENDER(bo->rq))
90 if (dst->rq)
91 return RQ_IS_BLT(dst->rq);
100 if (src->rq)
101 return RQ_IS_BLT(src->rq);
H A Dkgem.h41 struct kgem_request *rq; member in struct:kgem_bo
42 #define RQ(rq) ((struct kgem_request *)((uintptr_t)(rq) & ~3))
43 #define RQ_RING(rq) ((uintptr_t)(rq) & 3)
44 #define RQ_IS_BLT(rq) (RQ_RING(rq) == KGEM_BLT)
45 #define RQ_IS_RENDER(rq) (RQ_RING(rq) == KGEM_RENDER)
46 #define MAKE_REQUEST(rq, rin
[all...]
H A Dkgem.c317 DBG(("%s: handle=%d, domain: %d exec? %d, rq? %d\n", __FUNCTION__,
318 bo->handle, bo->domain, bo->exec != NULL, bo->rq != NULL));
320 assert(bo->rq == NULL);
798 DBG(("%s: retiring bo handle=%d (needed flush? %d), rq? %d [busy?=%d]\n",
799 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL,
804 if (bo->rq)
812 DBG(("%s: retiring bo handle=%d (needed flush? %d), rq? %d [busy?=%d]\n",
813 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL,
818 if (bo->rq) {
1025 struct kgem_request *rq; local in function:__kgem_request_alloc
1047 __kgem_request_free(struct kgem_request * rq) argument
1854 struct kgem_request *rq; local in function:kgem_new_batch
3174 __kgem_retire_rq(struct kgem * kgem,struct kgem_request * rq) argument
3235 struct kgem_request *rq; local in function:kgem_retire__requests_ring
3307 struct kgem_request *rq; local in function:__kgem_ring_is_idle
3363 struct kgem_request * const rq = RQ(bo->rq), *tmp; local in function:__kgem_retire_requests_upto
3424 struct kgem_request *rq = kgem->next_request; local in function:kgem_commit
3725 struct kgem_request *rq; local in function:kgem_cleanup
3853 struct kgem_request *rq = kgem->next_request; local in function:kgem_reset
4120 struct kgem_request *rq; local in function:_kgem_submit
4391 struct kgem_request *rq = __kgem_freed_request; local in function:kgem_expire_cache
4523 struct kgem_request *rq; local in function:kgem_cleanup_cache
[all...]
H A Dsna_dri2.c1387 struct kgem_request *rq = RQ(dst_bo->rq); local in function:__sna_dri2_copy_region
1388 if (rq && rq != (void *)&sna->kgem) {
1389 if (rq->bo == NULL)
1391 if (rq->bo) { /* Becareful in case the gpu is wedged */
1392 bo = ref(rq->bo);
H A Dsna_gradient.c250 force, cache->cache_bo->domain, cache->cache_bo->rq != NULL, cache->dirty, cache->size));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen6_common.h58 if (bo && RQ_IS_BLT(bo->rq))
79 if (bo && !RQ_IS_BLT(bo->rq) && !is_uncached(sna, bo))
98 if (bo->rq)
99 return RQ_IS_BLT(bo->rq);
H A Dkgem.h41 struct kgem_request *rq; member in struct:kgem_bo
42 #define RQ(rq) ((struct kgem_request *)((uintptr_t)(rq) & ~3))
43 #define RQ_RING(rq) ((uintptr_t)(rq) & 3)
44 #define RQ_IS_BLT(rq) (RQ_RING(rq) == KGEM_BLT)
45 #define MAKE_REQUEST(rq, ring) ((struct kgem_request *)((uintptr_t)(rq) | (ring)))
334 if (bo->proxy->rq)
[all...]
H A Dkgem.c292 DBG(("%s: handle=%d, domain: %d exec? %d, rq? %d\n", __FUNCTION__,
293 bo->handle, bo->domain, bo->exec != NULL, bo->rq != NULL));
295 assert(bo->rq == NULL);
632 DBG(("%s: retiring bo handle=%d (needed flush? %d), rq? %d [busy?=%d]\n",
633 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL,
638 if (bo->rq) {
652 DBG(("%s: retiring bo handle=%d (needed flush? %d), rq? %d [busy?=%d]\n",
653 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL,
658 if (bo->rq) {
871 struct kgem_request *rq; local in function:__kgem_request_alloc
889 __kgem_request_free(struct kgem_request * rq) argument
2660 __kgem_retire_rq(struct kgem * kgem,struct kgem_request * rq) argument
2729 struct kgem_request *rq; local in function:kgem_retire__requests_ring
2797 struct kgem_request *rq; local in function:__kgem_ring_is_idle
2851 struct kgem_request *rq = bo->rq, *tmp; local in function:__kgem_retire_requests_upto
2905 struct kgem_request *rq = kgem->next_request; local in function:kgem_commit
3179 struct kgem_request *rq; local in function:kgem_cleanup
3302 struct kgem_request *rq = kgem->next_request; local in function:kgem_reset
3577 struct kgem_request *rq; local in function:_kgem_submit
3873 struct kgem_request *rq = __kgem_freed_request; local in function:kgem_expire_cache
4005 struct kgem_request *rq; local in function:kgem_cleanup_cache
[all...]
H A Dsna_gradient.c250 force, cache->cache_bo->domain, cache->cache_bo->rq != NULL, cache->dirty, cache->size));
H A Dsna_dri2.c1102 struct kgem_request *rq = sna->kgem.next_request; local in function:__sna_dri2_copy_region
1104 if (rq->bo) {
1105 bo = ref(rq->bo);
2090 DBG(("%s: handle=%d, domain: %d exec? %d, rq? %d\n", __FUNCTION__,
2091 bo->handle, bo->domain, bo->exec != NULL, bo->rq != NULL));
2097 if (bo->rq == NULL)
/xsrc/external/mit/libXevie/dist/
H A DMakefile.in592 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/libXfontcache/dist/
H A DMakefile.in608 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/libxkbui/dist/
H A DMakefile.in496 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/mesa-demos/dist/
H A DMakefile.in637 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/mkfontdir/dist/
H A DMakefile.in578 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-adobe-75dpi/dist/
H A DMakefile.in622 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-adobe-utopia-100dpi/dist/
H A DMakefile.in538 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-adobe-utopia-75dpi/dist/
H A DMakefile.in456 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-adobe-utopia-type1/dist/
H A DMakefile.in462 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-alias/dist/
H A DMakefile.in578 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-arabic-misc/dist/
H A DMakefile.in461 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-bh-100dpi/dist/
H A DMakefile.in574 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-bh-75dpi/dist/
H A DMakefile.in574 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-bh-lucidatypewriter-100dpi/dist/
H A DMakefile.in532 zip -rq $(distdir).zip $(distdir)
/xsrc/external/mit/font-bh-lucidatypewriter-75dpi/dist/
H A DMakefile.in532 zip -rq $(distdir).zip $(distdir)

Completed in 49 milliseconds

12345678910