Searched refs:ShaderOutputsInfo (Results 1 – 2 of 2) sorted by relevance
416 struct nine_vs_output_info *ShaderOutputsInfo, in NineVertexDeclaration9_FillStreamOutputInfo() argument426 BYTE output_semantic = ShaderOutputsInfo[i].output_semantic; in NineVertexDeclaration9_FillStreamOutputInfo()427 unsigned output_semantic_index = ShaderOutputsInfo[i].output_semantic_index; in NineVertexDeclaration9_FillStreamOutputInfo()437 so->output[so_outputs].register_index = ShaderOutputsInfo[i].output_index; in NineVertexDeclaration9_FillStreamOutputInfo()439 if (ShaderOutputsInfo[i].mask & 8) in NineVertexDeclaration9_FillStreamOutputInfo()441 else if (ShaderOutputsInfo[i].mask & 4) in NineVertexDeclaration9_FillStreamOutputInfo()443 else if (ShaderOutputsInfo[i].mask & 2) in NineVertexDeclaration9_FillStreamOutputInfo()
85 struct nine_vs_output_info *ShaderOutputsInfo,