Searched refs:GetPushDescriptorProperties (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.h | 670 VkPhysicalDevicePushDescriptorPropertiesKHR GetPushDescriptorProperties(VkInstance instance, VkPhys…
|
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 5335 … (GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0); in TEST_F() 6449 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() 6872 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() 6924 (GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0)) { in TEST_F()
|
D | vkpositivelayertests.cpp | 2295 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() 2373 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() 2469 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F() 5486 … push_descriptor_found = GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0; in TEST_F()
|
D | layer_validation_tests.cpp | 112 VkPhysicalDevicePushDescriptorPropertiesKHR GetPushDescriptorProperties(VkInstance instance, VkPhys… in GetPushDescriptorProperties() function
|
D | vklayertests_pipeline_shader.cpp | 4481 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F()
|
D | vklayertests_command.cpp | 4138 auto push_descriptor_prop = GetPushDescriptorProperties(instance(), gpu()); in TEST_F()
|