HomeSort by relevance Sort by last modified time
    Searched refs:incompatible_vb_mask_any (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c 58 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) &
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 58 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) &
    [all...]

Completed in 64 milliseconds