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.h107 bool is_head_sentinel() const;
251 inline bool exec_node::is_head_sentinel() const in is_head_sentinel() function
656 !(__inst)->is_head_sentinel(); \
Dloop_analysis.cpp52 for (exec_node *node = loop->prev; !node->is_head_sentinel(); in find_initial_value()
Dast.h363 this->array_dimensions.get_tail_raw()->prev->is_head_sentinel(); in is_single_dimension()
Dast_to_hir.cpp2321 !node->is_head_sentinel(); node = node->prev) { in process_array_type()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h354 !__scan_inst->is_head_sentinel(); \
Dbrw_vec4_reg_allocate.cpp317 !prev_inst->is_head_sentinel(); in can_use_scratch_for_source()
Dbrw_shader.cpp1044 if (!this->is_head_sentinel()) in insert_after()
Dbrw_schedule_instructions.cpp941 while (!prev->is_head_sentinel()) { in add_barrier_deps()
Dbrw_fs.cpp2576 if (load_payload->is_head_sentinel() || in opt_zero_samples()
2641 if (unlikely(fb_write->prev->is_head_sentinel())) in opt_sampler_eot()
2662 if (tex_inst->prev->is_head_sentinel()) in opt_sampler_eot()
2788 !prev->is_head_sentinel() && prev->opcode == FS_OPCODE_DISCARD_JUMP; in opt_redundant_discard_jumps()