Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.c297 static const struct fetch_op_info fetch_op_table[] = { variable
527 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()