Lines Matching refs:UNSIGNED_INT32
139 type == TextureFormat::UNSIGNED_INT32; in isFormatTypeUnsignedInteger()
175 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer()
189 format.type == TextureFormat::UNSIGNED_INT32; in isFormatSupportedForTextureBuffer()
215 case TextureFormat::UNSIGNED_INT32: typePart = "32ui"; break; in getShaderImageFormatQualifier()
1602 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in BinaryAtomicOperationCase()
2108 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in AtomicCompSwapCase()
2519 DE_ASSERT(m_format == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32) || in CoherenceCase()
2717 …_ASSERT(resultSlice.getFormat() == TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32)); in operator ()()
2869 …erOutResultTexture, TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), in iterate()
2974 …LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), 1… in iterate()
3134 …x, glLog, *texture, TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), in iterate()
3175 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), in init()
3178 TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), in init()
3271 …t, "restrict", "", TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), imageType, I… in init()