Lines Matching refs:value
144 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value");
216 const int value = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))
224 verifyStateIntegerMin(result, gl, m_target, value, m_verifierType);
305 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value");
360 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value");
426 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Ties", "The limit is tied to the value of " + de::toString(glu::getGettableStateStr(m_tiedTo)));
473 StateQueryMemoryWriteGuard<glw::GLint> value;
474 gl.glGetIntegerv(m_componentTarget, &value);
477 if (value.verifyValidity(result))
478 verifyStateInteger(result, gl, m_legacyTarget, ((int)value) / 4, m_verifierType);
536 << "The minimum value of MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS is MAX_COMPUTE_UNIFORM_BLOCKS x MAX_UNIFORM_BLOCK_SIZE / 4 + MAX_COMPUTE_UNIFORM_COMPONENTS"
631 << "GL_EXT_tessellation_shader increases the minimum value of GL_MAX_UNIFORM_BUFFER_BINDINGS to 72"
638 << "GL_EXT_geometry_shader increases the minimum value of GL_MAX_UNIFORM_BUFFER_BINDINGS to 48"
688 << "GL_EXT_tessellation_shader increases the minimum value of GL_MAX_COMBINED_UNIFORM_BLOCKS to 60"
695 << "GL_EXT_geometry_shader increases the minimum value of GL_MAX_COMBINED_UNIFORM_BLOCKS to 36"
744 << "GL_EXT_tessellation_shader increases the minimum value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS to 96"
751 << "GL_EXT_geometry_shader increases the minimum value of GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS to 36"