Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp5340 … auto image_footprint_features = lvl_init_struct<VkPhysicalDeviceShaderImageFootprintFeaturesNV>(); in TEST_F() local
5341 image_footprint_features.imageFootprint = VK_FALSE; in TEST_F()
5343 VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &image_footprint_features); in TEST_F()