Home
last modified time | relevance | path

Searched refs:ShaderOutputsInfo (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.c415 struct nine_vs_output_info *ShaderOutputsInfo, in NineVertexDeclaration9_FillStreamOutputInfo() argument
425 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()
Dvertexdeclaration9.h85 struct nine_vs_output_info *ShaderOutputsInfo,