Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c252 ds.StreamZ = 0; in tgsi_default_declaration_semantic()
278 ds.StreamZ = streamz; in tgsi_build_declaration_semantic()
484 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.c749 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4; in scan_declaration()
750 info->num_stream_output_components[fulldecl->Semantic.StreamZ]++; in scan_declaration()
Dtgsi_text.c1566 decl.Semantic.StreamZ = stream[2]; in parse_declaration()
Dtgsi_ureg.c1545 out[2].decl_semantic.StreamZ = (streams >> 4) & 3; in emit_decl_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h218 unsigned StreamZ : 2; member