Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp358 #define PRINT_FIELD_NAMED(name, nameStr) \ macro
404 PRINT_FIELD_NAMED(minMaxBlockCountEqual, "minBlockCount == maxBlockCount"); in Print()
513 PRINT_FIELD_NAMED(depthGreaterThanOne, "depth > 1"); in Print()
514 PRINT_FIELD_NAMED(mipLevelsGreaterThanOne, "mipLevels > 1"); in Print()
515 PRINT_FIELD_NAMED(arrayLayersGreaterThanOne, "arrayLayers > 1"); in Print()
573 PRINT_FIELD_NAMED(requiredFlagsNotZero, "requiredFlags != 0"); in Print()
574 PRINT_FIELD_NAMED(preferredFlagsNotZero, "preferredFlags != 0"); in Print()
576 PRINT_FIELD_NAMED(poolNotNull, "pool != VK_NULL_HANDLE"); in Print()
577 PRINT_FIELD_NAMED(userDataNotNull, "pUserData != nullptr"); in Print()
643 PRINT_FIELD_NAMED(commandBufferNotNull, "commandBuffer != VK_NULL_HANDLE"); in Print()
[all …]