Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker.h312 … "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 …]
Dcore_validation.cpp375 …"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 …]
Ddevice_limits.cpp234 …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()
Dimage.cpp320 … "Image resource size = %#" PRIxLEAST64 ", maximum resource size = %#" PRIxLEAST64 " ", in vkCreateImage()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c914 …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/
Dloadmsgcat.c283 #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/
Dinttypes_h.pass.cpp267 #ifndef PRIxLEAST64
268 #error PRIxLEAST64 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h135 #define PRIxLEAST64 "I64x" macro
/external/mesa3d/include/c99/
Dinttypes.h137 #define PRIxLEAST64 "I64x" macro
/external/bison/lib/
Dinttypes.in.h317 # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@
318 # undef PRIxLEAST64
319 # define PRIxLEAST64 PRIx64 macro
/external/bison/darwin-lib/
Dinttypes.h629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64
631 # define PRIxLEAST64 PRIx64 macro
/external/bison/linux-lib/
Dinttypes.h629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64
631 # define PRIxLEAST64 PRIx64 macro
/external/libcxx/include/
Dcinttypes103 PRIxLEAST64
Dmodule.modulemap95 …xFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAST16, PRIxLEAST32, PRIxLEAST64, PRIxMAX, PRIxP…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp511 #ifndef PRIxLEAST64
512 #error PRIxLEAST64 not defined