Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c177 for (unsigned i = 0; i < ARRAY_SIZE(bifrost_reg_ctrl_lut); ++i) { in bi_pack_register_mode()
178 if (memcmp(bifrost_reg_ctrl_lut + i, &r.slot23, sizeof(r.slot23)) == 0) in bi_pack_register_mode()
Dbifrost.h385 static const struct bifrost_reg_ctrl_23 bifrost_reg_ctrl_lut[32] = { variable
Ddisassemble.c155 decoded.slot23 = bifrost_reg_ctrl_lut[ctrl]; in DecodeRegCtrl()