Home
last modified time | relevance | path

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

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DHLSLTree.h81 HLSLBaseType_Bool3, enumerator
222 baseType == HLSLBaseType_Bool3 || in IsVectorType()
H A DHLSLParser.cpp2595 case HLSLBaseType_Bool3: in ParseTerminalExpression()
3953 type.baseType = HLSLBaseType_Bool3; in AcceptType()
4422 …LBaseType boolType[] = { HLSLBaseType_Bool, HLSLBaseType_Bool2, HLSLBaseType_Bool3, HLSLBaseTy… in GetMemberType()
H A DGLSLGenerator.cpp66 case HLSLBaseType_Bool3: return "bvec3"; in GetTypeName()