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
/hardware/intel/img/libdrm/libdrm/radeon/
radeon_cs_space.c
45
sc->
new_accounted
= 0;
51
bo->space_accounted = sc->
new_accounted
= (read_domains << 16) | write_domain;
57
sc->
new_accounted
= bo->space_accounted;
61
sc->
new_accounted
= bo->space_accounted;
72
sc->
new_accounted
= (read_domains << 16) | write_domain;
80
sc->
new_accounted
= write_domain;
90
sc->
new_accounted
= bo->space_accounted & 0xffff;
151
bo->space_accounted = cs->bos[i].
new_accounted
;
154
new_tmp->bo->space_accounted = new_tmp->
new_accounted
;
173
cs->bos[i].
new_accounted
= 0
[
all
...]
radeon_cs.h
57
uint32_t
new_accounted
;
member in struct:radeon_cs_space_check
Completed in 49 milliseconds