Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_print.c51 case BI_BITWISE: return "bitwise"; in bi_class_name()
137 if (ins->type == BI_BITWISE && s == 1 && ins->bitwise.src1_invert) { in bi_print_src()
261 else if (ins->type == BI_BITWISE) in bi_print_instruction()
285 else if (ins->type == BI_BITWISE) in bi_print_instruction()
315 if (ins->type == BI_BITWISE && ins->bitwise.dest_invert) in bi_print_instruction()
Dbi_tables.c35 [BI_BITWISE] = BI_SCHED_ALL,
Dbifrost_compile.c676 .type = BI_BITWISE, in bi_emit_sample_id()
937 return BI_BITWISE; in bi_class_for_nir_alu()
1595 .type = BI_BITWISE, in bi_emit_tex_offset_ms_index()
1750 .type = BI_BITWISE, in texc_pack_cube_coord()
1760 .type = BI_BITWISE, in texc_pack_cube_coord()
1770 .type = BI_BITWISE, in texc_pack_cube_coord()
Dcompiler.h55 BI_BITWISE, enumerator
Dbi_pack.c494 case BI_BITWISE: in bi_pack_fma()
766 case BI_BITWISE: in bi_pack_add()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c541 bi_instruction ins = bit_ins(BI_BITWISE, 3, nir_type_uint, size); in bit_bitwise_helper()
Dbi_interpret.c457 case BI_BITWISE: { in bit_step()
/external/mesa3d/docs/relnotes/
D20.1.0.rst759 - pan/bi: Pack BI_BITWISE
761 - pan/bit: Interpret BI_BITWISE