Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds