/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 200 …K_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, HandleToUint64(imgpair.image), in FindLayoutVerifyLayout() 373 …_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, HandleToUint64(image), in ValidateRenderPassLayoutAgainstFramebufferImageUsage() 387 … VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, HandleToUint64(image), vuid, in ValidateRenderPassLayoutAgainstFramebufferImageUsage() 399 … VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, HandleToUint64(image), vuid, in ValidateRenderPassLayoutAgainstFramebufferImageUsage() 410 … VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, HandleToUint64(image), vuid, in ValidateRenderPassLayoutAgainstFramebufferImageUsage() 421 … VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, HandleToUint64(image), vuid, in ValidateRenderPassLayoutAgainstFramebufferImageUsage() 437 … VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, HandleToUint64(image), vuid, in ValidateRenderPassLayoutAgainstFramebufferImageUsage() 450 HandleToUint64(image), "VUID-vkCmdBeginRenderPass-initialLayout-00896", in ValidateRenderPassLayoutAgainstFramebufferImageUsage() 475 HandleToUint64(pCB->commandBuffer), kVUID_Core_DrawState_InvalidRenderpass, in VerifyFramebufferAndRenderPassLayouts() 492 … HandleToUint64(pRenderPassBegin->renderPass), "VUID-VkRenderPassBeginInfo-framebuffer-parameter", in VerifyFramebufferAndRenderPassLayouts() [all …]
|
D | object_tracker_utils.cpp | 69 pNewObjNode->handle = HandleToUint64(command_buffer); in AllocateCommandBuffer() 70 pNewObjNode->parent_object = HandleToUint64(command_pool); in AllocateCommandBuffer() 76 …InsertObject(object_map[kVulkanObjectTypeCommandBuffer], HandleToUint64(command_buffer), kVulkanOb… in AllocateCommandBuffer() 84 uint64_t object_handle = HandleToUint64(command_buffer); in ValidateCommandBuffer() 89 if (pNode->parent_object != HandleToUint64(command_pool)) { in ValidateCommandBuffer() 110 pNewObjNode->handle = HandleToUint64(descriptor_set); in AllocateDescriptorSet() 111 pNewObjNode->parent_object = HandleToUint64(descriptor_pool); in AllocateDescriptorSet() 112 …InsertObject(object_map[kVulkanObjectTypeDescriptorSet], HandleToUint64(descriptor_set), kVulkanOb… in AllocateDescriptorSet() 117 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptor_pool)); in AllocateDescriptorSet() 119 itr->second->child_objects->insert(HandleToUint64(descriptor_set)); in AllocateDescriptorSet() [all …]
|
D | core_validation.cpp | 502 HandleToUint64(image_state->image), error_code, in ValidateMemoryIsBoundToImage() 586 HandleToUint64(mem), error_code, in ValidateSetMemBinding() 603 HandleToUint64(mem), error_code, in ValidateSetMemBinding() 609 HandleToUint64(mem), kVUID_Core_MemTrack_RebindObject, in ValidateSetMemBinding() 652 …ata, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in ValidateDeviceQueueFamily() 658 …_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), error… in ValidateDeviceQueueFamily() 678 … HandleToUint64(device), unique_error_code, "%s: %s (=%" PRIu32 ") is not unique within %s array.", in ValidateQueueFamilies() 693 …ort_data, msg_flags, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT, HandleToUint64(pNode->command… in ValidateStatus() 795 HandleToUint64(rp1_state->renderPass), error_code, in LogInvalidAttachmentMessage() 907 HandleToUint64(rp1_state->renderPass), error_code, in ValidateRenderPassCompatibility() [all …]
|
D | parameter_validation_utils.cpp | 62 HandleToUint64(instance), kVUIDUndefined, in validate_api_version() 68 HandleToUint64(instance), kVUIDUndefined, in validate_api_version() 123 … HandleToUint64(pPresentInfo->pSwapchains[i]), kVUID_PVPerfWarn_SuboptimalSwapchain, in PostCallRecordQueuePresentKHR() 273 … HandleToUint64(physicalDevice), "VUID-VkDeviceQueueCreateInfo-queueFamilyIndex-00381", in manual_PreCallValidateCreateDevice() 280 … HandleToUint64(physicalDevice), "VUID-VkDeviceCreateInfo-queueFamilyIndex-00372", in manual_PreCallValidateCreateDevice() 293 … HandleToUint64(physicalDevice), "VUID-VkDeviceQueueCreateInfo-pQueuePriorities-00383", in manual_PreCallValidateCreateDevice() 2404 … HandleToUint64(commandBuffer), "VUID-VkCommandBufferInheritanceInfo-occlusionQueryEnable-00056", in manual_PreCallValidateBeginCommandBuffer() 2435 HandleToUint64(commandBuffer), in manual_PreCallValidateBeginCommandBuffer() 2453 … HandleToUint64(commandBuffer), "VUID-vkCmdSetViewport-firstViewport-01224", in manual_PreCallValidateCmdSetViewport() 2459 … HandleToUint64(commandBuffer), "VUID-vkCmdSetViewport-viewportCount-01225", in manual_PreCallValidateCmdSetViewport() [all …]
|
D | gpu_validation.cpp | 269 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallRecordCreateDevice() 288 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallRecordCreateDevice() 294 …K_DEBUG_REPORT_INFORMATION_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallRecordCreateDevice() 334 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallRecordCreateDevice() 393 …ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), strm.str().c_st… in GpuPreCallCreatePipelineLayout() 416 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPostCallCreatePipelineLayout() 445 ReportSetupProblem(VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(device), in GpuPreCallValidateCmdWaitEvents() 562 … uint64_t moduleHandle = HandleToUint64(Accessor::GetShaderModule(pCreateInfos[pipeline], stage)); in GpuPreCallRecordPipelineCreations() 822 << LookupDebugUtilsName(report_data, HandleToUint64(cb_node->commandBuffer)) << "(" in GenerateCommonMessage() 823 << HandleToUint64(cb_node->commandBuffer) << "). "; in GenerateCommonMessage() [all …]
|
D | object_lifetime_validation.h | 143 auto object_handle = HandleToUint64(object); in ValidateObject() 191 uint64_t object_handle = HandleToUint64(object); in CreateObject() 211 auto object_handle = HandleToUint64(object); in DestroyObjectSilently() 236 auto object_handle = HandleToUint64(object); in RecordDestroyObject() 248 auto object_handle = HandleToUint64(object); in ValidateDestroyObject()
|
D | shader_validation.cpp | 967 HandleToUint64(vs->vk_shader_module), kVUID_Core_Shader_OutputNotConsumed, in ValidateViAgainstVsInputs() 975 … HandleToUint64(vs->vk_shader_module), kVUID_Core_Shader_InputNotProduced, in ValidateViAgainstVsInputs() 985 … HandleToUint64(vs->vk_shader_module), kVUID_Core_Shader_InterfaceTypeMismatch, in ValidateViAgainstVsInputs() 1039 … HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_OutputNotConsumed, in ValidateFsOutputsAgainstRenderPass() 1049 … HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_InputNotProduced, in ValidateFsOutputsAgainstRenderPass() 1064 HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_InterfaceTypeMismatch, in ValidateFsOutputsAgainstRenderPass() 1077 … HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_NoAlphaAtLocation0WithAlphaToCoverage, in ValidateFsOutputsAgainstRenderPass() 1929 … HandleToUint64(pipeline->pipeline), kVUID_Core_Shader_ExceedDeviceLimit, in ValidateShaderStageInputOutputLimits() 1940 … HandleToUint64(pipeline->pipeline), kVUID_Core_Shader_ExceedDeviceLimit, in ValidateShaderStageInputOutputLimits() 1949 … HandleToUint64(pipeline->pipeline), kVUID_Core_Shader_ExceedDeviceLimit, in ValidateShaderStageInputOutputLimits() [all …]
|
D | drawdispatch.cpp | 117 … HandleToUint64(index_buffer_binding.buffer), "VUID-vkCmdDrawIndexed-indexSize-00463", in PreCallValidateCmdDrawIndexed() 260 … HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndirectCountKHR-offset-02710", in PreCallValidateCmdDrawIndirectCountKHR() 267 … HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndirectCountKHR-countBufferOffset-02716", in PreCallValidateCmdDrawIndirectCountKHR() 318 … HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndexedIndirectCountKHR-offset-02710", in PreCallValidateCmdDrawIndexedIndirectCountKHR() 326 … HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndexedIndirectCountKHR-countBufferOffset-02716", in PreCallValidateCmdDrawIndexedIndirectCountKHR()
|
D | vk_layer_logging.h | 78 static inline uint64_t HandleToUint64(HANDLE_T h) { in HandleToUint64() function 82 static inline uint64_t HandleToUint64(uint64_t h) { return h; } in HandleToUint64() function 212 return FormatHandle(VkHandleInfo<HANDLE_T>::Typename(), HandleToUint64(handle)); in FormatHandle() 543 object_name_info.objectHandle = HandleToUint64(*messenger); in debug_messenger_log_msg() 1098 …<< HandleToUint64(callback_data->pObjects[obj].objectHandle) << ", type: " << std::dec << std::nos… in messenger_log_callback() 1132 …<< HandleToUint64(callback_data->pObjects[obj].objectHandle) << ", type: " << std::dec << std::nos… in messenger_win32_debug_output_msg()
|
D | best_practices.cpp | 98 bufferHex << "0x" << std::hex << HandleToUint64(pBuffer); in PreCallValidateCreateBuffer() 116 imageHex << "0x" << std::hex << HandleToUint64(pImage); in PreCallValidateCreateImage()
|
D | descriptor_sets.cpp | 1699 HandleToUint64(dest_set), kVUID_Core_DrawState_InvalidDescriptorSet, in ValidateUpdateDescriptorSets() 1707 … HandleToUint64(dest_set), error_code, "%s failed write update validation for %s with error: %s.", in ValidateUpdateDescriptorSets() 1726 …HandleToUint64(dst_set), error_code, "%s failed copy update from %s to %s with error: %s.", func_n… in ValidateUpdateDescriptorSets() 1883 …HandleToUint64(push_set->GetDescriptorSetLayout()), error_code, "%s failed update validation: %s.", in ValidatePushDescriptorsUpdate() 2183 …HandleToUint64(p_alloc_info->pSetLayouts[i]), "VUID-VkDescriptorSetAllocateInfo-pSetLayouts-00308", in ValidateAllocateDescriptorSets() 2201 … HandleToUint64(pool_state->pool), "VUID-VkDescriptorSetAllocateInfo-descriptorSetCount-00306", in ValidateAllocateDescriptorSets() 2212 … HandleToUint64(pool_state->pool), "VUID-VkDescriptorSetAllocateInfo-descriptorPool-00307", in ValidateAllocateDescriptorSets()
|
D | stateless_validation.h | 831 … HandleToUint64(instance), vuid, "Missing extension%s required by the %s extension %s: %s.", in validate_extension_reqs()
|
/external/vulkan-validation-layers/layers/generated/ |
D | layer_chassis_dispatch.cpp | 413 unique_id_mapping.erase(HandleToUint64(image_handle)); in DispatchDestroySwapchainKHR() 418 uint64_t swapchain_id = HandleToUint64(swapchain); in DispatchDestroySwapchainKHR()
|