Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1318 const int imageNumChannels = imageFormat.order == tcu::TextureFormat::R ? 1 in replaceBadFloatReinterpretValues() local
1324 DE_ASSERT(pixelSize % imageNumChannels == 0); in replaceBadFloatReinterpretValues()
1337 for (int c = 0; c < imageNumChannels; c++) in replaceBadFloatReinterpretValues()
1339 void *const channelData = (deUint8*)pixelData + c*pixelSize/imageNumChannels; in replaceBadFloatReinterpretValues()