Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp1904 m_ref_data[0] = DE_NULL; in CopyOpsBufferStorageTestCase()
1905 m_ref_data[1] = DE_NULL; in CopyOpsBufferStorageTestCase()
1906 m_ref_data[2] = DE_NULL; in CopyOpsBufferStorageTestCase()
1932 …unsigned int n_ref_data_buffer = 0; n_ref_data_buffer < sizeof(m_ref_data) / sizeof(m_ref_data[0]); in deinitTestCaseGlobal()
1935 if (m_ref_data[n_ref_data_buffer] != DE_NULL) in deinitTestCaseGlobal()
1937 delete[] m_ref_data[n_ref_data_buffer]; in deinitTestCaseGlobal()
1939 m_ref_data[n_ref_data_buffer] = DE_NULL; in deinitTestCaseGlobal()
2007 m_sparse_bo_size_rounded, m_ref_data[0]); in execute()
2039 m_sparse_bo_size_rounded, m_ref_data[1 + n_sparse_bo]); in execute()
2253 …unsigned int n_ref_data_buffer = 0; n_ref_data_buffer < sizeof(m_ref_data) / sizeof(m_ref_data[0]); in initReferenceData()
[all …]
Dgl4cSparseBufferTests.hpp396 …unsigned short* m_ref_data[3]; /* [0] - immutable bo data, [1] - sparse bo[0] data, [2] - spa… member in gl4cts::CopyOpsBufferStorageTestCase