Searched refs:ImageFormatCase (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | enum_converter_test.cc | 317 struct ImageFormatCase { struct 322 inline std::ostream& operator<<(std::ostream& out, ImageFormatCase ifc) { in operator <<() 329 class SpvImageFormatTest : public testing::TestWithParam<ImageFormatCase> { 364 ImageFormatCase{SpvImageFormatUnknown, true, ast::ImageFormat::kNone}, 366 ImageFormatCase{SpvImageFormatRgba8, true, 368 ImageFormatCase{SpvImageFormatRgba8Snorm, true, 370 ImageFormatCase{SpvImageFormatRgba8ui, true, 372 ImageFormatCase{SpvImageFormatRgba8i, true, 375 ImageFormatCase{SpvImageFormatRgba16ui, true, 377 ImageFormatCase{SpvImageFormatRgba16i, true, [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 1324 class ImageFormatCase : public TestCase, private glu::CallLogWrapper class 1327 ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec); 1328 ~ImageFormatCase (void); 1352 EGLConfig ImageFormatCase::getConfig (void) in getConfig() 1370 ImageFormatCase::ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec) in ImageFormatCase() function in deqp::egl::Image::ImageFormatCase 1383 ImageFormatCase::~ImageFormatCase (void) in ~ImageFormatCase() 1388 void ImageFormatCase::checkExtensions (void) in checkExtensions() 1427 void ImageFormatCase::init (void) in init() 1502 void ImageFormatCase::deinit (void) in deinit() 1529 TestCase::IterateResult ImageFormatCase::iterate (void) in iterate() [all …]
|