Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_special.c81 .dest = pan_dest_index(&instr->dest.dest), in bi_emit_fexp2_new()
150 .dest = pan_dest_index(&instr->dest.dest), in bi_emit_flog2_new()
Dbifrost_compile.c92 load.dest = pan_dest_index(&instr->dest); in bi_load()
115 .dest = pan_dest_index(&instr->dest), in bi_emit_ld_output()
201 .dest = pan_dest_index(&instr->dest), in bi_emit_ld_blend_input()
464 .dest = pan_dest_index(&instr->dest), in bi_emit_ld_ubo()
507 .dest = pan_dest_index(&nir_dest), in bi_emit_sysval()
529 .dest = pan_dest_index(&instr->dest), in bi_emit_ld_frag_coord()
661 .dest = pan_dest_index(&instr->dest), in bi_emit_blend_const()
679 .dest = pan_dest_index(&instr->dest), in bi_emit_sample_id()
706 .dest = pan_dest_index(&instr->dest), in bi_emit_front_face()
728 .dest = pan_dest_index(&instr->dest), in bi_emit_point_coord()
[all …]
/external/mesa3d/src/panfrost/util/
Dpan_ir.h219 pan_dest_index(nir_dest *dst) in pan_dest_index() function