Searched refs:streamy (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 596 unsigned streamy = (gs_out_streams >> 2) & 3; local in function:si_nir_scan_shader 607 info->output_streams[i] |= streamy << 2; 608 info->num_stream_output_components[streamy]++;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi_info.c | 669 unsigned streamy = (gs_out_streams >> 2) & 3; local in function:nir_tgsi_scan_shader 680 info->output_streams[i] |= streamy << 2; 681 info->num_stream_output_components[streamy]++;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 265 unsigned streamy, 279 ds.StreamY = streamy; 261 tgsi_build_declaration_semantic(unsigned semantic_name,unsigned semantic_index,unsigned streamx,unsigned streamy,unsigned streamz,unsigned streamw,struct tgsi_declaration * declaration,struct tgsi_header * header) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 263 unsigned streamy, 277 ds.StreamY = streamy; 259 tgsi_build_declaration_semantic(unsigned semantic_name,unsigned semantic_index,unsigned streamx,unsigned streamy,unsigned streamz,unsigned streamw,struct tgsi_declaration * declaration,struct tgsi_header * header) argument
|
Completed in 8 milliseconds