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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h 127 uint32_t vbo_constant; /* bitmask of user buffers with stride 0 */ member in struct:nv50_context
nv50_vbo.c 291 if (nv50->vbo_user & ~nv50->vbo_constant)
345 if (nv50->vbo_user & ~nv50->vbo_constant)
355 if (unlikely(nv50->vbo_constant & (1 << b))) {
nv50_state.c 892 nv50->vbo_user = nv50->vbo_constant = 0;
901 nv50->vbo_constant |= 1 << i;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 127 uint32_t vbo_constant; /* bitmask of user buffers with stride 0 */ member in struct:nv50_context
nv50_vbo.c 291 if (nv50->vbo_user & ~nv50->vbo_constant)
345 if (nv50->vbo_user & ~nv50->vbo_constant)
355 if (unlikely(nv50->vbo_constant & (1 << b))) {
nv50_state.c 892 nv50->vbo_user = nv50->vbo_constant = 0;
901 nv50->vbo_constant |= 1 << i;
    [all...]

Completed in 114 milliseconds