18:10 phomes: I have a wip for adding KHR_descriptor_update_template (using the common code from !14780 ). I am looking for a test for that in vulkancts but I cannot seem to find one. Am I looking in the wrong place or is there another way to test it?
18:11 karolherbst: phomes: here "external/vulkancts/modules/vulkan/binding_model/vktBindingShaderAccessTests.cpp" does check for the extension
18:11 karolherbst: not sure which tests its maps to though
18:12 pendingchaos: I think dEQP-VK.binding_model.shader_access.*.with_template.*
18:15 phomes: thanks