Home
last modified time | relevance | path

Searched refs:m_n_captured_results (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.hpp525 static const glw::GLuint m_n_captured_results; member in gl4cts::GPUShaderFP64Test2
H A Dgl4cGPUShaderFP64Tests.cpp3243 const glw::GLuint GPUShaderFP64Test2::m_n_captured_results = 1024; member in gl4cts::GPUShaderFP64Test2
3247 const glw::GLuint GPUShaderFP64Test2::m_texture_height = m_n_captured_results / m_texture_width;
3249 m_n_captured_results * sizeof(captured_varying_type);
4268 const glw::GLsizei n_vertices = (FRAGMENT_SHADER == shader_stage) ? 4 : m_n_captured_results; in test()
4324 buffer_data.resize(m_n_captured_results); in testBegin()
4325 for (glw::GLuint i = 0; i < m_n_captured_results; ++i) in testBegin()
4575 for (glw::GLuint i = 0; i < m_n_captured_results; ++i) in verifyResults()

Completed in 20 milliseconds