Searched refs:fetch_op_table (Results 1 – 1 of 1) sorted by relevance
297 static const struct fetch_op_info fetch_op_table[] = { variable527 assert (op < ARRAY_SIZE(fetch_op_table)); in r600_isa_fetch()528 return &fetch_op_table[op]; in r600_isa_fetch()571 for (i = 0; i < ARRAY_SIZE(fetch_op_table); ++i) { in r600_isa_init()572 const struct fetch_op_info *op = &fetch_op_table[i]; in r600_isa_init()