Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c290 case BI_SPECIAL_FRSQ: { in biti_special()
605 if (!ins->swizzle[0][0] && ins->op.special == BI_SPECIAL_FRSQ) { in bit_step()
/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h231 BI_SPECIAL_FRSQ, enumerator
Dbi_print.c193 case BI_SPECIAL_FRSQ: return "frsq"; in bi_special_op_name()
Dbi_pack.c680 case BI_SPECIAL_FRSQ: in bi_pack_add_special()
Dbifrost_compile.c1274 alu.op.special = BI_SPECIAL_FRSQ; in emit_alu()