Searched refs:SH_HLSL11_OUTPUT (Results 1 – 5 of 5) sorted by relevance
167 …if (mOutputType == SH_HLSL11_OUTPUT && IsSampler(type.getBasicType())) // Also declare the textu… in header()262 if (mOutputType == SH_HLSL11_OUTPUT) in header()323 else if (mOutputType == SH_HLSL11_OUTPUT) in header()344 else if (mOutputType == SH_HLSL11_OUTPUT) in header()370 else if (mOutputType == SH_HLSL11_OUTPUT) in header()401 else if (mOutputType == SH_HLSL11_OUTPUT) in header()427 else if (mOutputType == SH_HLSL11_OUTPUT) in header()448 else if (mOutputType == SH_HLSL11_OUTPUT) in header()471 else if (mOutputType == SH_HLSL11_OUTPUT) in header()492 else if (mOutputType == SH_HLSL11_OUTPUT) in header()[all …]
25 case SH_HLSL11_OUTPUT: in ConstructCompiler()
85 SH_HLSL11_OUTPUT = 0x8B48 enumerator
111 output = SH_HLSL11_OUTPUT; in main()
233 …ShShaderOutput hlslVersion = (mRenderer->getMajorShaderModel() >= 4) ? SH_HLSL11_OUTPUT : SH_HLSL9… in initializeCompiler()