Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp162 class SamplerlessDescriptorWriteTestCase : public vkt::TestCase class
165 SamplerlessDescriptorWriteTestCase(tcu::TestContext &testCtx, const std::string &name,
167 virtual ~SamplerlessDescriptorWriteTestCase(void) in ~SamplerlessDescriptorWriteTestCase()
198 static const vk::VkFormat kImageFormat = SamplerlessDescriptorWriteTestCase::kImageFormat;
211 SamplerlessDescriptorWriteTestCase::SamplerlessDescriptorWriteTestCase(tcu::TestContext &testCtx, in SamplerlessDescriptorWriteTestCase() function in vkt::BindingModel::__anonb78fb2740111::SamplerlessDescriptorWriteTestCase
219 void SamplerlessDescriptorWriteTestCase::initPrograms(vk::SourceCollections &programCollection) con… in initPrograms()
266 vk::VkFormatFeatureFlagBits SamplerlessDescriptorWriteTestCase::getMainImageFeature(void) const in getMainImageFeature()
289 void SamplerlessDescriptorWriteTestCase::checkSupport(Context &context) const in checkSupport()
305 vkt::TestInstance *SamplerlessDescriptorWriteTestCase::createInstance(Context &context) const in createInstance()
754 group->addChild(new SamplerlessDescriptorWriteTestCase(testCtx, caseName, params)); in createSamplerlessWriteTests()