/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 429 … MEMTRACK_INVALID_USAGE_FLAG, "MEM", "Invalid usage flag for %s 0x%" PRIxLEAST64 in validate_usage_flags() 686 "MEM", "While trying to clear mem binding for %s obj 0x%" PRIxLEAST64 in ClearMemoryObjectBinding() 687 ", unable to find that object referenced by mem obj 0x%" PRIxLEAST64, in ClearMemoryObjectBinding() 718 … "%s: Vk%s object 0x%" PRIxLEAST64 " used with no memory bound. Memory should be bound by calling " in VerifyBoundMemoryIsValid() 724 …"%s: Vk%s object 0x%" PRIxLEAST64 " used with no memory bound and previously bound memory was free… in VerifyBoundMemoryIsValid() 763 … "MEM", "In %s, attempting to Bind Obj(0x%" PRIxLEAST64 ") to NULL", apiName, handle); in SetMemBinding() 778 … "In %s, attempting to bind memory (0x%" PRIxLEAST64 ") to object (0x%" PRIxLEAST64 in SetMemBinding() 779 ") which has already been bound to mem object 0x%" PRIxLEAST64, in SetMemBinding() 785 … "In %s, attempting to bind memory (0x%" PRIxLEAST64 ") to object (0x%" PRIxLEAST64 in SetMemBinding() 851 "MEM", "Trying to get mem binding for %s object 0x%" PRIxLEAST64 in get_mem_for_type() [all …]
|
D | object_tracker.cpp | 92 …"OBJ_STAT Destroy Queue obj 0x%" PRIxLEAST64 " (%" PRIu64 " total objs remain & %" PRIu64 " Queue … in DestroyQueueDataStructures() 122 …__LINE__, OBJTRACK_NONE, LayerName, "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, … in AllocateCommandBuffer() 151 … "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64 in ValidateCommandBuffer() 152 … " belonging to Command Pool 0x%" PRIxLEAST64 " from pool 0x%" PRIxLEAST64 ").", in ValidateCommandBuffer() 158 … __LINE__, OBJTRACK_NONE, LayerName, "Unable to remove command buffer obj 0x%" PRIxLEAST64 in ValidateCommandBuffer() 171 …"OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, object_name[ob… in AllocateDescriptorSet() 196 … "FreeDescriptorSets is attempting to free descriptorSet 0x%" PRIxLEAST64 in ValidateDescriptorSet() 197 … " belonging to Descriptor Pool 0x%" PRIxLEAST64 " from pool 0x%" PRIxLEAST64 ").", in ValidateDescriptorSet() 203 … __LINE__, OBJTRACK_NONE, LayerName, "Unable to remove descriptor set obj 0x%" PRIxLEAST64 in ValidateDescriptorSet() 214 …OBJTRACK_NONE, LayerName, "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_tra… in CreateQueue() [all …]
|
D | descriptor_sets.cpp | 1043 …"Cannot call vkUpdateDescriptorSets() on descriptor set 0x%" PRIxLEAST64 " that has not been alloc… in ValidateUpdateDescriptorSets() 1066 … "Cannot call vkUpdateDescriptorSets() to copy from descriptor set 0x%" PRIxLEAST64 in ValidateUpdateDescriptorSets() 1072 … "Cannot call vkUpdateDescriptorSets() to copy to descriptor set 0x%" PRIxLEAST64 in ValidateUpdateDescriptorSets() 1502 …"Unable to find set layout node for layout 0x%" PRIxLEAST64 " specified in vkAllocateDescriptorSet… in ValidateAllocateDescriptorSets() 1520 …"Unable to allocate %u descriptorSets from pool 0x%" PRIxLEAST64 ". This pool only has %d descript… in ValidateAllocateDescriptorSets() 1528 … "DS", "Unable to allocate %u descriptors of type %s from pool 0x%" PRIxLEAST64 in ValidateAllocateDescriptorSets()
|
D | image.cpp | 352 … "Image resource size = 0x%" PRIxLEAST64 ", maximum resource size = 0x%" PRIxLEAST64 " ", in CreateImage() 1004 "%s(): pRegion[%d] bufferOffset 0x%" PRIxLEAST64 in ValidateBufferToImageData() 1012 … "%s(): pRegion[%d] bufferOffset 0x%" PRIxLEAST64 " must be a multiple of 4", function, i, in ValidateBufferToImageData()
|
D | parameter_validation.cpp | 3653 … "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (0x%" PRIxLEAST64 in UpdateDescriptorSets() 3654 … ") must be a multiple of device limit minUniformBufferOffsetAlignment 0x%" PRIxLEAST64, in UpdateDescriptorSets() 3668 … "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (0x%" PRIxLEAST64 in UpdateDescriptorSets() 3669 … ") must be a multiple of device limit minStorageBufferOffsetAlignment 0x%" PRIxLEAST64, in UpdateDescriptorSets() 4352 …LayerName, "CmdUpdateBuffer parameter, VkDeviceSize dstOffset (0x%" PRIxLEAST64 "), is not a multi… in CmdUpdateBuffer() 4357 … INVALID_USAGE, LayerName, "CmdUpdateBuffer parameter, VkDeviceSize dataSize (0x%" PRIxLEAST64 in CmdUpdateBuffer() 4363 …LayerName, "CmdUpdateBuffer parameter, VkDeviceSize dataSize (0x%" PRIxLEAST64 "), is not a multip… in CmdUpdateBuffer() 4383 …LayerName, "vkCmdFillBuffer parameter, VkDeviceSize dstOffset (0x%" PRIxLEAST64 "), is not a multi… in CmdFillBuffer() 4390 …LayerName, "vkCmdFillBuffer parameter, VkDeviceSize size (0x%" PRIxLEAST64 "), must be greater tha… in CmdFillBuffer() 4394 …"vkCmdFillBuffer parameter, VkDeviceSize size (0x%" PRIxLEAST64 "), is not a multiple of 4", size); in CmdFillBuffer()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 146 PRIxLEAST64 = "lx" variable 147 PRIxLEAST64 = "llx" variable
|
/external/vulkan-validation-layers/demos/ |
D | vulkaninfo.c | 1117 …printf("\t\tbufferImageGranularity = 0x%" PRIxLEAST64 "\n", limits->bufferImageGr… in app_dump_limits() 1118 …printf("\t\tsparseAddressSpaceSize = 0x%" PRIxLEAST64 "\n", limits->sparseAddress… in app_dump_limits() 1179 …printf("\t\tminTexelBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minTexelBuffe… in app_dump_limits() 1180 …printf("\t\tminUniformBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minUniformBuf… in app_dump_limits() 1181 …printf("\t\tminStorageBufferOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->minStorageBuf… in app_dump_limits() 1217 …printf("\t\toptimalBufferCopyOffsetAlignment = 0x%" PRIxLEAST64 "\n", limits->optimalBuffer… in app_dump_limits() 1218 …printf("\t\toptimalBufferCopyRowPitchAlignment = 0x%" PRIxLEAST64 "\n", limits->optimalBuffer… in app_dump_limits() 1219 …printf("\t\tnonCoherentAtomSize = 0x%" PRIxLEAST64 "\n", limits->nonCoherentAt… in app_dump_limits() 1345 " (0x%" PRIxLEAST64 ")\n", in app_gpu_dump_memory_props()
|
/external/libusb/msvc/ |
D | inttypes.h | 130 #define PRIxLEAST64 "I64x" macro
|
/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/bison/lib/ |
D | inttypes.in.h | 317 # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@ 318 # undef PRIxLEAST64 319 # define PRIxLEAST64 PRIx64 macro
|
/external/syslinux/com32/include/ |
D | inttypes.h | 106 #define PRIxLEAST64 __PRI64_RANK "x" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 629 # if !defined PRIxLEAST64 || 0 630 # undef PRIxLEAST64 631 # 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/libcxx/include/ |
D | cinttypes | 103 PRIxLEAST64
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 511 #ifndef PRIxLEAST64 512 #error PRIxLEAST64 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 511 #ifndef PRIxLEAST64 512 #error PRIxLEAST64 not defined
|