Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp6926 bool found_non_null = false; in PreCallRecordCmdBindDescriptorSets() local
6930 found_non_null |= descriptor_set != nullptr; in PreCallRecordCmdBindDescriptorSets()
6932 if (found_non_null) { // which implies setCount > 0 in PreCallRecordCmdBindDescriptorSets()