Home
last modified time | relevance | path

Searched refs:n_types (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1602 const GLint n_types = configuration.m_n_types; in calculateAttributeLocation() local
1606 for (GLint i = n_types - 1; i > n_type; --i) in calculateAttributeLocation()
1823 GLint n_types = 0; in getProgramDetails() local
1831 n_types = configuration.m_n_types; in getProgramDetails()
1842 for (GLint n_type = 0; n_type < n_types; ++n_type) in getProgramDetails()
1885 for (GLint n_type = 0; n_type < n_types; ++n_type) in getProgramDetails()
2046 static const GLint n_types = sizeof(n_elements) / sizeof(n_elements[0]); in getVertexArrayConfiguration() local
2059 out_configuration.m_n_types = n_types; in getVertexArrayConfiguration()
2066 static const GLint n_types = sizeof(n_elements) / sizeof(n_elements[0]); in getVertexArrayConfiguration() local
2079 out_configuration.m_n_types = n_types; in getVertexArrayConfiguration()
[all …]
Dgl4cEnhancedLayoutsTests.cpp9541 const GLuint n_types = getTypesNumber(); in test() local
9549 for (GLuint i = 0; i < n_types; ++i) in test()
9993 const GLuint n_types = getTypesNumber(); in test() local
10001 for (GLuint i = 0; i < n_types; ++i) in test()
10006 for (GLuint j = 0; j < n_types; ++j) in test()
10486 const GLuint n_types = getTypesNumber(); in test() local
10494 for (GLuint j = 0; j < n_types; ++j) in test()
14804 const GLuint n_types = getTypesNumber(); in test() local
14806 for (GLuint i = 0; i < n_types; ++i) in test()
15752 const GLuint n_types = getTypesNumber(); in test() local
[all …]
/external/python/pybind11/include/pybind11/
Dcast.h353 const size_t n_types = tinfo.size(); in allocate_layout() local
355 if (n_types == 0) in allocate_layout()
359 n_types == 1 && tinfo.front()->holder_size_in_ptrs <= instance_simple_holder_in_ptrs(); in allocate_layout()
378 space += size_in_ptrs(n_types); // status bytes (holder_constructed and instance_registered) in allocate_layout()