Home | History | Annotate | Download | only in functional

Lines Matching defs:primitiveCountWeights

916 	static const float	primitiveCountWeights[]	= { 20, 10, 1 };
1034 spec.primitiveCount = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights);