1# Basic test set 2[[deqp]] 3deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk" 4caselists = ["/deqp/mustpass/vk-master.txt"] 5timeout = 300 6renderer_check = "Turnip Adreno .* 630" 7[deqp.env] 8# Force binning in the main run, which makes sure we render at 9# least 2 bins. This is the path that impacts the most different 10# features. 11TU_DEBUG = "forcebin" 12 13# force-bypass testing 14[[deqp]] 15deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk" 16caselists = ["/deqp/mustpass/vk-master.txt"] 17timeout = 300 18include = ["dEQP-VK.renderpass.*"] 19prefix = "bypass-" 20[deqp.env] 21TU_DEBUG = "sysmem" 22 23# Partial test with neither force-bin nor force-sysmem. We don't expect trouble 24# here if both of those work, but it is the default so we should do at least a 25# bit of it. Left disabled for now until we shorten our list of known fails a 26# bit more (otherwise, it's a lot of bother to track as uprevs change the 27# fraction that gets run). 28#[[deqp]] 29#deqp = "/deqp/external/vulkancts/modules/vulkan/deqp-vk" 30#caselists = ["/deqp/mustpass/vk-master.txt"] 31#timeout = 300 32#fraction = 10 33#prefix = "defaults-" 34