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

  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 68 count = rs->inst_count & 0xf;
r300_emit.c 716 unsigned count = (rs->inst_count & R300_RS_INST_COUNT_MASK) + 1;
730 fprintf(stderr, " : count: 0x%08x inst_count: 0x%08x\n",
731 rs->count, rs->inst_count);
753 OUT_CS(rs->inst_count);
    [all...]
r300_context.h 180 uint32_t inst_count; /* R300_RS_INST_COUNT */ member in struct:r300_rs_block
r300_state_derived.c 580 rs.inst_count = count - 1;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_push.c 213 unsigned inst_count = info->instance_count; local
283 while (inst_count--) {
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 302 unsigned inst_count = info->instance_count; local
365 while (inst_count--) {
nvc0_vbo_translate.c 434 unsigned inst_count = info->instance_count; local
507 if (--inst_count) {
513 } while (inst_count);

Completed in 2325 milliseconds