HomeSort by relevance Sort by last modified time
    Searched refs:GenericHeader (Results 1 - 4 of 4) 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);
unique_objects.cpp 349 const GenericHeader *orig_pnext = reinterpret_cast<const GenericHeader *>(pAllocateInfo->pNext);
350 GenericHeader *input_pnext = reinterpret_cast<GenericHeader *>(safe_allocate_info.get());
371 input_pnext->pNext = reinterpret_cast<GenericHeader *>(safe_dedicated_allocate_info.get());
372 input_pnext = reinterpret_cast<GenericHeader *>(input_pnext->pNext);
377 orig_pnext = reinterpret_cast<const GenericHeader *>(orig_pnext->pNext);
    [all...]
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 76 milliseconds