Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp239 … static const deUint32 precisionCandidates[] = { PRECISION_LOW, PRECISION_MEDIUM, PRECISION_HIGH }; in generateType() local
240 …flags |= rnd.choose<deUint32>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY(pre… in generateType()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp298 …static const glu::Precision precisionCandidates[] = { glu::PRECISION_LOWP, glu::PRECISION_MEDIUMP,… in generateType() local
299 …sion = rnd.choose<glu::Precision>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY… in generateType()