Searched refs:dp_ci (Results 1 – 1 of 1) sorted by relevance
6381 VkDescriptorPoolCreateInfo dp_ci = dp_ci_template; in TEST_F() local6382 dp_ci.pPoolSizes = &invalid_dp_size; in TEST_F()6387 vkCreateDescriptorPool(m_device->device(), &dp_ci, nullptr, &pool); in TEST_F()