Searched refs:bi_dest_index (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 239 bi_dest_index(&instr->dest), in bi_copy_component() 256 bi_index dest = (component == 0) ? bi_dest_index(&instr->dest) : bi_temp(b->shader); in bi_emit_load_attr() 287 bi_index dest = (component == 0) ? bi_dest_index(&instr->dest) : bi_temp(b->shader); in bi_emit_load_vary() 430 bi_load_sysval_to(b, bi_dest_index(&intr->dest), in bi_load_sysval_nir() 501 bi_make_vec_to(b, bi_dest_index(&instr->dest), in bi_emit_load_blend_input() 735 bi_dest_index(&instr->dest), offset_is_const ? in bi_emit_load_ubo() 752 bi_dest_index(&instr->dest), in bi_emit_load() 981 bi_ld_attr_tex_to(b, bi_dest_index(&instr->dest), in bi_emit_image_load() 1079 bi_make_vec_to(b, bi_dest_index(&instr->dest), src, NULL, 4, 32); in bi_emit_load_frag_coord() 1104 bi_ld_tile_to(b, bi_dest_index(&instr->dest), bi_pixel_indices(b, rt), in bi_emit_ld_tile() [all …]
|
D | compiler.h | 722 bi_dest_index(nir_dest *dst) in bi_dest_index() function
|