Searched refs:patchCountPerDraw (Results 1 – 1 of 1) sorted by relevance
893 const uint32_t patchCountPerDraw = getPatchesPerDrawCount(m_testParam.multiplePatchesPerDraw); in initPrograms() local899 params["PATCH_COUNT_PER_DRAW"] = std::to_string(patchCountPerDraw); in initPrograms()900 …NV_TOTAL_PATCH_COUNT"] = std::to_string(1.0f / static_cast<float>(drawCount * patchCountPerDraw)); in initPrograms()901 params["TOTAL_PATCH_COUNT"] = std::to_string(drawCount * patchCountPerDraw); in initPrograms()1516 const uint32_t patchCountPerDraw = getPatchesPerDrawCount(m_testParam->multiplePatchesPerDraw); in generateVertexBuffer() local1521 for (uint32_t patchIndex = 0; patchIndex < (patchCountPerDraw * drawCount); patchIndex++) in generateVertexBuffer()