Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h217 unsigned StreamY : 2; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c251 ds.StreamY = 0; in tgsi_default_declaration_semantic()
277 ds.StreamY = streamy; in tgsi_build_declaration_semantic()
483 full_decl->Semantic.StreamY, in tgsi_build_full_declaration()
H A Dtgsi_dump.c368 if (decl->Semantic.StreamX != 0 || decl->Semantic.StreamY != 0 || in iter_declaration()
373 UID(decl->Semantic.StreamY); in iter_declaration()
H A Dtgsi_scan.c745 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamY << 2; in scan_declaration()
746 info->num_stream_output_components[fulldecl->Semantic.StreamY]++; in scan_declaration()
H A Dtgsi_text.c1565 decl.Semantic.StreamY = stream[1]; in parse_declaration()
H A Dtgsi_ureg.c1544 out[2].decl_semantic.StreamY = (streams >> 2) & 3; in emit_decl_semantic()

Completed in 12 milliseconds