Searched defs:outerLevels (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUtil.cpp | 449 bool isPatchDiscarded(const TessPrimitiveType primitiveType, const float *outerLevels) in isPatchDiscarded() 632 const float *innerLevels, const float *outerLevels) in referencePointModePrimitiveCount() 730 const float *innerLevels, const float *outerLevels) in referenceNonPointModePrimitiveCount() 787 … const bool usePointMode, const float *innerLevels, const float *outerLevels) in referencePrimitiveCount() 796 const float *innerLevels, const float *outerLevels) in referenceVertexCount()
|
H A D | vktTessellationCoordinatesTests.cpp | 136 … const float *innerLevels, const float *outerLevels) in generateReferenceTessCoords()
|
H A D | vktTessellationInvarianceTests.cpp | 834 … const float *const outerLevels = &patchTessLevels[NUM_TESS_LEVELS * patchNdx + 2]; in iterate() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 938 static inline bool isPatchDiscarded(TessPrimitiveType primitiveType, const float *outerLevels) in isPatchDiscarded() 948 const float *innerLevels, const float *outerLevels) in generateReferenceTessCoords() 1015 const float *innerLevels, const float *outerLevels) in referencePointModePrimitiveCount() 1054 const float *innerLevels, const float *outerLevels) in referenceNonPointModePrimitiveCount() 1092 const float *innerLevels, const float *outerLevels) in referencePrimitiveCount() 1099 const float *innerLevels, const float *outerLevels) in referenceVertexCount() 2285 const float *const outerLevels = &tessLevelCases[tessLevelCaseNdx].outer[0]; in iterate() local 2636 float outerLevels[4]; in iterate() local 4564 const float *const outerLevels = &patchTessLevels[6 * patchNdx + 2]; in iterate() local
|