Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp259 bool canAllocateVariable (const GeneratorState& state, const VariableType& type) in canAllocateVariable() function
848 bool possiblyCreateVar = canAllocateVariable(state, m_valueRange.getType()) && in AssignOp()
888 !canAllocateVariable(state, valueRange.getType()) && in getWeight()
1112 …bool createVar = canAllocateVariable(state, valueRange.getType()) && (first == end || getWeigh… in VariableRead()
1159 if (!canAllocateVariable(state, valueRange.getType()) && in getWeight()
1175 …bool createVar = canAllocateVariable(state, valueRange.getType()) && (first == end || getWeigh… in VariableWrite()
1211 if (!canAllocateVariable(state, valueRange.getType()) && in getWeight()