Home
last modified time | relevance | path

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

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DHLSLTree.h126 NumericType_NaN, enumerator
142 { "unknown type", NumericType_NaN, 0, 0, 0, -1 }, // HLSLBaseType_Unknown
143 { "void", NumericType_NaN, 0, 0, 0, -1 }, // HLSLBaseType_Void
176 { "texture", NumericType_NaN, 1, 0, 0, -1 }, // HLSLBaseType_Texture
177 { "sampler", NumericType_NaN, 1, 0, 0, -1 }, // HLSLBaseType_Sampler
178 … { "sampler2D", NumericType_NaN, 1, 0, 0, -1 }, // HLSLBaseType_Sampler2D
179 … { "sampler3D", NumericType_NaN, 1, 0, 0, -1 }, // HLSLBaseType_Sampler3D
180 … { "samplerCUBE", NumericType_NaN, 1, 0, 0, -1 }, // HLSLBaseType_SamplerCube
182 … { "sampler2DMS", NumericType_NaN, 1, 0, 0, -1 }, // HLSLBaseType_Sampler2DMS
184 … { "user defined", NumericType_NaN, 1, 0, 0, -1 }, // HLSLBaseType_UserDefined
[all …]
H A DHLSLParser.cpp1014 if (srcDesc.numericType == NumericType_NaN || dstDesc.numericType == NumericType_NaN) in GetTypeCastRank()
4351 if (baseTypeDescriptions[objectType.baseType].numericType == NumericType_NaN) in GetMemberType()