Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp429 … 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 …]
Dobject_tracker.cpp92 …"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 …]
Ddescriptor_sets.cpp1043 …"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()
Dimage.cpp352 … "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()
Dparameter_validation.cpp3653 … "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/
DTYPES.py146 PRIxLEAST64 = "lx" variable
147 PRIxLEAST64 = "llx" variable
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1117 …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/
Dinttypes.h130 #define PRIxLEAST64 "I64x" macro
/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/bison/lib/
Dinttypes.in.h317 # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@
318 # undef PRIxLEAST64
319 # define PRIxLEAST64 PRIx64 macro
/external/syslinux/com32/include/
Dinttypes.h106 #define PRIxLEAST64 __PRI64_RANK "x" macro
/external/bison/linux-lib/
Dinttypes.h629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64
631 # define PRIxLEAST64 PRIx64 macro
/external/bison/darwin-lib/
Dinttypes.h629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64
631 # define PRIxLEAST64 PRIx64 macro
/external/libcxx/include/
Dcinttypes103 PRIxLEAST64
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp511 #ifndef PRIxLEAST64
512 #error PRIxLEAST64 not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp511 #ifndef PRIxLEAST64
512 #error PRIxLEAST64 not defined