OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:referencePrimitiveCount
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp
[
all
...]
vktTessellationUtil.hpp
234
int
referencePrimitiveCount
(const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* innerLevels, const float* outerLevels);
vktTessellationInvarianceTests.cpp
504
result +=
referencePrimitiveCount
(primitiveType, spacingMode, usePointMode, &levels[NUM_TESS_LEVELS*patchNdx + 0], &levels[NUM_TESS_LEVELS*patchNdx + 2]);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
982
static int
referencePrimitiveCount
(TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* innerLevels, const float* outerLevels)
990
return
referencePrimitiveCount
(primitiveType, spacingMode, usePointMode, innerLevels, outerLevels)
[
all
...]
Completed in 836 milliseconds