Home
last modified time | relevance | path

Searched refs:vertices1 (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/tests/graw/
H A Dtex-srgb.c21 static struct vertex vertices1[] = variable
133 set_vertices(vertices1, 4); in draw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1180 const tcu::Vec4 vertices1[] = in testSemaphores() local
1194 testContext1.vertices = vertices1; in testSemaphores()
1195 testContext1.numVertices = DE_LENGTH_OF_ARRAY(vertices1); in testSemaphores()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1181 const tcu::Vec4 vertices1[] = in testSemaphores() local
1195 testContext1.vertices = vertices1; in testSemaphores()
1196 testContext1.numVertices = DE_LENGTH_OF_ARRAY(vertices1); in testSemaphores()
/third_party/python/Lib/test/
H A Dtest_set.py2080 vertices1 = set(g)
2081 self.assertEqual(len(vertices1), 8) # eight vertices
2085 self.assertEqual(vertices1, vertices2) # edge vertices in original set

Completed in 9 milliseconds