Home
last modified time | relevance | path

Searched refs:restartVertexIndex (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp1131 int restartVertexIndex = verticesPerPrimitive - 1; in createListPrimitives() local
1139 if (isRestartPrimitive(primitiveNdx) && vertexNdx == restartVertexIndex) in createListPrimitives()
1143 restartVertexIndex--; in createListPrimitives()
1144 if (restartVertexIndex < 0) restartVertexIndex = verticesPerPrimitive - 1; in createListPrimitives()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp1135 int restartVertexIndex = verticesPerPrimitive - 1; in createListPrimitives() local
1143 if (isRestartPrimitive(primitiveNdx) && vertexNdx == restartVertexIndex) in createListPrimitives()
1147 restartVertexIndex--; in createListPrimitives()
1148 if (restartVertexIndex < 0) restartVertexIndex = verticesPerPrimitive - 1; in createListPrimitives()

Completed in 5 milliseconds