Searched refs:ShaderOutputsInfo (Results 1 – 2 of 2) sorted by relevance
415 struct nine_vs_output_info *ShaderOutputsInfo, in NineVertexDeclaration9_FillStreamOutputInfo() argument425 BYTE output_semantic = ShaderOutputsInfo[i].output_semantic; in NineVertexDeclaration9_FillStreamOutputInfo()426 unsigned output_semantic_index = ShaderOutputsInfo[i].output_semantic_index; in NineVertexDeclaration9_FillStreamOutputInfo()436 so->output[so_outputs].register_index = ShaderOutputsInfo[i].output_index; in NineVertexDeclaration9_FillStreamOutputInfo()438 if (ShaderOutputsInfo[i].mask & 8) in NineVertexDeclaration9_FillStreamOutputInfo()440 else if (ShaderOutputsInfo[i].mask & 4) in NineVertexDeclaration9_FillStreamOutputInfo()442 else if (ShaderOutputsInfo[i].mask & 2) in NineVertexDeclaration9_FillStreamOutputInfo()
85 struct nine_vs_output_info *ShaderOutputsInfo,