| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | radeon_compiler_optimize_tests.c | 58 unsigned inst_count = 0; local in function:test_runner_rc_optimize 69 inst = inst->Next, inst_count++) { 70 inst_list[inst_count] = inst;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | radeon_compiler_optimize_tests.c | 58 unsigned inst_count = 0; local in function:test_runner_rc_optimize 69 inst = inst->Next, inst_count++) { 70 inst_list[inst_count] = inst;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 70 count = rs->inst_count & 0xf;
|
| H A D | r300_context.h | 172 uint32_t inst_count; /* R300_RS_INST_COUNT */ member in struct:r300_rs_block
|
| H A D | r300_emit.c | 806 unsigned count = (rs->inst_count & R300_RS_INST_COUNT_MASK) + 1; 820 fprintf(stderr, " : count: 0x%08x inst_count: 0x%08x\n", 821 rs->count, rs->inst_count); 843 OUT_CS(rs->inst_count);
|
| H A D | r300_state_derived.c | 625 rs.inst_count = count - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 70 count = rs->inst_count & 0xf;
|
| H A D | r300_context.h | 172 uint32_t inst_count; /* R300_RS_INST_COUNT */ member in struct:r300_rs_block
|
| H A D | r300_emit.c | 809 unsigned count = (rs->inst_count & R300_RS_INST_COUNT_MASK) + 1; 823 fprintf(stderr, " : count: 0x%08x inst_count: 0x%08x\n", 824 rs->count, rs->inst_count); 846 OUT_CS(rs->inst_count);
|
| H A D | r300_state_derived.c | 625 rs.inst_count = count - 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_sched.h | 163 unsigned inst_count() { function in class:r600_sb::alu_group_tracker 169 unsigned slot_count() { return inst_count() + literal_slot_count(); }
|
| H A D | sb_sched.cpp | 1866 if (rt.inst_count() == ctx.num_slots) { 1882 if (rt.inst_count() && i1 > 50) 1890 sblog << " prepare_alu_group done, " << rt.inst_count() 1901 return rt.inst_count(); 1989 assert(grp().inst_count());
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_sched.h | 163 unsigned inst_count() { function in class:r600_sb::alu_group_tracker 169 unsigned slot_count() { return inst_count() + literal_slot_count(); }
|
| H A D | sb_sched.cpp | 1866 if (rt.inst_count() == ctx.num_slots) { 1882 if (rt.inst_count() && i1 > 50) 1890 sblog << " prepare_alu_group done, " << rt.inst_count() 1901 return rt.inst_count(); 1992 assert(grp().inst_count());
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_push.c | 245 unsigned inst_count = info->instance_count; local in function:nv50_push_vbo 326 while (inst_count--) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_push.c | 247 unsigned inst_count = info->instance_count; local in function:nv50_push_vbo 328 while (inst_count--) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo_translate.c | 555 unsigned inst_count = info->instance_count; local in function:nvc0_push_vbo 641 if (--inst_count) { 647 } while (inst_count);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo_translate.c | 566 unsigned inst_count = info->instance_count; local in function:nvc0_push_vbo 652 if (--inst_count) { 658 } while (inst_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 410 int inst_count = 0; local in function:brw::vec4_visitor::opt_vector_float 451 if (inst_count > 1) { 459 for (int i = 0; i < inst_count; i++) { 466 inst_count = 0; 488 imm_inst[inst_count++] = inst;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 408 int inst_count = 0; local in function:brw::vec4_visitor::opt_vector_float 449 if (inst_count > 1) { 457 for (int i = 0; i < inst_count; i++) { 464 inst_count = 0; 486 imm_inst[inst_count++] = inst;
|