Searched refs:StreamZ (Results 1 – 6 of 6) sorted by relevance
252 ds.StreamZ = 0; in tgsi_default_declaration_semantic()278 ds.StreamZ = streamz; in tgsi_build_declaration_semantic()484 full_decl->Semantic.StreamZ, in tgsi_build_full_declaration()
369 decl->Semantic.StreamZ != 0 || decl->Semantic.StreamW != 0) { in iter_declaration()375 UID(decl->Semantic.StreamZ); in iter_declaration()
749 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4; in scan_declaration()750 info->num_stream_output_components[fulldecl->Semantic.StreamZ]++; in scan_declaration()
1566 decl.Semantic.StreamZ = stream[2]; in parse_declaration()
1545 out[2].decl_semantic.StreamZ = (streams >> 4) & 3; in emit_decl_semantic()
218 unsigned StreamZ : 2; member