Searched defs:oldf (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.c708 struct r600_fence **oldf = (struct r600_fence**)ptr; local
711 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
714 pipe_resource_reference((struct pipe_resource**)&(*oldf)->sleep_bo, NULL);
715 LIST_ADDTAIL(&(*oldf)->head, &rscreen->fences.pool);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c522 struct r600_fence **oldf = (struct r600_fence**)ptr; local
525 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
528 si_resource_reference(&(*oldf)->sleep_bo, NULL);
529 LIST_ADDTAIL(&(*oldf)->head, &rscreen->fences.pool);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c708 struct r600_fence **oldf = (struct r600_fence**)ptr; local
711 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
714 pipe_resource_reference((struct pipe_resource**)&(*oldf)->sleep_bo, NULL);
715 LIST_ADDTAIL(&(*oldf)->head, &rscreen->fences.pool);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c522 struct r600_fence **oldf = (struct r600_fence**)ptr; local
525 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
528 si_resource_reference(&(*oldf)->sleep_bo, NULL);
529 LIST_ADDTAIL(&(*oldf)->head, &rscreen->fences.pool);
/external/mksh/src/
H A Djobs.c1100 int oldf = j->flags & (JF_WAITING|JF_W_ASYNCNOTIFY); local
1104 j->flags |= oldf;

Completed in 90 milliseconds