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

  /external/vulkan-validation-layers/layers/
unique_objects.h 123 struct GenericHeader {
131 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext);
138 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext);
parameter_validation_utils.h 65 struct GenericHeader {
498 const GenericHeader *current = reinterpret_cast<const GenericHeader *>(next);
523 current = reinterpret_cast<const GenericHeader *>(current->pNext);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 56 struct GenericHeader {
461 const GenericHeader *current = reinterpret_cast<const GenericHeader *>(next);
482 current = reinterpret_cast<const GenericHeader *>(current->pNext);
    [all...]

Completed in 592 milliseconds