Home
last modified time | relevance | path

Searched refs:ImageTranscodingCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp974 class ImageTranscodingCase : public TestCase class
977ImageTranscodingCase(TestContext &testCtx, const std::string &name, const TestParameters &paramete…
987 ImageTranscodingCase::ImageTranscodingCase(TestContext &testCtx, const std::string &name, in ImageTranscodingCase() function in vkt::image::__anon3ba86d2b0111::ImageTranscodingCase
994 void ImageTranscodingCase::initPrograms(vk::SourceCollections &programCollection) const in initPrograms()
1081 bool ImageTranscodingCase::isFormatUsageFlagSupported(Context &context, const VkFormat format, in isFormatUsageFlagSupported()
1094 void ImageTranscodingCase::checkSupport(Context &context) const in checkSupport()
1110 TestInstance *ImageTranscodingCase::createInstance(Context &context) const in createInstance()
1383 … imageOperationGroup->addChild(new ImageTranscodingCase(testCtx, testName, parameters)); in createImageTranscodingSupportTests()