Searched refs:imageNumChannels (Results 1 – 1 of 1) sorted by relevance
1306 const int imageNumChannels = imageFormat.order == tcu::TextureFormat::R ? 1 in replaceBadFloatReinterpretValues() local1312 DE_ASSERT(pixelSize % imageNumChannels == 0); in replaceBadFloatReinterpretValues()1325 for (int c = 0; c < imageNumChannels; c++) in replaceBadFloatReinterpretValues()1327 void *const channelData = (deUint8*)pixelData + c*pixelSize/imageNumChannels; in replaceBadFloatReinterpretValues()