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

  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 211 unsigned StreamY : 2;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 243 ds.StreamY = 0;
255 unsigned streamy,
269 ds.StreamY = streamy;
475 full_decl->Semantic.StreamY,
    [all...]
tgsi_dump.c 364 if (decl->Semantic.StreamX != 0 || decl->Semantic.StreamY != 0 ||
369 UID(decl->Semantic.StreamY);
tgsi_scan.c 556 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamY << 2;
557 info->num_stream_output_components[fulldecl->Semantic.StreamY]++;
tgsi_text.c     [all...]
tgsi_ureg.c     [all...]

Completed in 1779 milliseconds