Home
last modified time | relevance | path

Searched refs:live_channels (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c291 unsigned live_channels = nir_src_num_components(instr->src[src].src); in print_alu_src() local
293 if (print_swizzle || used_channels != live_channels) { in print_alu_src()
299 fprintf(fp, "%c", comp_mask_string(live_channels)[instr->src[src].swizzle[i]]); in print_alu_src()
317 unsigned live_channels = dest->dest.reg.reg->num_components; in print_alu_dest() local
321 fprintf(fp, "%c", comp_mask_string(live_channels)[i]); in print_alu_dest()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1159 unsigned live_channels = nir_src_num_components(alu->src[src].src); in get_alu_src_raw() local
1160 if (used_channels != live_channels) in get_alu_src_raw()
1175 } else if (live_channels == 1) { in get_alu_src_raw()

Completed in 10 milliseconds