Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp151 assert(!inst->is_head_sentinel()); in add_inst()
222 while (!prev->is_head_sentinel()) { in add_barrier_deps()
356 !node->is_head_sentinel(); in calculate_deps()
/external/mesa3d/src/glsl/
Dloop_controls.cpp48 !node->is_head_sentinel(); in find_initial_value()
Dlist.h193 bool is_head_sentinel() const in is_head_sentinel() function