Searched refs:gcnt (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_parser.cpp | 245 unsigned i = cf->bc.addr << 1, cnt = cf->bc.count + 1, gcnt; local in function:r600_sb::bc_parser::decode_alu_clause 255 decode_alu_group(cf, i, gcnt); 256 assert(gcnt <= cnt); 257 cnt -= gcnt; 264 int bc_parser::decode_alu_group(cf_node* cf, unsigned &i, unsigned &gcnt) { argument 271 gcnt = 0; 287 gcnt++; 289 } while (gcnt <= 5 && !n->bc.last); 320 gcnt += literal_ndw >> 1;
|
| H A D | sb_bc.h | 879 int decode_alu_group(cf_node* cf, unsigned &i, unsigned &gcnt);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_parser.cpp | 250 unsigned i = cf->bc.addr << 1, cnt = cf->bc.count + 1, gcnt; local in function:r600_sb::bc_parser::decode_alu_clause 260 decode_alu_group(cf, i, gcnt); 261 assert(gcnt <= cnt); 262 cnt -= gcnt; 269 int bc_parser::decode_alu_group(cf_node* cf, unsigned &i, unsigned &gcnt) { argument 276 gcnt = 0; 292 gcnt++; 294 } while (gcnt <= 5 && !n->bc.last); 325 gcnt += literal_ndw >> 1;
|
| H A D | sb_bc.h | 918 int decode_alu_group(cf_node* cf, unsigned &i, unsigned &gcnt);
|
Completed in 15 milliseconds