Lines Matching refs:TextureFormat
49 using tcu::TextureFormat;
1174 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_formatData) == TextureFormat::CHANNELTYPE_LAST);
1176 TextureFormat getBaseFormat (TextureFormat format) in getBaseFormat()
1178 …const TextureFormat::ChannelOrder baseOrders[] = { TextureFormat::RGBA, TextureFormat::RGB, Textur… in getBaseFormat()
1182 const TextureFormat curBaseFmt (baseOrders[baseOrderNdx], format.type); in getBaseFormat()
1190 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess()
1192 const TextureFormat inputFormat = getBaseFormat(format); in getInputAccess()
1203 const deUint32* getRawReference (TextureFormat format);
1206 const deUint32* getRawReference<float> (TextureFormat format) in getRawReference()
1212 const deUint32* getRawReference<deInt32> (TextureFormat format) in getRawReference()
1218 const deUint32* getRawReference<deUint32> (TextureFormat format) in getRawReference()
1224 void getReferenceValues (TextureFormat storageFormat, TextureFormat viewFormat, vector<Vector<T, 4>… in getReferenceValues()
1361 static std::string getCaseName (TextureFormat format) in getCaseName()
1373 TextureFormatCase (tcu::TestContext& testCtx, TextureFormat format) in TextureFormatCase()
1414 const bool isFloat32Or64 = src.getFormat().type == tcu::TextureFormat::FLOAT || in verifyRead()
1415 src.getFormat().type == tcu::TextureFormat::FLOAT64; in verifyRead()
1480 const TextureFormat m_format;
1486 ColorFormatCase (tcu::TestContext& testCtx, TextureFormat format) in ColorFormatCase()
1489 DE_ASSERT(format.order != TextureFormat::D && in ColorFormatCase()
1490 format.order != TextureFormat::S && in ColorFormatCase()
1491 format.order != TextureFormat::DS); in ColorFormatCase()
1507 if (m_format.type != TextureFormat::UNORM_INT32 && m_format.type != TextureFormat::SNORM_INT32) in iterate()
1521 DepthFormatCase (tcu::TestContext& testCtx, TextureFormat format) in DepthFormatCase()
1524 DE_ASSERT(format.order == TextureFormat::D); in DepthFormatCase()
1559 StencilFormatCase (tcu::TestContext& testCtx, TextureFormat format) in StencilFormatCase()
1562 DE_ASSERT(format.order == TextureFormat::S); in StencilFormatCase()
1597 DepthStencilFormatCase (tcu::TestContext& testCtx, TextureFormat format) in DepthStencilFormatCase()
1600 DE_ASSERT(format.order == TextureFormat::DS); in DepthStencilFormatCase()
1671 for (int channelType = 0; channelType < TextureFormat::CHANNELTYPE_LAST; channelType++) in createTextureFormatTests()
1673 for (int channelOrder = 0; channelOrder < TextureFormat::CHANNELORDER_LAST; channelOrder++) in createTextureFormatTests()
1675 …const TextureFormat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelTy… in createTextureFormatTests()
1683 if (format.order == TextureFormat::DS) in createTextureFormatTests()
1685 else if (format.order == TextureFormat::D) in createTextureFormatTests()
1687 else if (format.order == TextureFormat::S) in createTextureFormatTests()