HomeSort by relevance Sort by last modified time
    Searched refs:channelBits (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 170 const IVec4 channelBits = pixelFormatToIVec4(m_renderFormat);
175 if (channelBits[chanNdx] == 0)
178 const int channelMax = (1 << channelBits[chanNdx]) - 1;
215 << "Failure: " << channelBits[chanNdx] << "-bit " << s_channelNames[chanNdx] << " channel is " << renderedClrInFormat
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 170 const IVec4 channelBits = pixelFormatToIVec4(m_renderFormat);
175 if (channelBits[chanNdx] == 0)
178 const int channelMax = (1 << channelBits[chanNdx]) - 1;
215 << "Failure: " << channelBits[chanNdx] << "-bit " << s_channelNames[chanNdx] << " channel is " << renderedClrInFormat
es3fShaderDerivateTests.cpp 852 const tcu::IVec4 channelBits (pixelFormat.redBits, pixelFormat.greenBits, pixelFormat.blueBits, pixelFormat.alphaBits);
853 const tcu::IVec4 intThreshold = tcu::IVec4(1) << (8 - channelBits);
    [all...]

Completed in 228 milliseconds