OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapcount
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_ondemand.c
54
unsigned
mapcount
;
member in struct:pb_ondemand_buffer
116
++buf->
mapcount
;
133
assert(buf->
mapcount
);
134
if(buf->
mapcount
)
135
--buf->
mapcount
;
147
assert(!buf->
mapcount
);
163
if(!buf->
mapcount
) {
180
assert(!buf->
mapcount
);
181
if(buf->
mapcount
)
pb_bufmgr_slab.c
67
unsigned
mapCount
;
206
buf->
mapCount
= 0;
237
++buf->
mapCount
;
247
--buf->
mapCount
;
248
if (buf->
mapCount
== 0)
352
buf->
mapCount
= 0;
pb_buffer_fenced.c
143
unsigned
mapcount
;
member in struct:fenced_buffer
472
!fenced_buf->
mapcount
&&
723
++fenced_buf->
mapcount
;
742
assert(fenced_buf->
mapcount
);
743
if(fenced_buf->
mapcount
) {
746
--fenced_buf->
mapcount
;
747
if(!fenced_buf->
mapcount
)
795
assert(!fenced_buf->
mapcount
);
808
if(fenced_buf->
mapcount
) {
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_ondemand.c
54
unsigned
mapcount
;
member in struct:pb_ondemand_buffer
116
++buf->
mapcount
;
133
assert(buf->
mapcount
);
134
if(buf->
mapcount
)
135
--buf->
mapcount
;
147
assert(!buf->
mapcount
);
163
if(!buf->
mapcount
) {
180
assert(!buf->
mapcount
);
181
if(buf->
mapcount
)
pb_bufmgr_slab.c
67
unsigned
mapCount
;
206
buf->
mapCount
= 0;
237
++buf->
mapCount
;
247
--buf->
mapCount
;
248
if (buf->
mapCount
== 0)
352
buf->
mapCount
= 0;
pb_buffer_fenced.c
143
unsigned
mapcount
;
member in struct:fenced_buffer
472
!fenced_buf->
mapcount
&&
723
++fenced_buf->
mapcount
;
742
assert(fenced_buf->
mapcount
);
743
if(fenced_buf->
mapcount
) {
746
--fenced_buf->
mapcount
;
747
if(!fenced_buf->
mapcount
)
795
assert(!fenced_buf->
mapcount
);
808
if(fenced_buf->
mapcount
) {
Completed in 71 milliseconds