Searched refs:compatible_vb_mask_any (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c125 uint32_t compatible_vb_mask_any; member in struct:u_vbuf_elements
782 ve->compatible_vb_mask_any |= 1 << ve->ve[i].vertex_buffer_index;
788 ve->incompatible_vb_mask_all = ~ve->compatible_vb_mask_any & used_buffers;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c129 uint32_t compatible_vb_mask_any; member in struct:u_vbuf_elements
890 ve->compatible_vb_mask_any |= vb_index_bit;
901 ve->compatible_vb_mask_any = 0;
907 ve->incompatible_vb_mask_all = ~ve->compatible_vb_mask_any & used_buffers;

Completed in 5 milliseconds