Searched refs:BI_BITWISE (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_print.c | 51 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()
|
D | bi_tables.c | 35 [BI_BITWISE] = BI_SCHED_ALL,
|
D | bifrost_compile.c | 676 .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()
|
D | compiler.h | 55 BI_BITWISE, enumerator
|
D | bi_pack.c | 494 case BI_BITWISE: in bi_pack_fma() 766 case BI_BITWISE: in bi_pack_add()
|
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_test_pack.c | 541 bi_instruction ins = bit_ins(BI_BITWISE, 3, nir_type_uint, size); in bit_bitwise_helper()
|
D | bi_interpret.c | 457 case BI_BITWISE: { in bit_step()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 759 - pan/bi: Pack BI_BITWISE 761 - pan/bit: Interpret BI_BITWISE
|