Searched refs:PRIxLEAST64 (Results 1 - 13 of 13) sorted by relevance

/external/vulkan-validation-layers/layers/
H A 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++, local
425 "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, local
450 "OBJ_STAT Destroy %s obj 0x%" PRIxLEAST64 " (%" PRIu64 " total objs remain & %" PRIu64 " %s objs).",
458 "Unable to remove obj 0x%" PRIxLEAST64 ". Was it created? Has it already been destroyed?", object_handle); local
465 "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, local
492 "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64
493 " belonging to Command Pool 0x%" PRIxLEAST64 " from pool 0x%" PRIxLEAST64 ") local
511 "OBJTRACK", "Unable to remove obj 0x%" PRIxLEAST64 ". Was it created? Has it already been destroyed?", local
519 "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, string_VkDebugReportObjectTypeEXT(objType), local
543 " belonging to Descriptor Pool 0x%" PRIxLEAST64 " from pool 0x%" PRIxLEAST64 ").", local
560 "OBJTRACK", "Unable to remove obj 0x%" PRIxLEAST64 ". Was it created? Has it already been destroyed?", local
567 OBJTRACK_NONE, "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, local
582 __LINE__, OBJTRACK_NONE, "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, local
596 "OBJTRACK", "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, local
[all...]
H A Dcore_validation.cpp375 "Fence %#" PRIxLEAST64 " submitted in SIGNALED state. Fences must be reset before being submitted",
442 MEMTRACK_INVALID_USAGE_FLAG, "MEM", "Invalid usage flag for %s %#" PRIxLEAST64
634 "Attempting to free memory object %#" PRIxLEAST64 " which still contains " PRINTF_SIZE_T_SPECIFIER
645 "Command Buffer %p still has a reference to mem obj %#" PRIxLEAST64, (*it), (uint64_t)pMemObjInfo->mem);
654 MEMTRACK_FREED_MEM_REF, "MEM", "VK Object %#" PRIxLEAST64 " still has a reference to mem obj %#" PRIxLEAST64,
671 "Request to delete memory object %#" PRIxLEAST64 " not present in memory Object Map", (uint64_t)mem);
689 "fence %#" PRIxLEAST64 " for CB %p has not been checked for completion",
707 "Attempting to free memory associated with a Persistent Image, %#" PRIxLEAST64 ", "
786 "MEM", "While trying to clear mem binding for %s obj %#" PRIxLEAST64
[all...]
H A Ddevice_limits.cpp234 DEVLIMITS_INVALID_INSTANCE, "DL", "Invalid instance (%#" PRIxLEAST64 ") passed into vkEnumeratePhysicalDevices().",
315 "Invalid physicalDevice (%#" PRIxLEAST64 ") passed into vkGetPhysicalDeviceQueueFamilyProperties().",
565 "vkBindBufferMemory(): memoryOffset %#" PRIxLEAST64
566 " must be a multiple of device limit minUniformBufferOffsetAlignment %#" PRIxLEAST64,
591 "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (%#" PRIxLEAST64
592 ") must be a multiple of device limit minUniformBufferOffsetAlignment %#" PRIxLEAST64,
604 "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (%#" PRIxLEAST64
605 ") must be a multiple of device limit minStorageBufferOffsetAlignment %#" PRIxLEAST64,
H A Dimage.cpp320 "Image resource size = %#" PRIxLEAST64 ", maximum resource size = %#" PRIxLEAST64 " ",
/external/mesa3d/include/c99/
H A Dinttypes.h137 #define PRIxLEAST64 "I64x" macro
/external/opencv3/3rdparty/include/
H A Dmsc_inttypes.h135 #define PRIxLEAST64 "I64x" macro
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c914 printf("\t\tbufferImageGranularity = 0x%" PRIxLEAST64 "\n", limits->bufferImageGranularity );
915 printf("\t\tsparseAddressSpaceSize = 0x%" PRIxLEAST64 "\n", limits->sparseAddressSpaceSize );
976 printf("\t\tminTexelBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minTexelBufferOffsetAlignment );
977 printf("\t\tminUniformBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minUniformBufferOffsetAlignment );
978 printf("\t\tminStorageBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minStorageBufferOffsetAlignment );
1012 printf("\t\toptimalBufferCopyOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->optimalBufferCopyOffsetAlignment );
1013 printf("\t\toptimalBufferCopyRowPitchAlignment = 0x%" PRIxLEAST64 "\n", limits->optimalBufferCopyRowPitchAlignment );
1014 printf("\t\tnonCoherentAtomSize = 0x%" PRIxLEAST64 "\n", limits->nonCoherentAtomSize );
/external/bison/lib/
H A Dinttypes.in.h317 # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@
318 # undef PRIxLEAST64 macro
319 # define PRIxLEAST64 PRIx64 macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp267 #ifndef PRIxLEAST64
268 #error PRIxLEAST64 not defined
/external/e2fsprogs/intl/
H A Dloadmsgcat.c283 #if !defined PRIxLEAST64 || PRI_MACROS_BROKEN
284 # undef PRIxLEAST64 macro
285 # define PRIxLEAST64 PRIx64 macro
641 return PRIxLEAST64;
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp511 #ifndef PRIxLEAST64
512 #error PRIxLEAST64 not defined
/external/bison/darwin-lib/
H A Dinttypes.h629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64 macro
631 # define PRIxLEAST64 PRIx64 macro
/external/bison/linux-lib/
H A Dinttypes.h629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64 macro
631 # define PRIxLEAST64 PRIx64 macro

Completed in 169 milliseconds