Searched refs:gs_out_streams (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c585 unsigned gs_out_streams; local in function:si_nir_scan_shader
587 gs_out_streams = variable->data.stream & ~(1u << 31);
590 gs_out_streams = 0;
592 gs_out_streams |= variable->data.stream << (2 * (component + j));
595 unsigned streamx = gs_out_streams & 3;
596 unsigned streamy = (gs_out_streams >> 2) & 3;
597 unsigned streamz = (gs_out_streams >> 4) & 3;
598 unsigned streamw = (gs_out_streams >> 6) & 3;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c658 unsigned gs_out_streams; local in function:nir_tgsi_scan_shader
660 gs_out_streams = variable->data.stream & ~NIR_STREAM_PACKED;
663 gs_out_streams = 0;
665 gs_out_streams |= variable->data.stream << (2 * (component + j));
668 unsigned streamx = gs_out_streams & 3;
669 unsigned streamy = (gs_out_streams >> 2) & 3;
670 unsigned streamz = (gs_out_streams >> 4) & 3;
671 unsigned streamw = (gs_out_streams >> 6) & 3;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp163 unsigned gs_out_streams; member in struct:inout_decl
2576 decl->gs_out_streams = var->data.stream & ~(1u << 31);
2579 decl->gs_out_streams = 0;
2581 decl->gs_out_streams |= var->data.stream << (2 * (component + i));
6768 decl->gs_out_streams,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp161 unsigned gs_out_streams; member in struct:inout_decl
2666 decl->gs_out_streams = var->data.stream & ~(1u << 31);
2669 decl->gs_out_streams = 0;
2671 decl->gs_out_streams |= var->data.stream << (2 * (component + i));
6821 decl->gs_out_streams,

Completed in 20 milliseconds