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.c52 bool cut_index_will_work; in can_cut_index_handle_restart_index() local
56 cut_index_will_work = ctx->Array.RestartIndex == 0xff; in can_cut_index_handle_restart_index()
59 cut_index_will_work = ctx->Array.RestartIndex == 0xffff; in can_cut_index_handle_restart_index()
62 cut_index_will_work = ctx->Array.RestartIndex == 0xffffffff; in can_cut_index_handle_restart_index()
68 return cut_index_will_work; in can_cut_index_handle_restart_index()