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 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c
184
uint32_t
incompatible_vb_mask
; /* each bit describes a corresp. buffer */
member in struct:u_vbuf
532
mgr->ve->incompatible_vb_mask_all | mgr->
incompatible_vb_mask
|
574
unsigned
incompatible_vb_mask
= mgr->
incompatible_vb_mask
&
local
599
!(
incompatible_vb_mask
& (1 << vb_index))) {
605
!(
incompatible_vb_mask
& (1 << vb_index))) {
612
!(
incompatible_vb_mask
& (1 << vb_index))) {
635
!(
incompatible_vb_mask
& (1 << vb_index)) &&
819
uint32_t
incompatible_vb_mask
= 0;
local
826
mgr->
incompatible_vb_mask
&= mask
1152
uint32_t
incompatible_vb_mask
= mgr->
incompatible_vb_mask
& used_vb_mask;
local
[
all
...]
Completed in 191 milliseconds