Searched defs:input_node (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c540 unsigned int i, j, index, input_node, node_count, node_index; local
662 for (i = 0, input_node = 0; i< s->NumInputs; i++) {
666 ra_set_node_class(graph, node_count + input_node,
674 node_count + input_node);
678 ra_set_node_reg(graph, node_count + input_node, get_reg_id(
680 input_node++;
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-machops.cc3209 Node* input_node[kNumInputs]; local
3212 input_node[i] =
3218 m.ChangeFloat64ToInt32(input_node[i]));
3241 Node* input_node[kNumInputs]; local
3244 input_node[i] =
3250 m.ChangeFloat64ToUint32(input_node[i]));
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c540 unsigned int i, j, index, input_node, node_count, node_index; local
662 for (i = 0, input_node = 0; i< s->NumInputs; i++) {
666 ra_set_node_class(graph, node_count + input_node,
674 node_count + input_node);
678 ra_set_node_reg(graph, node_count + input_node, get_reg_id(
680 input_node++;

Completed in 207 milliseconds