HomeSort by relevance Sort by last modified time
    Searched refs:bufferTessLevels (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp 438 TessLevels* const bufferTessLevels = static_cast<TessLevels*>(alloc.getHostPtr());
439 *bufferTessLevels = m_params.tessLevels;
vktTessellationMiscDrawTests.cpp 232 TessLevels* const bufferTessLevels = static_cast<TessLevels*>(alloc.getHostPtr());
233 *bufferTessLevels = tessLevelCases[tessLevelCaseNdx];
vktTessellationCoordinatesTests.cpp 558 TessLevels* const bufferTessLevels = static_cast<TessLevels*>(alloc.getHostPtr());
559 *bufferTessLevels = tessLevelCases[tessLevelCaseNdx];

Completed in 675 milliseconds