Home
last modified time | relevance | path

Searched defs:numPatches (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp69 int numPatches = in writePatches() local
92 int numPatches = SkScalarCeilToInt(sqrtf(n2/maxSegments_pow2)); in writePatches() local
113 int numPatches = in writePatches() local
DPathWedgeTessellator.cpp181 int numPatches = in writePatches() local
202 int numPatches = SkScalarCeilToInt(sqrtf(n2/maxSegments_pow2)); in writePatches() local
221 int numPatches = in writePatches() local
DPatchWriter.cpp28 void PatchWriter::chopAndWriteQuads(float2 p0, float2 p1, float2 p2, int numPatches) { in chopAndWriteQuads()
72 void PatchWriter::chopAndWriteConics(float2 p0, float2 p1, float2 p2, float w, int numPatches) { in chopAndWriteConics()
110 void PatchWriter::chopAndWriteCubics(float2 p0, float2 p1, float2 p2, float2 p3, int numPatches) { in chopAndWriteCubics()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp480 std::vector<float> generateRandomPatchTessLevels (const int numPatches, const int constantOuterLeve… in generateRandomPatchTessLevels()
498 std::vector<float> generatePatchTessLevels (const int numPatches, const int constantOuterLevelIndex… in generatePatchTessLevels()
504 …eType, const SpacingMode spacingMode, const bool usePointMode, const float* levels, int numPatches) in multiplePatchReferencePrimitiveCount()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp998 …ype primitiveType, SpacingMode spacingMode, bool usePointMode, const float* levels, int numPatches) in multiplePatchReferenceVertexCount()
1006 vector<float> generateRandomPatchTessLevels (int numPatches, int constantOuterLevelIndex, float con… in generateRandomPatchTessLevels()
3994 vector<float> InvariantOuterEdgeCase::generatePatchTessLevels (int numPatches, int constantOuterLev… in generatePatchTessLevels()
4282 vector<float> SymmetricOuterEdgeCase::generatePatchTessLevels (int numPatches, int constantOuterLev… in generatePatchTessLevels()
4572 vector<float> OuterEdgeVertexSetIndexIndependenceCase::generatePatchTessLevels (int numPatches, int… in generatePatchTessLevels()