Home
last modified time | relevance | path

Searched refs:colorOdd (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp904 tcu::TextureLevel genReferenceTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd, const tcu::Vec4& fbColor);
905 void genSamplerTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd);
916 void TexelFetchTestCase::genSamplerTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd) in genSamplerTexture() argument
927 tcu::fillWithGrid(data.getAccess(), 8, colorEven, colorOdd); in genSamplerTexture()
956 tcu::TextureLevel TexelFetchTestCase::genReferenceTexture (const tcu::Vec4& colorEven, const tcu::Vec4& colorOdd, const tcu::Vec4& fbColor) in genReferenceTexture() argument
959 tcu::fillWithGrid(reference.getAccess(), 8, colorEven + fbColor, colorOdd + fbColor); in genReferenceTexture()
968 const tcu::Vec4 colorOdd = scaleColorValue(m_texFmt, tcu::Vec4(0.5f, 0.0f, 0.5f, 1.0f)); in iterate() local
970 genSamplerTexture(colorEven, colorOdd); in iterate()
971 tcu::TextureLevel reference = genReferenceTexture(colorEven, colorOdd, fbColor); in iterate()

Completed in 3 milliseconds