Searched refs:per_thread_dwords (Results 1 – 1 of 1) sorted by relevance
6964 unsigned cross_thread_dwords, per_thread_dwords; in cs_fill_push_const_info() local6967 per_thread_dwords = prog_data->nr_params; in cs_fill_push_const_info()6971 per_thread_dwords = prog_data->nr_params - cross_thread_dwords; in cs_fill_push_const_info()6972 assert(per_thread_dwords > 0 && per_thread_dwords <= 8); in cs_fill_push_const_info()6976 per_thread_dwords = 0u; in cs_fill_push_const_info()6980 fill_push_const_block_info(&cs_prog_data->push.per_thread, per_thread_dwords); in cs_fill_push_const_info()