Home
last modified time | relevance | path

Searched refs:last_grf_write (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp250 schedule_node *last_grf_write[virtual_grf_count]; in calculate_deps() local
269 memset(last_grf_write, 0, sizeof(last_grf_write)); in calculate_deps()
280 add_dep(last_grf_write[inst->src[i].reg], n); in calculate_deps()
308 add_dep(last_grf_write[inst->dst.reg], n); in calculate_deps()
309 last_grf_write[inst->dst.reg] = n; in calculate_deps()
348 memset(last_grf_write, 0, sizeof(last_grf_write)); in calculate_deps()
364 add_dep(n, last_grf_write[inst->src[i].reg]); in calculate_deps()
393 last_grf_write[inst->dst.reg] = n; in calculate_deps()