Home
last modified time | relevance | path

Searched refs:m_n_instances (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.cpp713 , m_n_instances(10) /* as per test spec */ in TessellationShaderBarrier3()
718 m_n_instances) in TessellationShaderBarrier3()
741 *out_count = m_n_patches_per_invocation * m_n_patch_vertices * m_n_instances; in getDrawCallArgs()
743 *out_n_instances = m_n_instances; in getDrawCallArgs()
860 return static_cast<int>(m_n_instances * m_n_result_vertices * sizeof(int) * 4 /* ivec4 */ * in getXFBBufferSize()
DesextcTessellationShaderBarrier.hpp198 const unsigned int m_n_instances; member in glcts::TessellationShaderBarrier3
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1417 static const GLuint m_n_instances = 16; member in VertexAttrib64Bit::LimitTest
1421 sizeof(_varyingType) * m_n_instances * m_n_vertices * m_n_varyings;
2595 gl.drawArraysInstanced(GL_POINTS, 0 /* first */, m_n_vertices, m_n_instances); in testDrawArraysInstanced()
2649 gl.drawElementsInstanced(GL_POINTS, m_n_vertices, GL_UNSIGNED_INT, 0, m_n_instances); in testDrawElementsInstanced()
2955 const GLuint n_instances = (true == use_instancing) ? m_n_instances : 1; in verifyResult()
Dgl4cEnhancedLayoutsTests.cpp12439 const GLuint VertexAttribLocationsTest::m_n_instances = 4; in test() member in gl4cts::EnhancedLayouts::VertexAttribLocationsTest
12466 gl.drawArraysInstanced(GL_PATCHES, 0 /* first */, 1 /* count */, m_n_instances); in test()
12478 gl.drawElementsInstanced(GL_PATCHES, 1 /* count */, GL_UNSIGNED_BYTE, DE_NULL, m_n_instances); in test()
12482 …wElementsInstancedBaseInstance(GL_PATCHES, 1 /* count */, GL_UNSIGNED_BYTE, DE_NULL, m_n_instances, in test()
12487 …rawElementsInstancedBaseVertex(GL_PATCHES, 1 /* count */, GL_UNSIGNED_BYTE, DE_NULL, m_n_instances, in test()
12493 m_n_instances, m_base_vertex, m_base_instance); in test()
Dgl4cEnhancedLayoutsTests.hpp2148 static const glw::GLuint m_n_instances; member in gl4cts::EnhancedLayouts::VertexAttribLocationsTest