Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_primitive_restart.c322 bool cut_index_will_work; in can_cut_index_handle_restart_index() local
326 cut_index_will_work = restart_index == 0xff; in can_cut_index_handle_restart_index()
329 cut_index_will_work = restart_index == 0xffff; in can_cut_index_handle_restart_index()
332 cut_index_will_work = restart_index == 0xffffffff; in can_cut_index_handle_restart_index()
338 return cut_index_will_work; in can_cut_index_handle_restart_index()