Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fInteger64StateQueryTests.cpp244 GLint maxUniformComponents = 0; in test() local
246 glGetIntegerv(m_targetMaxUniformComponentsName, &maxUniformComponents); in test()
251 GLuint64(maxUniformBlocks) * uniformBlockSize / 4 + maxUniformComponents; in test()
/external/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp603 StateQueryMemoryWriteGuard<glw::GLint> maxUniformComponents; in iterate() local
604 gl.glGetIntegerv(maxUniformComponentsEnum, &maxUniformComponents); in iterate()
608 maxUniformComponents.verifyValidity(result)) in iterate()
610 … ((int)maxUniformBlocks) * ((int)maxUniformBlockSize) / 4 + (int)maxUniformComponents, in iterate()
Des31fGeometryShaderTests.cpp5849 StateQueryMemoryWriteGuard<glw::GLint> maxUniformComponents; in iterate() local
5850 gl.glGetIntegerv(GL_MAX_GEOMETRY_UNIFORM_COMPONENTS, &maxUniformComponents); in iterate()
5854 maxUniformComponents.verifyValidity(result)) in iterate()
5856 …t int limit = ((int)maxUniformBlocks) * ((int)maxUniformBlockSize) / 4 + (int)maxUniformComponents; in iterate()
Des31fTessellationTests.cpp7258 StateQueryMemoryWriteGuard<glw::GLint> maxUniformComponents; in iterate() local
7259 gl.glGetIntegerv(m_defaultComponents, &maxUniformComponents); in iterate()
7263 maxUniformComponents.verifyValidity(result)) in iterate()
7265 …t int limit = ((int)maxUniformBlocks) * ((int)maxUniformBlockSize) / 4 + (int)maxUniformComponents; in iterate()
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_utils.cpp186 const GLuint maxUniformComponents = maxUniformVectors * 4; in GenerateCaps() local
199 maxUniformComponents, in GenerateCaps()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp732 const GLuint maxUniformComponents = maxUniformVectors * kComponentsPerVector; in ensureCapsInitialized() local
740 mNativeCaps.maxShaderUniformComponents[shaderType] = maxUniformComponents; in ensureCapsInitialized()
929 maxUniformComponents, in ensureCapsInitialized()