Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Dafuc.h205 uint32_t opc_r : 6; member
213 if (ai->opc_r < 0x30) { in afuc_get_opc()
214 *opc = ai->opc_r >> 1; in afuc_get_opc()
215 *rep = ai->opc_r & 0x1; in afuc_get_opc()
217 *opc = ai->opc_r; in afuc_get_opc()
226 ai->opc_r = opc << 1; in afuc_set_opc()
227 ai->opc_r |= !!rep; in afuc_set_opc()
229 ai->opc_r = opc; in afuc_set_opc()