Home
last modified time | relevance | path

Searched refs:last_out_loc (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp12408 std::string VaryingLocationsTest::prepareGlobals(GLint last_in_loc, GLint last_out_loc) in test() argument
12420 sprintf(buffer, "%d", last_out_loc); in test()
12488 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length, false); in test() local
12498last_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */, 0u /* n_array_el… in test()
12501 si.m_globals = prepareGlobals(last_in_loc, last_out_loc); in test()
12859 const GLuint last_out_loc = getLastOutputLocation(stage, type, array_length, false); in test() local
12869 last_out_loc /* expected_location */, type /* type */, GL_FALSE /* normalized */, in test()
12873 si.m_globals = prepareGlobals(last_in_loc, last_out_loc); in test()
15016 GLuint last_out_loc = 0; in test() local
15028 last_out_loc = getLastOutputLocation(stage, vector_type, array_length, false); in test()
[all …]
Dgl4cEnhancedLayoutsTests.hpp2055 std::string prepareGlobals(glw::GLint last_in_loc, glw::GLint last_out_loc);