Home
last modified time | relevance | path

Searched refs:is_tail_sentinel (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_function.cpp54 ; !node_a->is_tail_sentinel() in parameter_lists_match()
60 if (node_b->is_tail_sentinel()) in parameter_lists_match()
112 if (!node_b->is_tail_sentinel()) in parameter_lists_match()
232 ; !node_a->is_tail_sentinel() in is_best_inexact_overload()
379 ; !node_a->is_tail_sentinel() && !node_b->is_tail_sentinel() in parameter_lists_match_exact()
394 return (node_a->is_tail_sentinel() == node_b->is_tail_sentinel()); in parameter_lists_match_exact()
Dlower_jumps.cpp300 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
308 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
482 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
490 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
522 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
770 if(!next->is_tail_sentinel()) { in visit()
802 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
824 if(!ir->get_next()->is_tail_sentinel()) { in visit()
Dopt_flatten_nested_if_blocks.cpp94 if (!inner || !inner->next->is_tail_sentinel() || in visit_leave()
Dopt_conditional_discard.cpp68 !ir->then_instructions.get_head_raw()->next->is_tail_sentinel() || in visit_leave()
Ds_expression.cpp170 if (!expr->next->is_tail_sentinel()) in print()
Dlink_functions.cpp198 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dlist.h108 bool is_tail_sentinel() const;
252 inline bool exec_node::is_tail_sentinel() const in is_tail_sentinel() function
Dast_function.cpp232 assert(!actual_ir_node->is_tail_sentinel()); in verify_parameter_modes()
233 assert(!actual_ast_node->is_tail_sentinel()); in verify_parameter_modes()
1416 return (p->type->is_scalar() && p->next->is_tail_sentinel()); in single_scalar_parameter()
1741 assert(first_param->next->is_tail_sentinel()); in emit_inline_matrix_constructor()
1918 assert(!node->is_tail_sentinel()); in emit_inline_record_constructor()
Dopt_function_inlining.cpp97 assert(ret->next->is_tail_sentinel()); in replace_return_with_assignment()
Dlower_tess_level.cpp389 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dloop_unroll.cpp356 while (!ir_if->get_next()->is_tail_sentinel()) { in splice_post_if_instructions()
Dir_validate.cpp1133 if (formal_param_node->is_tail_sentinel() in visit_enter()
1134 != actual_param_node->is_tail_sentinel()) { in visit_enter()
1138 if (formal_param_node->is_tail_sentinel()) { in visit_enter()
Dlower_distance.cpp536 while (!actual_param_node->is_tail_sentinel()) { in visit_leave()
Dir_reader.cpp212 for (/* nothing */; !node->is_tail_sentinel(); node = node->next) { in read_function()
255 for (/* nothing */; !node->is_tail_sentinel(); node = node->next) { in read_function_sig()
Dglsl_parser_extras.cpp957 !expr_node->is_tail_sentinel(); in _mesa_ast_set_aggregate_type()
971 for (unsigned i = 0; !expr_node->is_tail_sentinel() && i < type->length; in _mesa_ast_set_aggregate_type()
983 !expr_node->is_tail_sentinel(); in _mesa_ast_set_aggregate_type()
Dir.cpp933 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant()
1001 assert(value->next->is_tail_sentinel()); in ir_constant()
1031 assert(!value->is_tail_sentinel()); in ir_constant()
Dloop_analysis.cpp223 !node->is_tail_sentinel(); in incremented_before_terminator()
Dglsl_to_nir.cpp1291 if (!param->is_tail_sentinel()) { in visit()
1297 if (!param->is_tail_sentinel()) { in visit()
1397 if (!param->is_tail_sentinel()) { in visit()
1405 if (!param->is_tail_sentinel()) { in visit()
Dast_type.cpp924 !node->is_tail_sentinel(); node = node->next) { in process_qualifier_constant()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h426 !__scan_inst->is_tail_sentinel(); \
Dbrw_shader.cpp1181 if (!this->is_tail_sentinel()) in insert_before()
Dbrw_schedule_instructions.cpp1066 while (!next->is_tail_sentinel()) { in add_barrier_deps()
Dbrw_fs_generator.cpp580 !inst->get_next()->is_tail_sentinel() && in generate_mov_indirect()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3638 if (!param->is_tail_sentinel()) { in visit_ssbo_intrinsic()
3906 if (!param->is_tail_sentinel()) { in visit_image_intrinsic()
3912 if (!param->is_tail_sentinel()) { in visit_image_intrinsic()
3918 assert(param->is_tail_sentinel()); in visit_image_intrinsic()
5555 while (!inst2->is_tail_sentinel()) { in merge_two_dsts()
5566 if (inst2->is_tail_sentinel()) { in merge_two_dsts()