OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incompatible_vb_mask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c
122
uint32_t
incompatible_vb_mask
; /* each bit describes a corresp. buffer */
member in struct:u_vbuf
388
mgr->ve->incompatible_vb_mask_all | mgr->
incompatible_vb_mask
|
451
!(mgr->
incompatible_vb_mask
& (1 << vb_index))) {
457
!(mgr->
incompatible_vb_mask
& (1 << vb_index))) {
464
!(mgr->
incompatible_vb_mask
& (1 << vb_index))) {
486
!(mgr->
incompatible_vb_mask
& (1 << vb_index)) &&
719
mgr->
incompatible_vb_mask
= 0;
745
mgr->
incompatible_vb_mask
|= 1 << i;
881
return ((mgr->user_vb_mask | mgr->
incompatible_vb_mask
|
892
return (~mgr->user_vb_mask & ~mgr->
incompatible_vb_mask
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c
122
uint32_t
incompatible_vb_mask
; /* each bit describes a corresp. buffer */
member in struct:u_vbuf
388
mgr->ve->incompatible_vb_mask_all | mgr->
incompatible_vb_mask
|
451
!(mgr->
incompatible_vb_mask
& (1 << vb_index))) {
457
!(mgr->
incompatible_vb_mask
& (1 << vb_index))) {
464
!(mgr->
incompatible_vb_mask
& (1 << vb_index))) {
486
!(mgr->
incompatible_vb_mask
& (1 << vb_index)) &&
719
mgr->
incompatible_vb_mask
= 0;
745
mgr->
incompatible_vb_mask
|= 1 << i;
881
return ((mgr->user_vb_mask | mgr->
incompatible_vb_mask
|
892
return (~mgr->user_vb_mask & ~mgr->
incompatible_vb_mask
[
all
...]
Completed in 117 milliseconds