Searched refs:scan_inst (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1289 for (fs_inst *scan_inst = (fs_inst *)inst->next;
1290 !scan_inst->is_tail_sentinel();
1291 scan_inst = (fs_inst *)scan_inst->next) {
1292 if (scan_inst->opcode == BRW_OPCODE_DO ||
1293 scan_inst->opcode == BRW_OPCODE_WHILE ||
1294 scan_inst->opcode == BRW_OPCODE_ELSE ||
1295 scan_inst->opcode == BRW_OPCODE_ENDIF) {
1300 if (scan_inst->src[i].file != GRF ||
1301 scan_inst
1523 fs_inst *scan_inst = (fs_inst *)node; local
1714 fs_inst *scan_inst; local
[all...]
H A Dbrw_vec4.cpp756 vec4_instruction *scan_inst; local
757 for (scan_inst = (vec4_instruction *)inst->prev;
758 scan_inst->prev != NULL;
759 scan_inst = (vec4_instruction *)scan_inst->prev) {
760 if (scan_inst->dst.file == GRF &&
761 scan_inst->dst.reg == inst->src[0].reg &&
762 scan_inst->dst.reg_offset == inst->src[0].reg_offset) {
768 if (scan_inst->mlen)
775 if (scan_inst
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1289 for (fs_inst *scan_inst = (fs_inst *)inst->next;
1290 !scan_inst->is_tail_sentinel();
1291 scan_inst = (fs_inst *)scan_inst->next) {
1292 if (scan_inst->opcode == BRW_OPCODE_DO ||
1293 scan_inst->opcode == BRW_OPCODE_WHILE ||
1294 scan_inst->opcode == BRW_OPCODE_ELSE ||
1295 scan_inst->opcode == BRW_OPCODE_ENDIF) {
1300 if (scan_inst->src[i].file != GRF ||
1301 scan_inst
1523 fs_inst *scan_inst = (fs_inst *)node; local
1714 fs_inst *scan_inst; local
[all...]
H A Dbrw_vec4.cpp756 vec4_instruction *scan_inst; local
757 for (scan_inst = (vec4_instruction *)inst->prev;
758 scan_inst->prev != NULL;
759 scan_inst = (vec4_instruction *)scan_inst->prev) {
760 if (scan_inst->dst.file == GRF &&
761 scan_inst->dst.reg == inst->src[0].reg &&
762 scan_inst->dst.reg_offset == inst->src[0].reg_offset) {
768 if (scan_inst->mlen)
775 if (scan_inst
[all...]

Completed in 768 milliseconds