Searched refs:getGridWidth (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderPerformanceCase.hpp65 int getGridWidth (void) const { return m_measurer.getGridWidth(); } function in class:deqp::gls::ShaderPerformanceCase
H A DglsShaderPerformanceMeasurer.hpp92 int getGridWidth (void) const { return m_gridSizeX; } function in class:deqp::gls::ShaderPerformanceMeasurer
/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp305 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1);
362 DE_ASSERT((int)m_comparisonValueArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1));
581 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1);
635 DE_ASSERT((int)m_boundArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1));
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp309 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1);
366 DE_ASSERT((int)m_comparisonValueArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1));
589 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1);
643 DE_ASSERT((int)m_boundArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1));

Completed in 94 milliseconds