Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp6595 unsigned cross_thread_dwords, per_thread_dwords; in cs_fill_push_const_info() local
6598 per_thread_dwords = prog_data->nr_params; in cs_fill_push_const_info()
6602 per_thread_dwords = prog_data->nr_params - cross_thread_dwords; in cs_fill_push_const_info()
6603 assert(per_thread_dwords > 0 && per_thread_dwords <= 8); in cs_fill_push_const_info()
6607 per_thread_dwords = 0u; in cs_fill_push_const_info()
6611 fill_push_const_block_info(&cs_prog_data->push.per_thread, per_thread_dwords); in cs_fill_push_const_info()