Lines Matching refs:numPrimitives
67 const int numPrimitives, in runTest() argument
166 vk.cmdDraw(*cmdBuffer, numPrimitives * inPatchSize, 1u, 0u, 0u); in runTest()
315 const int numPrimitives = 1; in test() local
317 return runTest(context, numPrimitives, caseDef.inPatchSize, caseDef.outPatchSize, in test()
469 const int numPrimitives = getNumPrimitives(caseDef.caseType); in test() local
470 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test()
473 for (int i = 0; i < numPrimitives; ++i) in test()
474 vertexData[INPUT_PATCH_SIZE * i] = static_cast<float>(i) / static_cast<float>(numPrimitives); in test()
482 return runTest(context, numPrimitives, INPUT_PATCH_SIZE, OUTPUT_PATCH_SIZE, in test()
609 const int numPrimitives = 1; in test() local
613 return runTest(context, numPrimitives, inPatchSize, outPatchSize, in test()
754 const int numPrimitives = 1; in test() local
758 return runTest(context, numPrimitives, inPatchSize, outPatchSize, in test()
926 const int numPrimitives = 8; in test() local
927 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test()
930 for (int i = 0; i < numPrimitives; ++i) in test()
931 vertexData[INPUT_PATCH_SIZE * i] = static_cast<float>(i) / static_cast<float>(numPrimitives); in test()
936 return runTest(context, numPrimitives, INPUT_PATCH_SIZE, OUTPUT_PATCH_SIZE, in test()