Lines Matching defs:formats
1303 //! Case that copies an image to another, using imageLoad() and imageStore(). Texture formats don't necessarily match image formats.
3249 static const TextureFormat formats[] =
3280 TestCaseGroup* const reinterpretGroup = new TestCaseGroup(m_context, "format_reinterpret", "Cases with differing texture and image formats");
3289 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
3291 const TextureFormat& format = formats[formatNdx];
3292 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]);
3355 for (int texFmtNdx = 0; texFmtNdx < DE_LENGTH_OF_ARRAY(formats); texFmtNdx++)
3356 for (int imgFmtNdx = 0; imgFmtNdx < DE_LENGTH_OF_ARRAY(formats); imgFmtNdx++)
3358 const TextureFormat& texFmt = formats[texFmtNdx];
3359 const TextureFormat& imgFmt = formats[imgFmtNdx];