Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlist.h113 bool is_head_sentinel() const;
257 inline bool exec_node::is_head_sentinel() const in is_head_sentinel() function
Dloop_analysis.cpp52 for (exec_node *node = loop->prev; !node->is_head_sentinel(); in find_initial_value()
Dast.h368 this->array_dimensions.get_tail_raw()->prev->is_head_sentinel(); in is_single_dimension()
Dast_to_hir.cpp2354 !node->is_head_sentinel(); node = node->prev) { in process_array_type()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h431 !__scan_inst->is_head_sentinel(); \
Dbrw_vec4_reg_allocate.cpp316 !prev_inst->is_head_sentinel(); in can_use_scratch_for_source()
Dbrw_shader.cpp1166 if (!this->is_head_sentinel()) in insert_after()
Dbrw_schedule_instructions.cpp1057 while (!prev->is_head_sentinel()) { in add_barrier_deps()
Dbrw_fs.cpp2934 if (load_payload->is_head_sentinel() || in opt_zero_samples()
3051 !prev->is_head_sentinel() && prev->opcode == FS_OPCODE_DISCARD_JUMP; in opt_redundant_discard_jumps()