Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgUtils.hpp50 VariableType computeRandomType(GeneratorState &state, int maxScalars);
H A DrsgExpression.cpp754 m_valueRange = ValueRange(computeRandomType(state, maxScalars)); in ConstructorOp()
911 m_valueRange = ValueRange(computeRandomType(state, maxScalars)); in AssignOp()
1181 ValueRange newVarRange(computeRandomType(state, maxScalars)); in VariableRead()
H A DrsgUtils.cpp155 VariableType computeRandomType(GeneratorState &state, int maxScalars) in computeRandomType() function