Searched refs:StreamZ (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h220 unsigned StreamZ : 2; member in struct:tgsi_declaration_semantic
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h218 unsigned StreamZ : 2; member in struct:tgsi_declaration_semantic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c254 ds.StreamZ = 0;
280 ds.StreamZ = streamz;
487 full_decl->Semantic.StreamZ,
H A Dtgsi_dump.c369 decl->Semantic.StreamZ != 0 || decl->Semantic.StreamW != 0) {
375 UID(decl->Semantic.StreamZ);
H A Dtgsi_scan.c726 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4;
727 info->num_stream_output_components[fulldecl->Semantic.StreamZ]++;
H A Dtgsi_text.c1566 decl.Semantic.StreamZ = stream[2];
H A Dtgsi_ureg.c1540 out[2].decl_semantic.StreamZ = (streams >> 4) & 3;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c252 ds.StreamZ = 0;
278 ds.StreamZ = streamz;
484 full_decl->Semantic.StreamZ,
H A Dtgsi_dump.c369 decl->Semantic.StreamZ != 0 || decl->Semantic.StreamW != 0) {
375 UID(decl->Semantic.StreamZ);
H A Dtgsi_scan.c747 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4;
748 info->num_stream_output_components[fulldecl->Semantic.StreamZ]++;
H A Dtgsi_text.c1566 decl.Semantic.StreamZ = stream[2];
H A Dtgsi_ureg.c1538 out[2].decl_semantic.StreamZ = (streams >> 4) & 3;

Completed in 23 milliseconds