Searched refs:ndxBase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 1434 const int ndxBase = numVerticesPerSection * i; in testComplementarity() local 1436 const Vec4 p0 = Vec4(x, -1.0f, 0.0f, sign * clipDistances[ndxBase + 0]); in testComplementarity() 1437 const Vec4 p1 = Vec4(x, 1.0f, 0.0f, sign * clipDistances[ndxBase + 1]); in testComplementarity() 1438 const Vec4 p2 = Vec4(x + dx, 1.0f, 0.0f, sign * clipDistances[ndxBase + 2]); in testComplementarity() 1439 const Vec4 p3 = Vec4(x + dx, -1.0f, 0.0f, sign * clipDistances[ndxBase + 3]); in testComplementarity()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 1360 const deUint32 ndxBase = chunkNdx * m_halfVertexCount; in initializeBuffers() local 1363 pIndexData[i] = ndxBase + i; in initializeBuffers()
|