Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp70 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1; in sampleMaskToString() local
73 if (targetCharNdx < 0) in sampleMaskToString()
77 result[targetCharNdx] = '1'; in sampleMaskToString()
Des31fTextureMultisampleTests.cpp67 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1; in sampleMaskToString() local
70 if (targetCharNdx < 0) in sampleMaskToString()
74 result[targetCharNdx] = '1'; in sampleMaskToString()