Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp189 std::ostringstream structStream; in GenerateVertexShaderForInputLayout() local
192 structStream << "struct VS_INPUT\n" in GenerateVertexShaderForInputLayout()
211 structStream << " " in GenerateVertexShaderForInputLayout()
222 structStream << " uint"; in GenerateVertexShaderForInputLayout()
228 structStream << " "; in GenerateVertexShaderForInputLayout()
229 HLSLComponentTypeString(structStream, componentType, in GenerateVertexShaderForInputLayout()
234 structStream << " " << DecorateVariable(shaderAttribute.name) << " : "; in GenerateVertexShaderForInputLayout()
238 structStream << "SV_InstanceID"; in GenerateVertexShaderForInputLayout()
242 structStream << "SV_VertexID"; in GenerateVertexShaderForInputLayout()
246 structStream << "TEXCOORD" << semanticIndex; in GenerateVertexShaderForInputLayout()
[all …]