OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldf
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c
522
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/radeonsi/
radeonsi_pipe.c
522
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/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c
708
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/r600/
r600_pipe.c
708
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/mksh/src/
jobs.c
1100
int
oldf
= j->flags & (JF_WAITING|JF_W_ASYNCNOTIFY);
local
1104
j->flags |=
oldf
;
[
all
...]
Completed in 562 milliseconds