HomeSort by relevance Sort by last modified time
    Searched defs:ext_struct (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
unique_objects.h 99 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext); local
101 while (ext_struct != nullptr) {
102 if (ext_struct->sType == ext_type) {
106 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
unique_objects.h 131 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext); local
133 while (ext_struct != nullptr) {
134 if (ext_struct->sType == ext_type) {
138 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext);

Completed in 162 milliseconds