Home
last modified time | relevance | path

Searched refs:StreamX (Results 1 – 9 of 9) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c242 ds.StreamX = 0; in tgsi_default_declaration_semantic()
268 ds.StreamX = streamx; in tgsi_build_declaration_semantic()
474 full_decl->Semantic.StreamX, in tgsi_build_full_declaration()
Dtgsi_text.c1539 decl.Semantic.StreamX = stream[0]; in parse_declaration()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c252 ds.StreamX = 0; in tgsi_default_declaration_semantic()
278 ds.StreamX = streamx; in tgsi_build_declaration_semantic()
485 full_decl->Semantic.StreamX, in tgsi_build_full_declaration()
Dtgsi_dump.c368 if (decl->Semantic.StreamX != 0 || decl->Semantic.StreamY != 0 || in iter_declaration()
371 UID(decl->Semantic.StreamX); in iter_declaration()
Dtgsi_scan.c692 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamX; in scan_declaration()
693 info->num_stream_output_components[fulldecl->Semantic.StreamX]++; in scan_declaration()
Dtgsi_text.c1564 decl.Semantic.StreamX = stream[0]; in parse_declaration()
Dtgsi_ureg.c1529 out[2].decl_semantic.StreamX = streams & 3; in emit_decl_semantic()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h207 unsigned StreamX : 2; /**< vertex stream (for GS output) */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h218 unsigned StreamX : 2; /**< vertex stream (for GS output) */ member