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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 140 uint16_t constbuf_valid[3]; member in struct:nv50_context
nv50_context.c 75 uint32_t valid = nv50->constbuf_valid[s];
259 if (!(nv50->constbuf_valid[s] & (1 << i)))
nv50_state.c 887 nv50->constbuf_valid[s] |= 1 << i;
893 nv50->constbuf_valid[s] |= 1 << i;
899 nv50->constbuf_valid[s] &= ~(1 << i);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 75 uint32_t valid = nvc0->constbuf_valid[s];
294 if (!(nvc0->constbuf_valid[s] & (1 << i)))
nvc0_context.h 189 uint16_t constbuf_valid[6]; member in struct:nvc0_context
nvc0_state.c 750 nvc0->constbuf_valid[s] |= 1 << i;
756 nvc0->constbuf_valid[s] |= 1 << i;
763 nvc0->constbuf_valid[s] &= ~(1 << i);
    [all...]
nvc0_compute.c 183 nvc0->constbuf_dirty[s] |= nvc0->constbuf_valid[s];
nvc0_state_validate.c 533 nvc0->constbuf_dirty[5] |= nvc0->constbuf_valid[5];

Completed in 82 milliseconds