Searched defs:numPatches (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/tessellate/ |
D | PatchWriter.h | 389 if (int numPatches = this->accountForCurve(n4)) { in writeCubic() local 412 if (int numPatches = this->accountForCurve(n2 * n2)) { in writeConic() local 436 if (int numPatches = this->accountForCurve(n4)) { in writeQuadratic() local 584 void chopAndWriteQuads(float2 p0, float2 p1, float2 p2, int numPatches) { in chopAndWriteQuads() 626 void chopAndWriteConics(float2 p0, float2 p1, float2 p2, float w, int numPatches) { in chopAndWriteConics() 662 void chopAndWriteCubics(float2 p0, float2 p1, float2 p2, float2 p3, int numPatches) { in chopAndWriteCubics()
|
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 137 int numPatches = 0; in copyHarmonicSpectrum() local
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationInvarianceTests.cpp | 492 std::vector<float> generateRandomPatchTessLevels (const int numPatches, const int constantOuterLeve… in generateRandomPatchTessLevels() 510 std::vector<float> generatePatchTessLevels (const int numPatches, const int constantOuterLevelIndex… in generatePatchTessLevels() 516 …eType, const SpacingMode spacingMode, const bool usePointMode, const float* levels, int numPatches) in multiplePatchReferencePrimitiveCount()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 998 …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()
|