Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1129 …const float storeColorScale = isFormatTypeUnorm(m_format.type) ? 1.0f / (float)(maxImageDime… in iterate() local
1163 …const string colorExpr = colorBaseExpr + (storeColorScale == 1.0f ? "" : "*" + toString(storeC… in iterate()
1235 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()
1246 reference.setPixel(x, y, z, color.asFloat()*storeColorScale + storeColorBias); in iterate()
1347 …const float storeColorScale = isFormatTypeUnorm(m_textureFormat.type) ? 1.0f / (float)(maxI… in iterate() local
1369 DE_ASSERT(!isIntegerTextureFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()
1380 reference.setPixel(x, y, z, color.asFloat()*storeColorScale + storeColorBias); in iterate()