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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_vbuf.c63 uint32_t compatible_vb_mask_any; member in struct:u_vbuf_elements
685 ve->compatible_vb_mask_any |= 1 << ve->ve[i].vertex_buffer_index;
690 ve->incompatible_vb_mask_all = ~ve->compatible_vb_mask_any & used_buffers;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c63 uint32_t compatible_vb_mask_any; member in struct:u_vbuf_elements
685 ve->compatible_vb_mask_any |= 1 << ve->ve[i].vertex_buffer_index;
690 ve->incompatible_vb_mask_all = ~ve->compatible_vb_mask_any & used_buffers;

Completed in 271 milliseconds