Home
last modified time | relevance | path

Searched refs:m_to_width (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp60 , m_to_width(8) in ShaderTextureImageSamplesTestBase()
498 m_to_width, m_to_height, GL_FALSE); /* fixedsamplelocations */ in executeFunctionalTest()
506 m_to_width, m_to_height, m_to_depth, GL_TRUE); /* fixedsamplelocations */ in executeFunctionalTest()
Dgl4cSparseBufferTests.cpp1213 , m_to_width(65536) /* min max for GL_MAX_TEXTURE_BUFFER_SIZE_ARB */ in BufferTextureStorageTestCase()
1366 DE_ASSERT((m_to_width % m_po_local_wg_size) == 0); in execute()
1368 m_gl.dispatchCompute(m_to_width / m_po_local_wg_size, 1, /* num_groups_y */ in execute()
1384 for (unsigned int n_texel = 0; n_texel < m_to_width && result_local; in execute()
1474 m_ssbo_zero_data_size = static_cast<unsigned int>(4 * sizeof(int) * m_to_width); in initTestCaseGlobal()
1496 m_helper_bo_data_size = m_to_width * 4; /* rgba */ in initTestCaseGlobal()
1501 for (unsigned int n_texel = 0; n_texel < m_to_width; ++n_texel) in initTestCaseGlobal()
1541 m_sparse_bo_size = static_cast<unsigned int>(m_to_width * sizeof(int)); in initTestCaseGlobal()
3362 , m_to_width(1024) in PixelUnpackBufferStorageTestCase()
3364 m_texture_data_size = m_to_width * m_to_height * 4; /* rgba */ in PixelUnpackBufferStorageTestCase()
[all …]
Dgl3cCullDistanceTests.cpp1087 , m_to_width(512) in FunctionalTest()
2037 glw::GLfloat(m_to_width); in configureVAO()
2043 glw::GLfloat(m_to_width); in configureVAO()
2279 …glw::GLint checkpoint_x = glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_inde… in executeRenderTest()
2357 glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2388 glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2462 glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2618 GL_R32F, m_to_width, m_to_height); in iterate()
2761 gl.viewport(0, 0, m_to_width, m_to_height); in iterate()
2859 DE_ASSERT(x >= 0 && (glw::GLuint)x < m_to_width); in readRedPixelValue()
[all …]
Dgl4cShaderTextureImageSamplesTests.hpp89 const unsigned int m_to_width; member in glcts::ShaderTextureImageSamplesTestBase
Dgl4cSparseBufferTests.hpp271 const unsigned int m_to_width; member in gl4cts::BufferTextureStorageTestCase
599 const unsigned int m_to_width; member in gl4cts::PixelUnpackBufferStorageTestCase
725 const unsigned int m_to_width; member in gl4cts::QuadsBufferStorageTestCase
Dgl4cPipelineStatisticsQueryTests.hpp444 const unsigned int m_to_width; member in glcts::PipelineStatisticsQueryTestFunctionalBase
522 const glw::GLuint m_to_width; member in glcts::PipelineStatisticsQueryTestFunctional2
Dgl4cPipelineStatisticsQueryTests.cpp1659 , m_to_width(64) in PipelineStatisticsQueryTestFunctionalBase()
1959 GL_RGBA8, m_to_width, m_to_height); in initFBO()
1966 gl.viewport(0, 0, m_to_width, m_to_height); in initFBO()
2459 , m_to_width(16) in PipelineStatisticsQueryTestFunctional2()
2521 data_ptr->m_to_width, /* srcX1 */ in executeBlitFramebufferTest()
2525 data_ptr->m_to_width << 1, /* dstX1 */ in executeBlitFramebufferTest()
2742 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1, /* depth */ in executeClearTexSubImageTest()
2780 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1); /* src_depth */ in executeCopyImageSubDataTest()
2806 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, GL_RED, GL_UNSIGNED_BYTE, test_data); in executeTexSubImageTest()
2910 GL_RGBA8, m_to_width, m_to_height); in initObjects()
[all …]
Dgl3cCullDistanceTests.hpp201 const glw::GLuint m_to_width; member in glcts::CullDistance::FunctionalTest
Dgl4cShaderSubroutineTests.cpp6597 , m_to_width(4) in FunctionalTest13()
7017 gl.viewport(0 /* x */, 0 /* y */, m_to_width, m_to_height); in initTest()
7088 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_RGBA32F, m_to_width, m_to_height); in initTest()
7117 m_read_buffer = (unsigned char*)new float[m_to_width * m_to_height * 4 /* rgba */]; in initTest()
7311 m_to_width, m_to_height, GL_RGBA, GL_FLOAT, m_read_buffer); in iterate()
7430 const float* row_ptr = (const float*)m_read_buffer + y * m_to_width * 4; /* rgba */ in verifyReadBuffer()
7432 for (unsigned int x = 0; x < m_to_width && should_continue; ++x) in verifyReadBuffer()
8911 , m_to_width(4) /* arbitrary value */ in FunctionalTest17()
9266 GL_RGBA32F, m_to_width, m_to_height); in initTest()
9284 m_to_data = new float[m_to_width * m_to_height * 4 /* rgba */]; in initTest()
[all …]
Dgl4cShaderSubroutineTests.hpp779 const unsigned int m_to_width; member in gl4cts::ShaderSubroutine::FunctionalTest13
982 const unsigned int m_to_width; member in gl4cts::ShaderSubroutine::FunctionalTest17
Dgl4cGPUShaderFP64Tests.hpp1293 unsigned int m_to_width; member in gl4cts::GPUShaderFP64Test7
Dgl4cGPUShaderFP64Tests.cpp8872 , m_to_width(4) in GPUShaderFP64Test7()
9194 m_to_width, m_to_height); in executeFunctionalTest()
9209 gl.readPixels(0 /* x */, 0 /* y */, m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_data); in executeFunctionalTest()
9214 const unsigned char* row_ptr = m_to_data + 4 /* rgba */ * m_to_width * y; in executeFunctionalTest()
9216 for (unsigned int x = 0; x < m_to_width; ++x) in executeFunctionalTest()
10016 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_RGBA8, m_to_width, m_to_height); in initTest()
10021 m_to_data = new unsigned char[m_to_width * m_to_height * 4 /* RGBA */]; in initTest()
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp86 , m_to_width(128) in DrawElementsBaseVertexTestBase()
370 m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_base_data); in compareBaseAndReferenceTextures()
377 m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_ref_data); in compareBaseAndReferenceTextures()
384 const unsigned int n_texels = m_to_width * m_to_height; in compareBaseAndReferenceTextures()
407 const unsigned int y = n_texel / m_to_width; in compareBaseAndReferenceTextures()
408 const unsigned int x = n_texel % m_to_width; in compareBaseAndReferenceTextures()
1050 GL_RGBA8, m_to_width, m_to_height); in setUpFunctionalTestObjects()
1055 m_to_base_data = new unsigned char[m_to_width * m_to_height * 4 /* components */]; in setUpFunctionalTestObjects()
1056 m_to_ref_data = new unsigned char[m_to_width * m_to_height * 4 /* components */]; in setUpFunctionalTestObjects()
1073 m_to_width, m_to_height); in setUpFunctionalTestObjects()
DesextcDrawElementsBaseVertexTests.hpp285 const unsigned int m_to_width; member in glcts::DrawElementsBaseVertexTestBase
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAPI.hpp90 static const unsigned int m_to_width; member in glcts::GeometryShaderCreateShaderProgramvTest
DesextcGeometryShaderAPI.cpp114 const unsigned int GeometryShaderCreateShaderProgramvTest::m_to_width = 4; member in glcts::GeometryShaderCreateShaderProgramvTest
214 GL_RGBA8, m_to_width, m_to_height); in initFBO()
227 m_to_width, m_to_height); in initFBO()
372 unsigned char result_data[m_to_width * m_to_height * 4 /* rgba */]; in iterate()
376 m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, result_data); in iterate()
383 for (unsigned int x = 0; x < m_to_width; ++x) in iterate()