Home
last modified time | relevance | path

Searched refs:StreamY (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c243 ds.StreamY = 0; in tgsi_default_declaration_semantic()
269 ds.StreamY = streamy; in tgsi_build_declaration_semantic()
475 full_decl->Semantic.StreamY, in tgsi_build_full_declaration()
Dtgsi_scan.c556 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamY << 2; in scan_declaration()
557 info->num_stream_output_components[fulldecl->Semantic.StreamY]++; in scan_declaration()
Dtgsi_dump.c364 if (decl->Semantic.StreamX != 0 || decl->Semantic.StreamY != 0 || in iter_declaration()
369 UID(decl->Semantic.StreamY); in iter_declaration()
Dtgsi_text.c1590 decl.Semantic.StreamY = stream[1]; in parse_declaration()
Dtgsi_ureg.c1588 out[2].decl_semantic.StreamY = (streams >> 2) & 3; in emit_decl_semantic()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h211 unsigned StreamY : 2; member