/external/vulkan-validation-layers/layers/ |
D | object_tracker.h | 182 "Object 0x%" PRIxLEAST64 in ValidateObject() 193 …invalid_handle_code, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s", object_string[object_t… in ValidateObject() 210 …OBJTRACK_NONE, LayerName, "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_tra… in CreateObject() 245 …"OBJ_STAT Destroy %s obj 0x%" PRIxLEAST64 " (%" PRIu64 " total objs remain & %" PRIu64 " %s objs).… in DestroyObject() 255 …"Custom allocator not specified while destroying %s obj 0x%" PRIxLEAST64 " but specified at creati… in DestroyObject() 261 …"Custom allocator specified while destroying %s obj 0x%" PRIxLEAST64 " but not specified at creati… in DestroyObject() 270 … "Unable to remove %s obj 0x%" PRIxLEAST64 ". Was it created? Has it already been destroyed?", in DestroyObject()
|
D | object_tracker_utils.cpp | 76 …"OBJ_STAT Destroy Queue obj 0x%" PRIxLEAST64 " (%" PRIu64 " total objs remain & %" PRIu64 " Queue … in DestroyQueueDataStructures() 118 …__LINE__, invalid_handle_code, LayerName, "Invalid Device Object 0x%" PRIxLEAST64 ". %s", device_h… in ValidateDeviceObject() 128 "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, in AllocateCommandBuffer() 156 … "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64 in ValidateCommandBuffer() 157 … " belonging to Command Pool 0x%" PRIxLEAST64 " from pool 0x%" PRIxLEAST64 "). %s", in ValidateCommandBuffer() 164 …handle, __LINE__, VALIDATION_ERROR_28400060, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s", in ValidateCommandBuffer() 175 "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, in AllocateDescriptorSet() 199 "FreeDescriptorSets is attempting to free descriptorSet 0x%" PRIxLEAST64 in ValidateDescriptorSet() 200 … " belonging to Descriptor Pool 0x%" PRIxLEAST64 " from pool 0x%" PRIxLEAST64 "). %s", in ValidateDescriptorSet() 207 …handle, __LINE__, VALIDATION_ERROR_2860026c, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s", in ValidateDescriptorSet() [all …]
|
D | descriptor_sets.cpp | 674 …nnot call vkUpdateDescriptorSets() to perform copy update on descriptor set dstSet 0x%" PRIxLEAST64 in ValidateCopyUpdate() 675 " created with destroyed VkDescriptorSetLayout 0x%" PRIxLEAST64, in ValidateCopyUpdate() 685 "Cannot call vkUpdateDescriptorSets() to perform copy update of dstSet 0x%" PRIxLEAST64 in ValidateCopyUpdate() 686 …" from descriptor set srcSet 0x%" PRIxLEAST64 " created with destroyed VkDescriptorSetLayout 0x%" … in ValidateCopyUpdate() 1242 …"Cannot call vkUpdateDescriptorSets() on descriptor set 0x%" PRIxLEAST64 " that has not been alloc… in ValidateUpdateDescriptorSets() 1381 … "Cannot call vkUpdateDescriptorSets() to perform write update on descriptor set 0x%" PRIxLEAST64 in ValidateWriteUpdate() 1382 " created with destroyed VkDescriptorSetLayout 0x%" PRIxLEAST64, in ValidateWriteUpdate() 1829 "Layout 0x%" PRIxLEAST64 " specified at pSetLayouts[%" PRIu32 in ValidateAllocateDescriptorSets() 1843 "Unable to allocate %u descriptorSets from pool 0x%" PRIxLEAST64 in ValidateAllocateDescriptorSets() 1853 … "Unable to allocate %u descriptors of type %s from pool 0x%" PRIxLEAST64 in ValidateAllocateDescriptorSets()
|
D | parameter_validation_utils.cpp | 1919 … "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (0x%" PRIxLEAST64 in pv_vkUpdateDescriptorSets() 1920 … ") must be a multiple of device limit minUniformBufferOffsetAlignment 0x%" PRIxLEAST64 ". %s", in pv_vkUpdateDescriptorSets() 1935 … "vkUpdateDescriptorSets(): pDescriptorWrites[%d].pBufferInfo[%d].offset (0x%" PRIxLEAST64 in pv_vkUpdateDescriptorSets() 1936 … ") must be a multiple of device limit minStorageBufferOffsetAlignment 0x%" PRIxLEAST64 ". %s", in pv_vkUpdateDescriptorSets() 2336 …"vkCmdUpdateBuffer() parameter, VkDeviceSize dstOffset (0x%" PRIxLEAST64 "), is not a multiple of … in pv_vkCmdUpdateBuffer() 2343 "vkCmdUpdateBuffer() parameter, VkDeviceSize dataSize (0x%" PRIxLEAST64 in pv_vkCmdUpdateBuffer() 2349 …"vkCmdUpdateBuffer() parameter, VkDeviceSize dataSize (0x%" PRIxLEAST64 "), is not a multiple of 4… in pv_vkCmdUpdateBuffer() 2363 …"vkCmdFillBuffer() parameter, VkDeviceSize dstOffset (0x%" PRIxLEAST64 "), is not a multiple of 4.… in pv_vkCmdFillBuffer() 2371 …"vkCmdFillBuffer() parameter, VkDeviceSize size (0x%" PRIxLEAST64 "), must be greater than zero. %… in pv_vkCmdFillBuffer() 2376 …"vkCmdFillBuffer() parameter, VkDeviceSize size (0x%" PRIxLEAST64 "), is not a multiple of 4. %s",… in pv_vkCmdFillBuffer()
|
D | core_validation.cpp | 2560 …s begun w/ VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT set, but has been submitted 0x%" PRIxLEAST64 in validateCommandBufferState() 3649 … attempting to bind memory (0x%" PRIx64 ") to object (0x%" PRIx64 "), memoryOffset=0x%" PRIxLEAST64 in ValidateInsertMemoryRange() 3650 " must be less than the memory allocation size 0x%" PRIxLEAST64 ". %s", in ValidateInsertMemoryRange() 3840 "%s: memoryOffset is 0x%" PRIxLEAST64 in PreCallValidateBindBufferMemory() 3841 … " but must be an integer multiple of the VkMemoryRequirements::alignment value 0x%" PRIxLEAST64 in PreCallValidateBindBufferMemory() 3852 "%s: memory size minus memoryOffset is 0x%" PRIxLEAST64 in PreCallValidateBindBufferMemory() 3853 … " but must be at least as large as VkMemoryRequirements::size value 0x%" PRIxLEAST64 in PreCallValidateBindBufferMemory() 3886 "%s: %s memoryOffset is 0x%" PRIxLEAST64 in PreCallValidateBindBufferMemory() 3887 … " but must be a multiple of device limit %s 0x%" PRIxLEAST64 ". %s", in PreCallValidateBindBufferMemory() 6171 … "device limit minUniformBufferOffsetAlignment 0x%" PRIxLEAST64 ". %s", in PreCallValidateCmdBindDescriptorSets() [all …]
|
D | buffer_validation.cpp | 806 … "CreateImage resource size exceeds allowable maximum Image resource size = 0x%" PRIxLEAST64 in PreCallValidateCreateImage() 807 ", maximum resource size = 0x%" PRIxLEAST64 " ", in PreCallValidateCreateImage() 3730 "%s(): pRegion[%d] bufferOffset 0x%" PRIxLEAST64 in ValidateBufferImageCopyData() 3739 … "%s(): pRegion[%d] bufferOffset 0x%" PRIxLEAST64 " must be a multiple of 4. %s", function, i, in ValidateBufferImageCopyData() 3826 "%s(): pRegion[%d] bufferOffset (0x%" PRIxLEAST64 in ValidateBufferImageCopyData()
|
/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 | 1757 …ummary>bufferImageGranularity = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1758 …ummary>sparseAddressSpaceSize = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1819 …ummary>minTexelBufferOffsetAlignment = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1820 …ummary>minUniformBufferOffsetAlignment = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1821 …ummary>minStorageBufferOffsetAlignment = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1857 …ummary>optimalBufferCopyOffsetAlignment = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1858 …ummary>optimalBufferCopyRowPitchAlignment = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1859 …ummary>nonCoherentAtomSize = <div class='val'>0x%" PRIxLEAST64 "</div></summar… in AppDumpLimits() 1875 …printf("\t\tbufferImageGranularity = 0x%" PRIxLEAST64 "\n", limits->bufferImageGr… in AppDumpLimits() 1876 …printf("\t\tsparseAddressSpaceSize = 0x%" PRIxLEAST64 "\n", limits->sparseAddress… in AppDumpLimits() [all …]
|
/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/libusb/msvc/ |
D | inttypes.h | 130 #define PRIxLEAST64 "I64x" macro
|
/external/syslinux/com32/include/ |
D | inttypes.h | 106 #define PRIxLEAST64 __PRI64_RANK "x" 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
|
/external/vulkan-validation-layers/tests/ |
D | loader_validation_tests.cpp | 317 … "\t%%04d\t%%p (%%p) : 0x%%%s (0x%%%s) : scope %%d : user_data 0x%%%s\n", PRIxLEAST64, PRIxLEAST64, in IsAllocTrackerEmpty() 318 PRIxLEAST64); in IsAllocTrackerEmpty()
|