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.c51 bool cut_index_will_work; in can_cut_index_handle_restart_index() local
55 cut_index_will_work = (ctx->Array.RestartIndex & 0xff) == 0xff; in can_cut_index_handle_restart_index()
58 cut_index_will_work = (ctx->Array.RestartIndex & 0xffff) == 0xffff; in can_cut_index_handle_restart_index()
61 cut_index_will_work = ctx->Array.RestartIndex == 0xffffffff; in can_cut_index_handle_restart_index()
64 cut_index_will_work = false; in can_cut_index_handle_restart_index()
68 return cut_index_will_work; in can_cut_index_handle_restart_index()