Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.cpp28 void PatchWriter::chopAndWriteQuads(float2 p0, float2 p1, float2 p2, int numPatches) { in chopAndWriteQuads() argument
72 void PatchWriter::chopAndWriteConics(float2 p0, float2 p1, float2 p2, float w, int numPatches) { in chopAndWriteConics() argument
110 chopAndWriteCubics(float2 p0, float2 p1, float2 p2, float2 p3, int numPatches) chopAndWriteCubics() argument
[all...]
H A DPathCurveTessellator.cpp69 int numPatches = in writePatches() local
92 int numPatches = SkScalarCeilToInt(sqrtf(n2/maxSegments_pow2)); in writePatches() local
113 int numPatches = in writePatches() local
H A DPathWedgeTessellator.cpp181 int numPatches = in writePatches() local
202 int numPatches = SkScalarCeilToInt(sqrtf(n2/maxSegments_pow2)); in writePatches() local
221 int numPatches = in writePatches() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp492 std::vector<float> generateRandomPatchTessLevels (const int numPatches, const int constantOuterLevelIndex, const float constantOuterLevel, de::Random& rnd) in generateRandomPatchTessLevels() argument
510 std::vector<float> generatePatchTessLevels (const int numPatches, const int constantOuterLevelIndex, const float constantOuterLevel) in generatePatchTessLevels() argument
516 int multiplePatchReferencePrimitiveCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* levels, int numPatches) in multiplePatchReferencePrimitiveCount() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp482 std::vector<float> generateRandomPatchTessLevels (const int numPatches, const int constantOuterLevelIndex, const float constantOuterLevel, de::Random& rnd) in generateRandomPatchTessLevels() argument
500 std::vector<float> generatePatchTessLevels (const int numPatches, const int constantOuterLevelIndex, const float constantOuterLevel) in generatePatchTessLevels() argument
506 int multiplePatchReferencePrimitiveCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* levels, int numPatches) in multiplePatchReferencePrimitiveCount() argument

Completed in 12 milliseconds