Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1237 alu.op.bitwise = BI_BITWISE_OR; in emit_alu()
1248 alu.op.bitwise = BI_BITWISE_OR; in emit_alu()
1307 alu.op.bitwise = BI_BITWISE_OR; in emit_alu()
1596 .op.bitwise = BI_BITWISE_OR, in bi_emit_tex_offset_ms_index()
1771 .op.bitwise = BI_BITWISE_OR, in texc_pack_cube_coord()
Dcompiler.h195 BI_BITWISE_OR, enumerator
Dbi_print.c163 case BI_BITWISE_OR: return "or"; in bi_bitwise_op_name()
Dbi_pack.c439 case BI_BITWISE_OR: in BI_PACK_SHIFT()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c467 else if (ins->op.bitwise == BI_BITWISE_OR) in bit_step()