Searched refs:used_channels (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_print.c185 nir_component_mask_t used_channels = 0; local in function:print_alu_src
191 used_channels++;
201 if (print_swizzle || used_channels != live_channels) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1072 unsigned used_channels = 0; local in function:get_alu_src_raw
1078 used_channels++;
1083 assert(used_channels != 0);
1086 if (used_channels != live_channels)
1098 if (used_channels == 1) {
1106 used_channels);
1109 for (unsigned i = 0; i < used_channels; ++i)
1115 used_channels);
1119 used_channels);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c188 nir_component_mask_t used_channels = 0; local in function:print_alu_src
194 used_channels++;
204 if (print_swizzle || used_channels != live_channels) {

Completed in 11 milliseconds