Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type) in isFormatTypeInteger() function
819 DE_ASSERT(isFormatTypeInteger(textureFormat.type)); in readIntegerTextureViaFBOAndVerify()
876 DE_ASSERT(!isFormatTypeInteger(textureFormat.type)); in readFloatOrNormTextureWithLookupsAndVerify()
1054 …return isFormatTypeInteger(textureFormat.type) ? readIntegerTextureViaFBOAndVerify (renderCtx, … in readTextureAndVerify()
1082 if (isFormatTypeInteger(m_reference.getFormat().type)) in operator ()()
1232 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate()
1352 const bool isIntegerTextureFormat = isFormatTypeInteger(m_textureFormat.type); in iterate()
1507 if (isFormatTypeInteger(m_imageFormat.type)) in iterate()
1691 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()()
1784 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()()
[all …]