Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp1092 , m_to_width(512) in FunctionalTest()
2057 glw::GLfloat(m_to_width); in configureVAO()
2063 glw::GLfloat(m_to_width); in configureVAO()
2298 …glw::GLint checkpoint_x = glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_inde… in executeRenderTest()
2376 glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2407 glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2477 glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2633 GL_R32F, m_to_width, m_to_height); in iterate()
2776 gl.viewport(0, 0, m_to_width, m_to_height); in iterate()
2874 DE_ASSERT(x >= 0 && (glw::GLuint)x < m_to_width); in readRedPixelValue()
[all …]
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
Dgl4cShaderTextureImageSamplesTests.hpp89 const unsigned int m_to_width; member in glcts::ShaderTextureImageSamplesTestBase
Dgl4cPipelineStatisticsQueryTests.cpp1673 , m_to_width(64) in PipelineStatisticsQueryTestFunctionalBase()
1978 GL_RGBA8, m_to_width, m_to_height); in initFBO()
1985 gl.viewport(0, 0, m_to_width, m_to_height); in initFBO()
2489 , m_to_width(16) in PipelineStatisticsQueryTestFunctional2()
2551 data_ptr->m_to_width, /* srcX1 */ in executeBlitFramebufferTest()
2555 data_ptr->m_to_width << 1, /* dstX1 */ in executeBlitFramebufferTest()
2772 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1, /* depth */ in executeClearTexSubImageTest()
2810 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1); /* src_depth */ in executeCopyImageSubDataTest()
2836 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, GL_RED, GL_UNSIGNED_BYTE, test_data); in executeTexSubImageTest()
2940 GL_RGBA8, m_to_width, m_to_height); in initObjects()
[all …]
Dgl4cPipelineStatisticsQueryTests.hpp445 const unsigned int m_to_width; member in glcts::PipelineStatisticsQueryTestFunctionalBase
523 const glw::GLuint m_to_width; member in glcts::PipelineStatisticsQueryTestFunctional2
Dgl3cCullDistanceTests.hpp201 const glw::GLuint m_to_width; member in glcts::CullDistance::FunctionalTest
Dgl4cShaderSubroutineTests.cpp6595 , m_to_width(4) in FunctionalTest13()
7016 gl.viewport(0 /* x */, 0 /* y */, m_to_width, m_to_height); in initTest()
7087 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_RGBA32F, m_to_width, m_to_height); in initTest()
7116 m_read_buffer = (unsigned char*)new float[m_to_width * m_to_height * 4 /* rgba */]; in initTest()
7310 m_to_width, m_to_height, GL_RGBA, GL_FLOAT, m_read_buffer); in iterate()
7429 const float* row_ptr = (const float*)m_read_buffer + y * m_to_width * 4; /* rgba */ in verifyReadBuffer()
7431 for (unsigned int x = 0; x < m_to_width && should_continue; ++x) in verifyReadBuffer()
8910 , m_to_width(4) /* arbitrary value */ in FunctionalTest17()
9265 GL_RGBA32F, m_to_width, m_to_height); in initTest()
9283 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.cpp8842 , m_to_width(4) in GPUShaderFP64Test7()
9164 m_to_width, m_to_height); in executeFunctionalTest()
9179 gl.readPixels(0 /* x */, 0 /* y */, m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_data); in executeFunctionalTest()
9184 const unsigned char* row_ptr = m_to_data + 4 /* rgba */ * m_to_width * y; in executeFunctionalTest()
9186 for (unsigned int x = 0; x < m_to_width; ++x) in executeFunctionalTest()
9986 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_RGBA8, m_to_width, m_to_height); in initTest()
9991 m_to_data = new unsigned char[m_to_width * m_to_height * 4 /* RGBA */]; in initTest()
/third_party/vk-gl-cts/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()
1032 GL_RGBA8, m_to_width, m_to_height); in setUpFunctionalTestObjects()
1037 m_to_base_data = new unsigned char[m_to_width * m_to_height * 4 /* components */]; in setUpFunctionalTestObjects()
1038 m_to_ref_data = new unsigned char[m_to_width * m_to_height * 4 /* components */]; in setUpFunctionalTestObjects()
1055 m_to_width, m_to_height); in setUpFunctionalTestObjects()
DesextcDrawElementsBaseVertexTests.hpp285 const unsigned int m_to_width; member in glcts::DrawElementsBaseVertexTestBase
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAPI.hpp90 static const unsigned int m_to_width; member in glcts::GeometryShaderCreateShaderProgramvTest
DesextcGeometryShaderAPI.cpp117 const unsigned int GeometryShaderCreateShaderProgramvTest::m_to_width = 4; member in glcts::GeometryShaderCreateShaderProgramvTest
217 GL_RGBA8, m_to_width, m_to_height); in initFBO()
230 m_to_width, m_to_height); in initFBO()
375 unsigned char result_data[m_to_width * m_to_height * 4 /* rgba */]; in iterate()
379 m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, result_data); in iterate()
386 for (unsigned int x = 0; x < m_to_width; ++x) in iterate()