HomeSort by relevance Sort by last modified time
    Searched refs:StreamZ (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 212 unsigned StreamZ : 2;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 244 ds.StreamZ = 0;
256 unsigned streamz,
270 ds.StreamZ = streamz;
476 full_decl->Semantic.StreamZ,
    [all...]
tgsi_dump.c 365 decl->Semantic.StreamZ != 0 || decl->Semantic.StreamW != 0) {
371 UID(decl->Semantic.StreamZ);
tgsi_scan.c 560 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4;
561 info->num_stream_output_components[fulldecl->Semantic.StreamZ]++;
tgsi_text.c     [all...]
tgsi_ureg.c     [all...]

Completed in 2678 milliseconds