Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp140 …ext& context, const char* name, const char* description, DecisionType decisionType, BranchResult b…
156 …ext& context, const char* name, const char* description, DecisionType decisionType, BranchResult b… in ConditionalCase() argument
158 , m_decisionType (decisionType) in ConditionalCase()
411 …onst char* name, const char* description, LoopType type, DecisionType decisionType, bool isLoopBou…
427 …onst char* name, const char* description, LoopType type, DecisionType decisionType, bool isLoopBou… in LoopCase() argument
429 , m_decisionType (decisionType) in LoopCase()
858 for (int decisionType = (int)DECISION_STATIC; decisionType < (int)DECISION_LAST; decisionType++) in init() local
860 const char* decisionName = decisionType == (int)DECISION_STATIC ? "static" : in init()
861 decisionType == (int)DECISION_UNIFORM ? "uniform" : in init()
862 decisionType == (int)DECISION_ATTRIBUTE ? (isVertex ? "attribute" : "varying") : in init()
[all …]
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp140 …ext& context, const char* name, const char* description, DecisionType decisionType, BranchResult b…
156 …ext& context, const char* name, const char* description, DecisionType decisionType, BranchResult b… in ConditionalCase() argument
158 , m_decisionType (decisionType) in ConditionalCase()
415 …onst char* name, const char* description, LoopType type, DecisionType decisionType, bool isLoopBou…
431 …onst char* name, const char* description, LoopType type, DecisionType decisionType, bool isLoopBou… in LoopCase() argument
433 , m_decisionType (decisionType) in LoopCase()
870 for (int decisionType = (int)DECISION_STATIC; decisionType < (int)DECISION_LAST; decisionType++) in init() local
872 const char* decisionName = decisionType == (int)DECISION_STATIC ? "static" : in init()
873 decisionType == (int)DECISION_UNIFORM ? "uniform" : in init()
874 decisionType == (int)DECISION_ATTRIBUTE ? (isVertex ? "attribute" : "varying") : in init()
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDFAOptimizer.java158 int decisionType = in optimize() local
161 (decisionType==NFAState.OPTIONAL_BLOCK_START || in optimize()
162 decisionType==NFAState.LOOPBACK) ) in optimize()