HomeSort by relevance Sort by last modified time
    Searched full:numpatches (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp     [all...]
IAudioFlinger.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 476 std::vector<float> generateRandomPatchTessLevels (const int numPatches, const int constantOuterLevelIndex, const float constantOuterLevel, de::Random& rnd)
478 std::vector<float> tessLevels(numPatches*NUM_TESS_LEVELS);
480 for (int patchNdx = 0; patchNdx < numPatches; ++patchNdx)
494 std::vector<float> generatePatchTessLevels (const int numPatches, const int constantOuterLevelIndex, const float constantOuterLevel)
497 return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd);
500 int multiplePatchReferencePrimitiveCount (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, const bool usePointMode, const float* levels, int numPatches)
503 for (int patchNdx = 0; patchNdx < numPatches; ++patchNdx)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
archrast.cpp 63 //@todo:: Change this to numPatches. Assumed: 1 patch per prim. If holds, its fine.
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 996 static int multiplePatchReferenceVertexCount (TessPrimitiveType primitiveType, SpacingMode spacingMode, bool usePointMode, const float* levels, int numPatches)
999 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++)
1004 vector<float> generateRandomPatchTessLevels (int numPatches, int constantOuterLevelIndex, float constantOuterLevel, de::Random& rnd)
1006 vector<float> tessLevels(numPatches*6);
1008 for (int patchNdx = 0; patchNdx < numPatches; patchNdx++)
    [all...]

Completed in 854 milliseconds