Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_primitive_restart.c53 bool cut_index_will_work; in can_cut_index_handle_restart_index() local
57 cut_index_will_work = ctx->Array.RestartIndex == 0xff; in can_cut_index_handle_restart_index()
60 cut_index_will_work = ctx->Array.RestartIndex == 0xffff; in can_cut_index_handle_restart_index()
63 cut_index_will_work = ctx->Array.RestartIndex == 0xffffffff; in can_cut_index_handle_restart_index()
69 return cut_index_will_work; in can_cut_index_handle_restart_index()