Lines Matching refs:addFunctionCase
276 addFunctionCase(group, "destroy_buffer", "", test<VkBuffer>); in addTestsToGroup()
277 addFunctionCase(group, "destroy_buffer_view", "", test<VkBufferView>); in addTestsToGroup()
278 addFunctionCase(group, "destroy_command_pool", "", test<VkCommandPool>); in addTestsToGroup()
279 addFunctionCase(group, "destroy_descriptor_pool", "", test<VkDescriptorPool>); in addTestsToGroup()
280 addFunctionCase(group, "destroy_descriptor_set_layout", "", test<VkDescriptorSetLayout>); in addTestsToGroup()
281 addFunctionCase(group, "destroy_device", "", test<VkDevice>); in addTestsToGroup()
282 addFunctionCase(group, "destroy_event", "", checkEventSupport, test<VkEvent>); in addTestsToGroup()
283 addFunctionCase(group, "destroy_fence", "", test<VkFence>); in addTestsToGroup()
284 addFunctionCase(group, "destroy_framebuffer", "", test<VkFramebuffer>); in addTestsToGroup()
285 addFunctionCase(group, "destroy_image", "", test<VkImage>); in addTestsToGroup()
286 addFunctionCase(group, "destroy_image_view", "", test<VkImageView>); in addTestsToGroup()
287 addFunctionCase(group, "destroy_instance", "", test<VkInstance>); in addTestsToGroup()
288 addFunctionCase(group, "destroy_pipeline", "", test<VkPipeline>); in addTestsToGroup()
289 addFunctionCase(group, "destroy_pipeline_cache", "", test<VkPipelineCache>); in addTestsToGroup()
290 addFunctionCase(group, "destroy_pipeline_layout", "", test<VkPipelineLayout>); in addTestsToGroup()
291 addFunctionCase(group, "destroy_query_pool", "", test<VkQueryPool>); in addTestsToGroup()
292 addFunctionCase(group, "destroy_render_pass", "", test<VkRenderPass>); in addTestsToGroup()
293 addFunctionCase(group, "destroy_sampler", "", test<VkSampler>); in addTestsToGroup()
294 addFunctionCase(group, "destroy_semaphore", "", test<VkSemaphore>); in addTestsToGroup()
295 addFunctionCase(group, "destroy_shader_module", "", test<VkShaderModule>); in addTestsToGroup()
296 addFunctionCase(group, "free_command_buffers", "", test<VkCommandBuffer>); in addTestsToGroup()
297 addFunctionCase(group, "free_descriptor_sets", "", test<VkDescriptorSet>); in addTestsToGroup()
298 addFunctionCase(group, "free_memory", "", test<VkDeviceMemory>); in addTestsToGroup()