Searched refs:vertex1 (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderIsolines.cpp | 264 const float* vertex1 = (&test_result.rendered_data[0]) + n_vertex * 3; /* components */ in checkSecondOuterTessellationLevelEffect() local 265 float vertex1_x = vertex1[0]; in checkSecondOuterTessellationLevelEffect()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderInvarianceTests.cpp | 180 const tcu::Vec4 vertex1 = genRandomVector(rnd); in iterate() local 184 vertices[triNdx * 3 + 0] = vertex1; in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderInvarianceTests.cpp | 214 const tcu::Vec4 vertex1 = genRandomVector(rnd); in init() local 218 triangles[triNdx*3 + 0] = vertex1; in init()
|
D | es2fClippingTests.cpp | 1265 tcu::Vec3 vertex1; in TriangleFanFillTest() local 1281 vertex1 = visit.exitPoint; in TriangleFanFillTest() 1288 …vertex1 = visit.corner + tcu::normalize(tcu::mix(v1, v2, tcu::Vec3(float(tri+1)/trianglesPerVisit)… in TriangleFanFillTest() 1300 triangle.v2 = tcu::Vec4(vertex1.x() * radius, vertex1.y() * radius, vertex1.z() * radius, 1.0f); in TriangleFanFillTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderInvarianceTests.cpp | 180 const tcu::Vec4 vertex1 = genRandomVector(rnd); in iterate() local 184 vertices[triNdx * 3 + 0] = vertex1; in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderInvarianceTests.cpp | 214 const tcu::Vec4 vertex1 = genRandomVector(rnd); in init() local 218 triangles[triNdx*3 + 0] = vertex1; in init()
|
D | es3fClippingTests.cpp | 1269 tcu::Vec3 vertex1; in TriangleFanFillTest() local 1285 vertex1 = visit.exitPoint; in TriangleFanFillTest() 1292 …vertex1 = visit.corner + tcu::normalize(tcu::mix(v1, v2, tcu::Vec3(float(tri+1)/trianglesPerVisit)… in TriangleFanFillTest() 1304 triangle.v2 = tcu::Vec4(vertex1.x() * radius, vertex1.y() * radius, vertex1.z() * radius, 1.0f); in TriangleFanFillTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 249 const Vertex4RGBA vertex1 = in createPoints() local 287 vertices.push_back(vertex1); in createPoints()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 249 const Vertex4RGBA vertex1 = in createPoints() local 287 vertices.push_back(vertex1); in createPoints()
|