HomeSort by relevance Sort by last modified time
    Searched full:output_semantic (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
vertexdeclaration9.c 425 BYTE output_semantic = ShaderOutputsInfo[i].output_semantic; local
429 if ((This->decls[j].Usage == output_semantic ||
430 (output_semantic == D3DDECLUSAGE_POSITION &&
nine_shader.h 91 BYTE output_semantic; member in struct:nine_vs_output_info
nine_shader.c 548 tx->output_info[tx->num_outputs].output_semantic = Usage;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.c 571 const char *output_semantic,
600 output_semantic, conversion_decl, type, conversion, output_mask);

Completed in 608 milliseconds