Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp1379 const unsigned int* ssbo_data_ptr = in execute() local
1390 current_tb_offset < (tbo_commit_start_offset + tbo_commit_size) && ssbo_data_ptr[n_texel * 4] != 1) in execute()
1399 } /* if (ssbo_data_ptr[n_texel] != 1) */ in execute()
4843 const unsigned int* ssbo_data_ptr = (const unsigned int*)m_gl.mapBuffer(GL_COPY_WRITE_BUFFER, GL_READ_ONLY);
4857 if (ssbo_data_ptr[n_invocation * 4] != (n_invocation + 1))
4863 << "[" << ssbo_data_ptr[n_invocation * 4] << "]"
4869 } /* if (ssbo_data_ptr[n_texel] != 1) */

Completed in 7 milliseconds