Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp1222 , m_to_width(65536) /* min max for GL_MAX_TEXTURE_BUFFER_SIZE_ARB */ in BufferTextureStorageTestCase()
1375 DE_ASSERT((m_to_width % m_po_local_wg_size) == 0); in execute()
1377 m_gl.dispatchCompute(m_to_width / m_po_local_wg_size, 1, /* num_groups_y */ in execute()
1393 for (unsigned int n_texel = 0; n_texel < m_to_width && result_local; in execute()
1485 m_ssbo_zero_data_size = static_cast<unsigned int>(4 * sizeof(int) * m_to_width); in initTestCaseGlobal()
1507 m_helper_bo_data_size = m_to_width * 4; /* rgba */ in initTestCaseGlobal()
1512 for (unsigned int n_texel = 0; n_texel < m_to_width; ++n_texel) in initTestCaseGlobal()
1552 m_sparse_bo_size = static_cast<unsigned int>(m_to_width * sizeof(int)); in initTestCaseGlobal()
3386 , m_to_width(1024) in PixelUnpackBufferStorageTestCase()
3388 m_texture_data_size = m_to_width * m_to_height * 4; /* rgba */ in PixelUnpackBufferStorageTestCase()
[all …]
H A Dgl3cCullDistanceTests.cpp1100 , m_to_width(512) in FunctionalTest()
2065 glw::GLfloat(m_to_width); in configureVAO()
2071 glw::GLfloat(m_to_width); in configureVAO()
2311 …glw::GLint checkpoint_x = glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_inde… in executeRenderTest()
2389 … glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2420 … glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2490 … glw::GLint(glw::GLfloat(m_to_width) * m_bo_data[checkpoint_position_index_internal]); in executeRenderTest()
2647 GL_R32F, m_to_width, m_to_height); in iterate()
2789 gl.viewport(0, 0, m_to_width, m_to_height); in iterate()
2887 DE_ASSERT(x >= 0 && (glw::GLuint)x < m_to_width); in readRedPixelValue()
[all …]
H A Dgl4cShaderTextureImageSamplesTests.cpp60 , m_to_width(8) in ShaderTextureImageSamplesTestBase()
498m_to_width, m_to_height, GL_FALSE); /* fixedsamplelocations */ in executeFunctionalTest()
506m_to_width, m_to_height, m_to_depth, GL_TRUE); /* fixedsamplelocations */ in executeFunctionalTest()
H A Dgl4cPipelineStatisticsQueryTests.cpp1688 , m_to_width(64) in PipelineStatisticsQueryTestFunctionalBase()
1993 GL_RGBA8, m_to_width, m_to_height); in initFBO()
2000 gl.viewport(0, 0, m_to_width, m_to_height); in initFBO()
2505 , m_to_width(16) in PipelineStatisticsQueryTestFunctional2()
2567 data_ptr->m_to_width, /* srcX1 */ in executeBlitFramebufferTest()
2571 data_ptr->m_to_width << 1, /* dstX1 */ in executeBlitFramebufferTest()
2788 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1, /* depth */ in executeClearTexSubImageTest()
2826 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1); /* src_depth */ in executeCopyImageSubDataTest()
2852 … data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, GL_RED, GL_UNSIGNED_BYTE, test_data); in executeTexSubImageTest()
2958 GL_RGBA8, m_to_width, m_to_height); in initObjects()
[all …]
H A Dgl4cSparseBufferTests.hpp271 const unsigned int m_to_width; member in gl4cts::BufferTextureStorageTestCase
599 const unsigned int m_to_width; member in gl4cts::PixelUnpackBufferStorageTestCase
724 const unsigned int m_to_width; member in gl4cts::QuadsBufferStorageTestCase
H A Dgl4cPipelineStatisticsQueryTests.hpp450 const unsigned int m_to_width; member in glcts::PipelineStatisticsQueryTestFunctionalBase
528 const glw::GLuint m_to_width; member in glcts::PipelineStatisticsQueryTestFunctional2
H A Dgl4cShaderTextureImageSamplesTests.hpp91 const unsigned int m_to_width; member in glcts::ShaderTextureImageSamplesTestBase
H A Dgl3cCullDistanceTests.hpp201 const glw::GLuint m_to_width; member in glcts::CullDistance::FunctionalTest
H A Dgl4cShaderSubroutineTests.cpp6602 , m_to_width(4) in FunctionalTest13()
7031 gl.viewport(0 /* x */, 0 /* y */, m_to_width, m_to_height); in initTest()
7102 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_RGBA32F, m_to_width, m_to_height); in initTest()
7131 m_read_buffer = (unsigned char *)new float[m_to_width * m_to_height * 4 /* rgba */]; in initTest()
7326 m_to_width, m_to_height, GL_RGBA, GL_FLOAT, m_read_buffer); in iterate()
7445 const float *row_ptr = (const float *)m_read_buffer + y * m_to_width * 4; /* rgba */ in verifyReadBuffer()
7447 for (unsigned int x = 0; x < m_to_width && should_continue; ++x) in verifyReadBuffer()
8936 , m_to_width(4) /* arbitrary value */ in FunctionalTest17()
9291 GL_RGBA32F, m_to_width, m_to_height); in initTest()
9309 m_to_data = new float[m_to_width * m_to_height * 4 /* rgba */]; in initTest()
[all …]
H A 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
H A Dgl4cGPUShaderFP64Tests.hpp1294 unsigned int m_to_width; member in gl4cts::GPUShaderFP64Test7
H A Dgl4cGPUShaderFP64Tests.cpp8933 , m_to_width(4) in GPUShaderFP64Test7()
9255 m_to_width, m_to_height); in executeFunctionalTest()
9270 …gl.readPixels(0 /* x */, 0 /* y */, m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_data); in executeFunctionalTest()
9275 const unsigned char *row_ptr = m_to_data + 4 /* rgba */ * m_to_width * y; in executeFunctionalTest()
9277 for (unsigned int x = 0; x < m_to_width; ++x) in executeFunctionalTest()
10096 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_RGBA8, m_to_width, m_to_height); in initTest()
10101 m_to_data = new unsigned char[m_to_width * m_to_height * 4 /* RGBA */]; in initTest()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A 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()
1036 GL_RGBA8, m_to_width, m_to_height); in setUpFunctionalTestObjects()
1041 m_to_base_data = new unsigned char[m_to_width * m_to_height * 4 /* components */]; in setUpFunctionalTestObjects()
1042 m_to_ref_data = new unsigned char[m_to_width * m_to_height * 4 /* components */]; in setUpFunctionalTestObjects()
1059 m_to_width, m_to_height); in setUpFunctionalTestObjects()
H A DesextcDrawElementsBaseVertexTests.hpp285 const unsigned int m_to_width; member in glcts::DrawElementsBaseVertexTestBase
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A 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()
H A DesextcGeometryShaderAPI.hpp90 static const unsigned int m_to_width; member in glcts::GeometryShaderCreateShaderProgramvTest