Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_isa.c282 static const struct fetch_op_info fetch_op_table[] = { variable
513 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()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv45793 …form/external/mesa3d,[email protected],r600: move fetch_op_table to .c file