Home
last modified time | relevance | path

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

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DHLSLParser.cpp55 argument[0].type.flags = HLSLTypeFlag_Const; in Intrinsic()
64 argument[0].type.flags = HLSLTypeFlag_Const; in Intrinsic()
67 argument[1].type.flags = HLSLTypeFlag_Const; in Intrinsic()
76 argument[0].type.flags = HLSLTypeFlag_Const; in Intrinsic()
79 argument[1].type.flags = HLSLTypeFlag_Const; in Intrinsic()
82 argument[2].type.flags = HLSLTypeFlag_Const; in Intrinsic()
91 argument[0].type.flags = HLSLTypeFlag_Const; in Intrinsic()
94 argument[1].type.flags = HLSLTypeFlag_Const; in Intrinsic()
97 argument[2].type.flags = HLSLTypeFlag_Const; in Intrinsic()
100 argument[3].type.flags = HLSLTypeFlag_Const; in Intrinsic()
[all …]
H A DHLSLTree.cpp247 if ((expression->expressionType.flags & HLSLTypeFlag_Const) == 0) in GetExpressionValue()
374 if ((declaration->type.flags & HLSLTypeFlag_Const) == 0) in GetExpressionValue()
449 if ((expression->expressionType.flags & HLSLTypeFlag_Const) == 0) in GetExpressionValue()
591 if ((declaration->type.flags & HLSLTypeFlag_Const) == 0) in GetExpressionValue()
1305 …== HLSLNodeType_Declaration && (((HLSLDeclaration *)statement)->type.flags & HLSLTypeFlag_Const)) { in SortTree()
1423 if ((declaration->type.flags & HLSLTypeFlag_Const) != 0) in GroupParameters()
1429 if ((declaration->type.flags & (HLSLTypeFlag_Static|HLSLTypeFlag_Const)) == 0) in GroupParameters()
H A DHLSLTree.h318 HLSLTypeFlag_Const = 0x01, enumerator