Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1984 const auto offsetAsInteger = reinterpret_cast<uintptr_t>(indexOffset); in render() local
1985 DE_ASSERT(offsetAsInteger % gls::DrawTestSpec::indexTypeSize(indexType) == 0); // \note This is checked in spec validation in render()
1989 command.firstIndex = (glw::GLuint)(offsetAsInteger / gls::DrawTestSpec::indexTypeSize(indexType)); in render()

Completed in 11 milliseconds