Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp27255 VkDescriptorPoolCreateInfo dp_ci = dp_ci_template; in TEST_F() local
27256 dp_ci.pPoolSizes = &invalid_dp_size; in TEST_F()
27261 vkCreateDescriptorPool(m_device->device(), &dp_ci, nullptr, &pool); in TEST_F()