Home
last modified time | relevance | path

Searched refs:m_n_elements (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5FmaPrecision.cpp246 gl.bufferData(GL_ARRAY_BUFFER, m_n_elements * S * sizeof(glw::GLfloat), DE_NULL, GL_DYNAMIC_COPY); in initTest()
251 gl.bufferData(GL_ARRAY_BUFFER, m_n_elements * S * sizeof(glw::GLfloat), DE_NULL, GL_DYNAMIC_COPY); in initTest()
279 gl.drawArrays(GL_POINTS, 0, m_n_elements); in iterate()
286 glw::GLfloat resultFma[m_n_elements * S]; in iterate()
287 glw::GLfloat resultStd[m_n_elements * S]; in iterate()
294 m_n_elements * S * sizeof(glw::GLfloat), GL_MAP_READ_BIT); in iterate()
297 memcpy(resultFma, resultTmp, m_n_elements * S * sizeof(glw::GLfloat)); in iterate()
306 m_n_elements * S * sizeof(glw::GLfloat), GL_MAP_READ_BIT); in iterate()
309 memcpy(resultStd, resultTmp, m_n_elements * S * sizeof(glw::GLfloat)); in iterate()
315 glw::GLfloat resultCPURNE[m_n_elements * S]; in iterate()
[all …]
DesextcGPUShader5FmaPrecision.hpp139 static const glw::GLuint m_n_elements = 100; member in glcts::GPUShader5FmaPrecision
143 glw::GLfloat m_data_a[m_n_elements * S];
144 glw::GLfloat m_data_b[m_n_elements * S];
145 glw::GLfloat m_data_c[m_n_elements * S];
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp1707 const GLuint ViewportAPI::m_n_elements = 4; member in glcts::ViewportArray::ViewportAPI
1744 scissor_box_data_a.resize(max_viewports * m_n_elements); in iterate()
1745 scissor_box_data_b.resize(max_viewports * m_n_elements); in iterate()
1757 scissor_box_data_a[i * m_n_elements + 0] += 0.125f; in iterate()
1758 scissor_box_data_a[i * m_n_elements + 1] += 0.125f; in iterate()
1759 scissor_box_data_a[i * m_n_elements + 2] -= 0.125f; in iterate()
1760 scissor_box_data_a[i * m_n_elements + 3] -= 0.125f; in iterate()
1776 scissor_box_data_b[i * m_n_elements + 0] = 0.25f; in iterate()
1777 scissor_box_data_b[i * m_n_elements + 1] = 0.25f; in iterate()
1778 scissor_box_data_b[i * m_n_elements + 2] = 0.75f; in iterate()
[all …]
DglcViewportArrayTests.hpp413 static const glw::GLuint m_n_elements; member in glcts::ViewportArray::ViewportAPI
456 static const glw::GLuint m_n_elements; member in glcts::ViewportArray::ScissorAPI
501 static const glw::GLuint m_n_elements; member in glcts::ViewportArray::DepthRangeAPI
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1317 , m_n_elements(0) in attributeConfiguration()
1327 const GLint* m_n_elements; member
1584 result += configuration.m_n_attributes_per_group * configuration.m_n_elements[i]; in calculateAttributeGroupOffset()
1608 const GLint n_elements = configuration.m_n_elements[i]; in calculateAttributeLocation()
1619 const GLint n_elements = configuration.m_n_elements[n_type]; in calculateAttributeLocation()
1640 result += configuration.m_n_elements[i] * configuration.m_n_attributes_per_group; in calculateVertexLength()
1662 const GLint n_elements = configuration.m_n_elements[n_type]; in configureAttribute()
1887 const GLint n_elements = configuration.m_n_elements[n_type]; in getProgramDetails()
2057 out_configuration.m_n_elements = n_elements; in getVertexArrayConfiguration()
2077 out_configuration.m_n_elements = n_elements; in getVertexArrayConfiguration()
[all …]
Dgl4cGPUShaderFP64Tests.hpp686 , m_n_elements(n_elements) in uniformDetails()
695 glw::GLuint m_n_elements; member
Dgl4cShaderImageLoadStoreTests.cpp7270 GLuint m_n_elements; member
7274 : m_edge(edge), m_n_elements(n_elements), m_type(type) in TextureShapeDefinition()
7440 const GLuint n_layers = GetTotalNumberOfLayers(it->m_n_elements, it->m_type); in Run()
7444 … CreateRGBA8DestinationTexture(it->m_edge, it->m_n_elements, it->m_type, m_destination_texture_id), in Run()
7446 …GLU_EXPECT_NO_ERROR(CreateRGBA8SourceTexture(it->m_edge, it->m_n_elements, it->m_type, m_source_te… in Run()
Dgl4cGPUShaderFP64Tests.cpp5192 const glw::GLuint n_elements = it_uniform_details->m_n_elements; in prepareUniformBuffer()
5573 for (glw::GLuint element = 0; element < it->m_n_elements; ++element) in writeMainBody()
5578 if (it->m_n_elements != element + 1) in writeMainBody()