Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.hpp179 bool all_pages_committed);
922 glw::GLint page_size, bool all_pages_committed);
H A Dgl4cSparseBufferTests.cpp825 * @param all_pages_committed true to run the test with all data memory pages committed,
830 glw::GLint page_size, bool all_pages_committed) in AtomicCounterBufferStorageTestCase()
831 : m_all_pages_committed(all_pages_committed) in AtomicCounterBufferStorageTestCase()
1654 const bool all_pages_committed = (n_iteration == 0); in execute() local
1656 if (!all_pages_committed) in execute()
1759 << ((all_pages_committed) ? "yes" : "no") << "]" << tcu::TestLog::EndMessage; in execute()
1771 const unsigned int modified_region_size = (all_pages_committed) ? clear_region_size : 0; in execute()
1801 << ((all_pages_committed) ? "yes" : "no") << "]" << tcu::TestLog::EndMessage; in execute()
4983 * @param all_pages_committed true to provide memory backing for all memory pages holding data used by the test.
4989 bool all_pages_committed)
828 AtomicCounterBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, glw::GLint page_size, bool all_pages_committed) AtomicCounterBufferStorageTestCase() argument
[all...]

Completed in 9 milliseconds