HomeSort by relevance Sort by last modified time
    Searched refs:n_if (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_finalize.cpp 189 if_node *n_if = static_cast<if_node*>(repdep1->first); local
191 if (n_if) {
194 assert(n_if->is_if());
196 container_node *repdep2 = static_cast<container_node*>(n_if->first);
216 bool has_else = n_if->next;
232 n_if->insert_after(nelse);
242 n_if->expand();
sb_bc_parser.cpp 958 if_node *n_if = sh->create_if(); local
967 dep->push_front(n_if);
968 n_if->push_back(dep2);
970 n_if->cond = sh->get_special_value(SV_EXEC_MASK);

Completed in 80 milliseconds