Searched refs:resultSlice (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 839 tcu::TextureLevel resultSlice (textureFormat, textureSize.x(), textureSize.y()); in readIntegerTextureViaFBOAndVerify() local 866 readPixelsRGBAInteger32(resultSlice.getAccess(), 0, 0, glLog); in readIntegerTextureViaFBOAndVerify() 869 if (!verifyLayer(log, resultSlice, sliceOrFaceNdx)) in readIntegerTextureViaFBOAndVerify() 964 tcu::TextureLevel resultSlice (textureFormat, textureSize.x(), textureSize.y()); in readFloatOrNormTextureWithLookupsAndVerify() local 965 const PixelBufferAccess resultSliceAccess = resultSlice.getAccess(); in readFloatOrNormTextureWithLookupsAndVerify() 1081 …bool operator() (TestLog& log, const tcu::ConstPixelBufferAccess& resultSlice, int sliceOrFaceNdx)… in operator ()() argument 1094 …e(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSlice, resultSlice, UVec4(0), tcu:… in operator ()() 1096 …e(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSlice, resultSlice, Vec4(0.01f), t… in operator ()() 1702 bool operator() (TestLog& log, const ConstPixelBufferAccess& resultSlice, int sliceOrFaceNdx) const in operator ()() argument 1704 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() [all …]
|