Searched refs:imageNumChannels (Results 1 – 1 of 1) sorted by relevance
1318 const int imageNumChannels = imageFormat.order == tcu::TextureFormat::R ? 1 in replaceBadFloatReinterpretValues() local1324 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()