Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_scoreboard.c57 #define BI_NUM_SLOTS 8 macro
254 for (unsigned i = 0; i < BI_NUM_SLOTS; ++i) { in scoreboard_block_update()
271 for (unsigned i = 0; i < BI_NUM_SLOTS; ++i) in scoreboard_block_update()
Dcompiler.h645 #define BI_NUM_SLOTS 8 macro
650 uint64_t read[BI_NUM_SLOTS];
651 uint64_t write[BI_NUM_SLOTS];
654 uint8_t varying : BI_NUM_SLOTS;
655 uint8_t memory : BI_NUM_SLOTS;
Dbi_print.c147 for (unsigned i = 0; i < BI_NUM_SLOTS; ++i) { in bi_print_scoreboard()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_insert_flow.c236 for (unsigned i = 0; i < BI_NUM_SLOTS; ++i) { in scoreboard_block_update()