Home
last modified time | relevance | path

Searched refs:HandleToUint64 (Results 1 – 13 of 13) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp200 …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()
492HandleToUint64(pRenderPassBegin->renderPass), "VUID-VkRenderPassBeginInfo-framebuffer-parameter", in VerifyFramebufferAndRenderPassLayouts()
[all …]
Dobject_tracker_utils.cpp69 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 …]
Dcore_validation.cpp502 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()
678HandleToUint64(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 …]
Dparameter_validation_utils.cpp62 HandleToUint64(instance), kVUIDUndefined, in validate_api_version()
68 HandleToUint64(instance), kVUIDUndefined, in validate_api_version()
123HandleToUint64(pPresentInfo->pSwapchains[i]), kVUID_PVPerfWarn_SuboptimalSwapchain, in PostCallRecordQueuePresentKHR()
273HandleToUint64(physicalDevice), "VUID-VkDeviceQueueCreateInfo-queueFamilyIndex-00381", in manual_PreCallValidateCreateDevice()
280HandleToUint64(physicalDevice), "VUID-VkDeviceCreateInfo-queueFamilyIndex-00372", in manual_PreCallValidateCreateDevice()
293HandleToUint64(physicalDevice), "VUID-VkDeviceQueueCreateInfo-pQueuePriorities-00383", in manual_PreCallValidateCreateDevice()
2404HandleToUint64(commandBuffer), "VUID-VkCommandBufferInheritanceInfo-occlusionQueryEnable-00056", in manual_PreCallValidateBeginCommandBuffer()
2435 HandleToUint64(commandBuffer), in manual_PreCallValidateBeginCommandBuffer()
2453HandleToUint64(commandBuffer), "VUID-vkCmdSetViewport-firstViewport-01224", in manual_PreCallValidateCmdSetViewport()
2459HandleToUint64(commandBuffer), "VUID-vkCmdSetViewport-viewportCount-01225", in manual_PreCallValidateCmdSetViewport()
[all …]
Dgpu_validation.cpp269 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 …]
Dobject_lifetime_validation.h143 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()
Dshader_validation.cpp967 HandleToUint64(vs->vk_shader_module), kVUID_Core_Shader_OutputNotConsumed, in ValidateViAgainstVsInputs()
975HandleToUint64(vs->vk_shader_module), kVUID_Core_Shader_InputNotProduced, in ValidateViAgainstVsInputs()
985HandleToUint64(vs->vk_shader_module), kVUID_Core_Shader_InterfaceTypeMismatch, in ValidateViAgainstVsInputs()
1039HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_OutputNotConsumed, in ValidateFsOutputsAgainstRenderPass()
1049HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_InputNotProduced, in ValidateFsOutputsAgainstRenderPass()
1064 HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_InterfaceTypeMismatch, in ValidateFsOutputsAgainstRenderPass()
1077HandleToUint64(fs->vk_shader_module), kVUID_Core_Shader_NoAlphaAtLocation0WithAlphaToCoverage, in ValidateFsOutputsAgainstRenderPass()
1929HandleToUint64(pipeline->pipeline), kVUID_Core_Shader_ExceedDeviceLimit, in ValidateShaderStageInputOutputLimits()
1940HandleToUint64(pipeline->pipeline), kVUID_Core_Shader_ExceedDeviceLimit, in ValidateShaderStageInputOutputLimits()
1949HandleToUint64(pipeline->pipeline), kVUID_Core_Shader_ExceedDeviceLimit, in ValidateShaderStageInputOutputLimits()
[all …]
Ddrawdispatch.cpp117HandleToUint64(index_buffer_binding.buffer), "VUID-vkCmdDrawIndexed-indexSize-00463", in PreCallValidateCmdDrawIndexed()
260HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndirectCountKHR-offset-02710", in PreCallValidateCmdDrawIndirectCountKHR()
267HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndirectCountKHR-countBufferOffset-02716", in PreCallValidateCmdDrawIndirectCountKHR()
318HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndexedIndirectCountKHR-offset-02710", in PreCallValidateCmdDrawIndexedIndirectCountKHR()
326HandleToUint64(commandBuffer), "VUID-vkCmdDrawIndexedIndirectCountKHR-countBufferOffset-02716", in PreCallValidateCmdDrawIndexedIndirectCountKHR()
Dvk_layer_logging.h78 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()
Dbest_practices.cpp98 bufferHex << "0x" << std::hex << HandleToUint64(pBuffer); in PreCallValidateCreateBuffer()
116 imageHex << "0x" << std::hex << HandleToUint64(pImage); in PreCallValidateCreateImage()
Ddescriptor_sets.cpp1699 HandleToUint64(dest_set), kVUID_Core_DrawState_InvalidDescriptorSet, in ValidateUpdateDescriptorSets()
1707HandleToUint64(dest_set), error_code, "%s failed write update validation for %s with error: %s.", in ValidateUpdateDescriptorSets()
1726HandleToUint64(dst_set), error_code, "%s failed copy update from %s to %s with error: %s.", func_n… in ValidateUpdateDescriptorSets()
1883HandleToUint64(push_set->GetDescriptorSetLayout()), error_code, "%s failed update validation: %s.", in ValidatePushDescriptorsUpdate()
2183HandleToUint64(p_alloc_info->pSetLayouts[i]), "VUID-VkDescriptorSetAllocateInfo-pSetLayouts-00308", in ValidateAllocateDescriptorSets()
2201HandleToUint64(pool_state->pool), "VUID-VkDescriptorSetAllocateInfo-descriptorSetCount-00306", in ValidateAllocateDescriptorSets()
2212HandleToUint64(pool_state->pool), "VUID-VkDescriptorSetAllocateInfo-descriptorPool-00307", in ValidateAllocateDescriptorSets()
Dstateless_validation.h831HandleToUint64(instance), vuid, "Missing extension%s required by the %s extension %s: %s.", in validate_extension_reqs()
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp413 unique_id_mapping.erase(HandleToUint64(image_handle)); in DispatchDestroySwapchainKHR()
418 uint64_t swapchain_id = HandleToUint64(swapchain); in DispatchDestroySwapchainKHR()