Home
last modified time | relevance | path

Searched refs:pointIndices (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIntegerMixTests.cpp420 deUint32 pointIndices[256]; in test() local
421 float vertex[DE_LENGTH_OF_ARRAY(pointIndices) * 2]; in test()
422 deInt32 a[DE_LENGTH_OF_ARRAY(pointIndices) * 4]; in test()
425 tcu::IVec4 expected[DE_LENGTH_OF_ARRAY(pointIndices)]; in test()
427 for (int i = 0; i < DE_LENGTH_OF_ARRAY(pointIndices); i++) in test()
429 pointIndices[i] = deUint16(i); in test()
475 glu::va::Float("vertex", 2, DE_LENGTH_OF_ARRAY(pointIndices), 0, vertex), in test()
476 glu::va::Int32("vs_in_a", 4, DE_LENGTH_OF_ARRAY(pointIndices), 0, a), in test()
477 glu::va::Int32("vs_in_b", 4, DE_LENGTH_OF_ARRAY(pointIndices), 0, b), in test()
478 glu::va::Int32("vs_in_sel", 4, DE_LENGTH_OF_ARRAY(pointIndices), 0, sel) in test()
[all …]