Searched refs:_reg_nr (Results 1 - 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_disasm.c | 476 static int reg (FILE *file, GLuint _reg_file, GLuint _reg_nr) argument 482 _reg_nr &= ~(1 << 7); 485 switch (_reg_nr & 0xf0) { 490 format (file, "a%d", _reg_nr & 0x0f); 493 format (file, "acc%d", _reg_nr & 0x0f); 496 format (file, "f%d", _reg_nr & 0x0f); 499 format (file, "mask%d", _reg_nr & 0x0f); 502 format (file, "msd%d", _reg_nr & 0x0f); 505 format (file, "sr%d", _reg_nr & 0x0f); 508 format (file, "cr%d", _reg_nr 666 src_da16(FILE *file, GLuint _reg_type, GLuint _reg_file, GLuint _vert_stride, GLuint _reg_nr, GLuint _subreg_nr, GLuint __abs, GLuint _negate, GLuint swz_x, GLuint swz_y, GLuint swz_z, GLuint swz_w) argument [all...] |
Completed in 48 milliseconds