OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_accounted
(Results
1 - 2
of
2
) sorted by null
/external/libdrm/radeon/
radeon_cs_space.c
51
sc->
new_accounted
= 0;
57
bo->space_accounted = sc->
new_accounted
= (read_domains << 16) | write_domain;
63
sc->
new_accounted
= bo->space_accounted;
67
sc->
new_accounted
= bo->space_accounted;
77
sc->
new_accounted
= write_domain;
80
sc->
new_accounted
= read_domains << 16;
89
sc->
new_accounted
= write_domain;
99
sc->
new_accounted
= bo->space_accounted & 0xffff;
160
bo->space_accounted = cs->bos[i].
new_accounted
;
163
new_tmp->bo->space_accounted = new_tmp->
new_accounted
;
[
all
...]
radeon_cs_int.h
9
uint32_t
new_accounted
;
member in struct:radeon_cs_space_check
Completed in 565 milliseconds