Lines Matching defs:ImageSubresourceLayoutCase
183 class ImageSubresourceLayoutCase : public vkt::TestCase
186 ImageSubresourceLayoutCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params);
187 virtual ~ImageSubresourceLayoutCase (void) {}
212 ImageSubresourceLayoutCase::ImageSubresourceLayoutCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params)
218 TestInstance* ImageSubresourceLayoutCase::createInstance (Context& context) const
223 void ImageSubresourceLayoutCase::checkSupport (Context& context) const
442 ImageSubresourceLayoutCase::kImageTiling, // VkImageTiling tiling;
443 ImageSubresourceLayoutCase::kImageUsageFlags, // VkImageUsageFlags usage;
695 ImageSubresourceLayoutCase::kImageTiling, // VkImageTiling tiling;
696 ImageSubresourceLayoutCase::kImageUsageFlags, // VkImageUsageFlags usage;
752 class ImageSubresourceLayoutInvarianceCase: public ImageSubresourceLayoutCase
763 : ImageSubresourceLayoutCase(testCtx, name, params)
774 ImageSubresourceLayoutCase::checkSupport(context);
987 mipGroup->addChild(new ImageSubresourceLayoutCase(testCtx, name, params));
991 mipGroup->addChild(new ImageSubresourceLayoutCase(testCtx, name+"_offset", params));