Searched refs:bi_dest_index (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 242 bi_emit_cached_split(b, bi_dest_index(&dest), in bi_split_dest() 415 bi_make_vec_to(b, bi_dest_index(&instr->dest), in bi_copy_component() 431 bi_index dest = (component == 0) ? bi_dest_index(&instr->dest) : bi_temp(b->shader); in bi_emit_load_attr() 502 bi_index dest = (component == 0) ? bi_dest_index(&instr->dest) : bi_temp(b->shader); in bi_emit_load_vary() 683 bi_load_sysval_to(b, bi_dest_index(&intr->dest), in bi_load_sysval_nir() 754 bi_emit_collect_to(b, bi_dest_index(&instr->dest), srcs, size == 32 ? 4 : 2); in bi_emit_load_blend_input() 1097 bi_dest_index(&instr->dest), offset_is_const ? in bi_emit_load_ubo() 1125 bi_emit_collect_to(b, bi_dest_index(&instr->dest), channels, n); in bi_emit_load_push_constant() 1169 bi_index dest = bi_dest_index(&instr->dest); in bi_emit_load() 1410 bi_index dest = bi_dest_index(&instr->dest); in bi_emit_image_load() [all …]
|
D | compiler.h | 921 bi_dest_index(nir_dest *dst) in bi_dest_index() function
|