Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c244 ds.StreamZ = 0; in tgsi_default_declaration_semantic()
270 ds.StreamZ = streamz; in tgsi_build_declaration_semantic()
476 full_decl->Semantic.StreamZ, in tgsi_build_full_declaration()
Dtgsi_text.c1541 decl.Semantic.StreamZ = stream[2]; in parse_declaration()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c255 ds.StreamZ = 0; in tgsi_default_declaration_semantic()
281 ds.StreamZ = streamz; in tgsi_build_declaration_semantic()
488 full_decl->Semantic.StreamZ, in tgsi_build_full_declaration()
Dtgsi_dump.c369 decl->Semantic.StreamZ != 0 || decl->Semantic.StreamW != 0) { in iter_declaration()
375 UID(decl->Semantic.StreamZ); in iter_declaration()
Dtgsi_scan.c748 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4; in scan_declaration()
749 info->num_stream_output_components[fulldecl->Semantic.StreamZ]++; in scan_declaration()
Dtgsi_text.c1566 decl.Semantic.StreamZ = stream[2]; in parse_declaration()
Dtgsi_ureg.c1543 out[2].decl_semantic.StreamZ = (streams >> 4) & 3; in emit_decl_semantic()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h224 unsigned StreamZ : 2; member
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h210 unsigned StreamZ : 2; member