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

  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 599 unsigned vb_index = mgr->ve->ve[i].vertex_buffer_index; local
601 if (!mgr->vertex_buffer[vb_index].stride) {
603 !(incompatible_vb_mask & (1 << vb_index))) {
606 mask[VB_CONST] |= 1 << vb_index;
609 !(incompatible_vb_mask & (1 << vb_index))) {
612 mask[VB_INSTANCE] |= 1 << vb_index;
616 !(incompatible_vb_mask & (1 << vb_index))) {
619 mask[VB_VERTEX] |= 1 << vb_index;
635 unsigned bit, vb_index = mgr->ve->ve[i].vertex_buffer_index; local
636 bit = 1 << vb_index;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 145 unsigned vb_index,
150 struct pipe_vertex_buffer *vb = &state->vb[vb_index];
159 state->enabled_mask |= 1 << vb_index;
160 state->dirty_mask |= 1 << vb_index;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 914 unsigned vb_index, i; local
918 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) {
933 util_draw_arrays(c->pipe, PIPE_PRIM_QUADS, vb_index * 4, 4);
934 vb_index++;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1694 LLVMValueRef vb_index = local
    [all...]

Completed in 412 milliseconds