Home | History | Annotate | Download | only in functional

Lines Matching refs:formats

1268 //! Case that copies an image to another, using imageLoad() and imageStore(). Texture formats don't necessarily match image formats.
3168 static const TextureFormat formats[] =
3199 TestCaseGroup* const reinterpretGroup = new TestCaseGroup(m_context, "format_reinterpret", "Cases with differing texture and image formats");
3208 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
3210 const TextureFormat& format = formats[formatNdx];
3211 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]);
3274 for (int texFmtNdx = 0; texFmtNdx < DE_LENGTH_OF_ARRAY(formats); texFmtNdx++)
3275 for (int imgFmtNdx = 0; imgFmtNdx < DE_LENGTH_OF_ARRAY(formats); imgFmtNdx++)
3277 const TextureFormat& texFmt = formats[texFmtNdx];
3278 const TextureFormat& imgFmt = formats[imgFmtNdx];