Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp893 const uint32_t patchCountPerDraw = getPatchesPerDrawCount(m_testParam.multiplePatchesPerDraw); in initPrograms() local
899 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() local
1521 for (uint32_t patchIndex = 0; patchIndex < (patchCountPerDraw * drawCount); patchIndex++) in generateVertexBuffer()