Searched refs:incompatible_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.c58 uint32_t incompatible_vb_mask_any; member in struct:u_vbuf_elements
683 ve->incompatible_vb_mask_any |= 1 << ve->ve[i].vertex_buffer_index;
689 ve->compatible_vb_mask_all = ~ve->incompatible_vb_mask_any & used_buffers;
882 mgr->ve->incompatible_vb_mask_any) &
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c58 uint32_t incompatible_vb_mask_any; member in struct:u_vbuf_elements
683 ve->incompatible_vb_mask_any |= 1 << ve->ve[i].vertex_buffer_index;
689 ve->compatible_vb_mask_all = ~ve->incompatible_vb_mask_any & used_buffers;
882 mgr->ve->incompatible_vb_mask_any) &

Completed in 742 milliseconds