Lines Matching refs:ijBounds
720 vector<vector<IVec4> > ijBounds; in textureConversionTest() local
794 ijBounds.push_back (ijBound); in textureConversionTest()
934 log << TestLog::Message << " IMin : " << ijBounds[i][ndx][0] << TestLog::EndMessage; in textureConversionTest()
935 log << TestLog::Message << " IMax : " << ijBounds[i][ndx][1] << TestLog::EndMessage; in textureConversionTest()
936 log << TestLog::Message << " JMin : " << ijBounds[i][ndx][2] << TestLog::EndMessage; in textureConversionTest()
937 log << TestLog::Message << " JMax : " << ijBounds[i][ndx][3] << TestLog::EndMessage; in textureConversionTest()
942 …log << TestLog::Message << " Offset : (" << ijBounds[i][ndx][0] << ", " << ijBounds[i][ndx][2] … in textureConversionTest()
944 …for (deInt32 k = ijBounds[i][ndx][2]; k <= ijBounds[i][ndx][3] + (config.textureFilter == vk::VK_F… in textureConversionTest()
950 …for (deInt32 j = ijBounds[i][ndx][0]; j <= ijBounds[i][ndx][1] + (config.textureFilter == vk::VK_F… in textureConversionTest()
967 …const IVec2 chromaJRange (divFloor(ijBounds[i][ndx][0], 2) - 1, divFloor(ijBounds[i][ndx][1] + (co… in textureConversionTest()
969 …? IVec2(divFloor(ijBounds[i][ndx][2], 2) - 1, divFloor(ijBounds[i][ndx][3] + (config.textureFilter… in textureConversionTest()
970 …: IVec2(ijBounds[i][ndx][2], ijBounds[i][ndx][3] + (config.textureFilter == vk::VK_FILTER_LINEAR ?… in textureConversionTest()
1001 …log << TestLog::Message << " Offset : (" << ijBounds[i][ndx][0] << ", " << ijBounds[i][ndx][2] … in textureConversionTest()
1003 …for (deInt32 k = ijBounds[i][ndx][2]; k <= ijBounds[i][ndx][3] + (config.textureFilter == vk::VK_F… in textureConversionTest()
1009 …for (deInt32 j = ijBounds[i][ndx][0]; j <= ijBounds[i][ndx][1] + (config.textureFilter == vk::VK_F… in textureConversionTest()