Searched refs:is_head_sentinel (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlist.h113 bool is_head_sentinel() const;
257 inline bool exec_node::is_head_sentinel() const function in class:exec_node
689 !(__inst)->is_head_sentinel(); \
H A Dloop_analysis.cpp52 for (exec_node *node = loop->prev; !node->is_head_sentinel();
H A Dast.h364 this->array_dimensions.get_tail_raw()->prev->is_head_sentinel();
H A Dast_to_hir.cpp2351 !node->is_head_sentinel(); node = node->prev) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_cfg.h354 !__scan_inst->is_head_sentinel(); \
H A Dbrw_vec4_reg_allocate.cpp317 !prev_inst->is_head_sentinel();
H A Dbrw_shader.cpp1125 if (!this->is_head_sentinel())
H A Dbrw_schedule_instructions.cpp1039 while (!prev->is_head_sentinel()) {
H A Dbrw_fs.cpp2779 if (load_payload->is_head_sentinel() ||
2844 if (unlikely(fb_write->prev->is_head_sentinel()))
2865 if (tex_inst->prev->is_head_sentinel())
2991 !prev->is_head_sentinel() && prev->opcode == FS_OPCODE_DISCARD_JUMP;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlist.h113 bool is_head_sentinel() const;
257 inline bool exec_node::is_head_sentinel() const function in class:exec_node
H A Dloop_analysis.cpp52 for (exec_node *node = loop->prev; !node->is_head_sentinel();
H A Dast.h368 this->array_dimensions.get_tail_raw()->prev->is_head_sentinel();
H A Dast_to_hir.cpp2391 !node->is_head_sentinel(); node = node->prev) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_cfg.h442 !__scan_inst->is_head_sentinel(); \
H A Dbrw_vec4_reg_allocate.cpp276 !prev_inst->is_head_sentinel();
H A Dbrw_shader.cpp1211 if (!this->is_head_sentinel())
H A Dbrw_schedule_instructions.cpp1109 while (!prev->is_head_sentinel()) {
H A Dbrw_fs.cpp3082 if (load_payload->is_head_sentinel() ||
3205 !prev->is_head_sentinel() && prev->opcode == BRW_OPCODE_HALT;

Completed in 63 milliseconds