Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp1135 deUint32 nonAdjacentVertexNdx = 0; in createListPrimitives() local
1164 tcu::Vec4(originX + float((primitiveNdx + nonAdjacentVertexNdx) / 2) * primitiveSizeX, in createListPrimitives()
1165 originY + float((primitiveNdx + nonAdjacentVertexNdx) % 2) * primitiveSizeY, 0.0f, 1.0f), in createListPrimitives()
1171 nonAdjacentVertexNdx++; in createListPrimitives()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp1139 deUint32 nonAdjacentVertexNdx = 0; in createListPrimitives() local
1168 tcu::Vec4(originX + float((primitiveNdx + nonAdjacentVertexNdx) / 2) * primitiveSizeX, in createListPrimitives()
1169 originY + float((primitiveNdx + nonAdjacentVertexNdx) % 2) * primitiveSizeY, 0.0f, 1.0f), in createListPrimitives()
1175 nonAdjacentVertexNdx++; in createListPrimitives()

Completed in 5 milliseconds