Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
DrrShaders.hpp188 inline size_t getNumInvocations (void) const { return m_numInvocations; } in getNumInvocations() function in rr::GeometryShader
DrrRenderer.cpp1421 const int numInvocations = (int)program.geometryShader->getNumInvocations(); in drawWithGeometryShader()