Lines Matching refs:m_random
2083 de::Random m_random;
2117 , m_random (deStringHash(name))
2276 int threadNdx = m_random.getUint32() % (deUint32)m_threads.size();
2324 destroyableBufferNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->getBufferCount();
2327 destroyableTextureNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->getTextureCount();
2330 destroyableShaderNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->getShaderCount();
2333 destroyableProgramNdx = m_random.getUint32() % m_threads[threadNdx]->context->resourceManager->getProgramCount();
2344 else if (m_random.getBool())
2358 else if (m_random.getBool())
2365 else if (m_random.getBool())
2382 else if (m_random.getBool())
2391 else if (m_random.getBool())
2400 else if (m_random.getBool())
2424 else if (m_random.getBool())
2442 else if (m_random.getBool())
2451 else if (m_random.getBool())
2460 else if (m_random.getBool())
2575 else if (m_random.getBool())
2593 else if (m_random.getBool())
2600 OperationId op = m_random.chooseWeighted<OperationId, std::vector<OperationId> ::iterator>(operations.begin(), operations.end(), weights.begin());
2783 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1);
2791 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1);