OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferTessLevels
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp
435
TessLevels* const
bufferTessLevels
= static_cast<TessLevels*>(alloc.getHostPtr());
436
*
bufferTessLevels
= m_params.tessLevels;
vktTessellationMiscDrawTests.cpp
229
TessLevels* const
bufferTessLevels
= static_cast<TessLevels*>(alloc.getHostPtr());
230
*
bufferTessLevels
= tessLevelCases[tessLevelCaseNdx];
vktTessellationCoordinatesTests.cpp
555
TessLevels* const
bufferTessLevels
= static_cast<TessLevels*>(alloc.getHostPtr());
556
*
bufferTessLevels
= tessLevelCases[tessLevelCaseNdx];
Completed in 235 milliseconds