Searched refs:INPUT_PATCH_SIZE (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 345 INPUT_PATCH_SIZE = 10, enumerator 434 caseDef.caseType == CASETYPE_PATCH_VERTICES_IN_TCS ? " bool ok = in_te_patchVerticesInFromTCS == " + de::toString(INPUT_PATCH_SIZE) + ";\n" : in initPrograms() 471 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() 475 vertexData[INPUT_PATCH_SIZE * i] = static_cast<float>(i) / static_cast<float>(numPrimitives); in test() 483 return runTest(context, numPrimitives, INPUT_PATCH_SIZE, OUTPUT_PATCH_SIZE, in test() 771 INPUT_PATCH_SIZE = 10 enumerator 928 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() 932 vertexData[INPUT_PATCH_SIZE * i] = static_cast<float>(i) / static_cast<float>(numPrimitives); in test() 937 return runTest(context, numPrimitives, INPUT_PATCH_SIZE, OUTPUT_PATCH_SIZE, in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 345 INPUT_PATCH_SIZE = 10, enumerator 435 caseDef.caseType == CASETYPE_PATCH_VERTICES_IN_TCS ? " bool ok = in_te_patchVerticesInFromTCS == " + de::toString(INPUT_PATCH_SIZE) + ";\n" : in initPrograms() 472 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() 476 vertexData[INPUT_PATCH_SIZE * i] = static_cast<float>(i) / static_cast<float>(numPrimitives); in test() 484 return runTest(context, numPrimitives, INPUT_PATCH_SIZE, OUTPUT_PATCH_SIZE, in test() 772 INPUT_PATCH_SIZE = 10 enumerator 929 std::vector<float> vertexData (INPUT_PATCH_SIZE * numPrimitives, 0.0f); in test() 933 vertexData[INPUT_PATCH_SIZE * i] = static_cast<float>(i) / static_cast<float>(numPrimitives); in test() 938 return runTest(context, numPrimitives, INPUT_PATCH_SIZE, OUTPUT_PATCH_SIZE, in test()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 3150 static const int INPUT_PATCH_SIZE; 3159 const int PerPatchDataCase::INPUT_PATCH_SIZE = 10; 3220 DE_ASSERT(OUTPUT_PATCH_SIZE < INPUT_PATCH_SIZE); 3222 const string inSizeStr = de::toString(INPUT_PATCH_SIZE); 3338 log << TestLog::Message << "Note: input patch size is " << INPUT_PATCH_SIZE << ", output patch size is " << OUTPUT_PATCH_SIZE << TestLog::EndMessage; 3344 attributeData.reserve(numPrimitives*INPUT_PATCH_SIZE); 3349 for (int j = 0; j < INPUT_PATCH_SIZE-1; j++) 3353 gl.patchParameteri(GL_PATCH_VERTICES, INPUT_PATCH_SIZE); 3364 glu::pr::Patches(numPrimitives*INPUT_PATCH_SIZE));
|
Completed in 46 milliseconds