/external/vulkan-validation-layers/layers/ |
D | object_tracker.h | 312 … "OBJECT VALIDATION WARNING: %s object 0x%" PRIxLEAST64 ": %s", string_VkObjectType(objType), 321 "Unable to obtain status for non-existent object 0x%" PRIxLEAST64 " of %s type", 408 … OBJTRACK_NONE, "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, in create_physical_device() 425 "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, in create_surface_khr() 450 …"OBJ_STAT Destroy %s obj 0x%" PRIxLEAST64 " (%" PRIu64 " total objs remain & %" PRIu64 " %s objs).… in destroy_surface_khr() 458 …"Unable to remove obj 0x%" PRIxLEAST64 ". Was it created? Has it already been destroyed?", object_… in destroy_surface_khr() 465 "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, in alloc_command_buffer() 492 "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64 in free_command_buffer() 493 " belonging to Command Pool 0x%" PRIxLEAST64 " from pool 0x%" PRIxLEAST64 ").", in free_command_buffer() 503 …"OBJTRACK", "OBJ_STAT Destroy %s obj 0x%" PRIxLEAST64 " (%" PRIu64 " total objs remain & %" PRIu64… in free_command_buffer() [all …]
|
D | core_validation.cpp | 375 …"Fence %#" PRIxLEAST64 " submitted in SIGNALED state. Fences must be reset before being submitted… in add_fence_info() 442 … MEMTRACK_INVALID_USAGE_FLAG, "MEM", "Invalid usage flag for %s %#" PRIxLEAST64 in validate_usage_flags() 634 … "Attempting to free memory object %#" PRIxLEAST64 " which still contains " PRINTF_SIZE_T_SPECIFIER in reportMemReferencesAndCleanUp() 645 …"Command Buffer %p still has a reference to mem obj %#" PRIxLEAST64, (*it), (uint64_t)pMemObjInfo-… in reportMemReferencesAndCleanUp() 654 …EMTRACK_FREED_MEM_REF, "MEM", "VK Object %#" PRIxLEAST64 " still has a reference to mem obj %#" PR… in reportMemReferencesAndCleanUp() 671 …"Request to delete memory object %#" PRIxLEAST64 " not present in memory Object Map", (uint64_t)me… in deleteMemObjInfo() 689 … "fence %#" PRIxLEAST64 " for CB %p has not been checked for completion", in checkCBCompleted() 707 … "Attempting to free memory associated with a Persistent Image, %#" PRIxLEAST64 ", " in freeMemObjInfo() 786 "MEM", "While trying to clear mem binding for %s obj %#" PRIxLEAST64 in clear_object_binding() 787 … ", unable to find that object referenced by mem obj %#" PRIxLEAST64, in clear_object_binding() [all …]
|
D | device_limits.cpp | 234 …DEVLIMITS_INVALID_INSTANCE, "DL", "Invalid instance (%#" PRIxLEAST64 ") passed into vkEnumeratePhy… in vkEnumeratePhysicalDevices() 315 …"Invalid physicalDevice (%#" PRIxLEAST64 ") passed into vkGetPhysicalDeviceQueueFamilyProperties()… in vkGetPhysicalDeviceQueueFamilyProperties() 565 "vkBindBufferMemory(): memoryOffset %#" PRIxLEAST64 in vkBindBufferMemory() 566 … " must be a multiple of device limit minUniformBufferOffsetAlignment %#" PRIxLEAST64, in vkBindBufferMemory() 591 … "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (%#" PRIxLEAST64 in vkUpdateDescriptorSets() 592 … ") must be a multiple of device limit minUniformBufferOffsetAlignment %#" PRIxLEAST64, in vkUpdateDescriptorSets() 604 … "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (%#" PRIxLEAST64 in vkUpdateDescriptorSets() 605 … ") must be a multiple of device limit minStorageBufferOffsetAlignment %#" PRIxLEAST64, in vkUpdateDescriptorSets()
|
D | image.cpp | 320 … "Image resource size = %#" PRIxLEAST64 ", maximum resource size = %#" PRIxLEAST64 " ", in vkCreateImage()
|
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 914 …printf("\t\tbufferImageGranularity = 0x%" PRIxLEAST64 "\n", limits->bufferImageGr… in app_dump_limits() 915 …printf("\t\tsparseAddressSpaceSize = 0x%" PRIxLEAST64 "\n", limits->sparseAddress… in app_dump_limits() 976 …printf("\t\tminTexelBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minTexelBuffe… in app_dump_limits() 977 …printf("\t\tminUniformBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minUniformBuf… in app_dump_limits() 978 …printf("\t\tminStorageBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minStorageBuf… in app_dump_limits() 1012 …printf("\t\toptimalBufferCopyOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->optimalBuffer… in app_dump_limits() 1013 …printf("\t\toptimalBufferCopyRowPitchAlignment = 0x%" PRIxLEAST64 "\n", limits->optimalBuffer… in app_dump_limits() 1014 …printf("\t\tnonCoherentAtomSize = 0x%" PRIxLEAST64 "\n", limits->nonCoherentAt… in app_dump_limits()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 283 #if !defined PRIxLEAST64 || PRI_MACROS_BROKEN 284 # undef PRIxLEAST64 285 # define PRIxLEAST64 PRIx64 macro 641 return PRIxLEAST64; in get_sysdep_segment_value()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 267 #ifndef PRIxLEAST64 268 #error PRIxLEAST64 not defined
|
/external/opencv3/3rdparty/include/ |
D | msc_inttypes.h | 135 #define PRIxLEAST64 "I64x" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 137 #define PRIxLEAST64 "I64x" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 317 # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@ 318 # undef PRIxLEAST64 319 # define PRIxLEAST64 PRIx64 macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 629 # if !defined PRIxLEAST64 || 0 630 # undef PRIxLEAST64 631 # define PRIxLEAST64 PRIx64 macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 629 # if !defined PRIxLEAST64 || 0 630 # undef PRIxLEAST64 631 # define PRIxLEAST64 PRIx64 macro
|
/external/libcxx/include/ |
D | cinttypes | 103 PRIxLEAST64
|
D | module.modulemap | 95 …xFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAST16, PRIxLEAST32, PRIxLEAST64, PRIxMAX, PRIxP…
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 511 #ifndef PRIxLEAST64 512 #error PRIxLEAST64 not defined
|