Searched refs:pan_dest_index (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_special.c | 81 .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()
|
D | bifrost_compile.c | 92 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/ |
D | pan_ir.h | 219 pan_dest_index(nir_dest *dst) in pan_dest_index() function
|