Searched refs:fetch_op_table (Results 1 – 2 of 2) sorted by relevance
282 static const struct fetch_op_info fetch_op_table[] = { variable513 assert (op < ARRAY_SIZE(fetch_op_table)); in r600_isa_fetch()514 return &fetch_op_table[op]; in r600_isa_fetch()557 for (i = 0; i < ARRAY_SIZE(fetch_op_table); ++i) { in r600_isa_init()558 const struct fetch_op_info *op = &fetch_op_table[i]; in r600_isa_init()
45793 …form/external/mesa3d,[email protected],r600: move fetch_op_table to .c file