Searched refs:kVulkanObjectTypePipeline (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_object_types.h | 58 kVulkanObjectTypePipeline = 19, enumerator 610 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypePipeline; 617 template <> struct VulkanObjectTypeInfo<kVulkanObjectTypePipeline> {
|
D | object_tracker.cpp | 52 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypePipeline, error_code); in ReportUndestroyedObjects() 90 DeviceDestroyUndestroyedObjects(device, kVulkanObjectTypePipeline); in DestroyUndestroyedObjects() 1085 …ValidateObject(device, pCreateInfos[index0].basePipelineHandle, kVulkanObjectTypePipeline, true, k… in PreCallValidateCreateGraphicsPipelines() 1104 CreateObject(device, pPipelines[index], kVulkanObjectTypePipeline, pAllocator); in PostCallRecordCreateGraphicsPipelines() 1124 …ValidateObject(device, pCreateInfos[index0].basePipelineHandle, kVulkanObjectTypePipeline, true, k… in PreCallValidateCreateComputePipelines() 1143 CreateObject(device, pPipelines[index], kVulkanObjectTypePipeline, pAllocator); in PostCallRecordCreateComputePipelines() 1155 …skip |= ValidateObject(device, pipeline, kVulkanObjectTypePipeline, true, "VUID-vkDestroyPipeline-… in PreCallValidateDestroyPipeline() 1156 …skip |= ValidateDestroyObject(device, pipeline, kVulkanObjectTypePipeline, pAllocator, "VUID-vkDes… in PreCallValidateDestroyPipeline() 1165 RecordDestroyObject(device, pipeline, kVulkanObjectTypePipeline); in PreCallRecordDestroyPipeline() 1431 …skip |= ValidateObject(commandBuffer, pipeline, kVulkanObjectTypePipeline, false, "VUID-vkCmdBindP… in PreCallValidateCmdBindPipeline() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2071 case kVulkanObjectTypePipeline: { in GetStateStructPtrFromObject() 4639 const VulkanTypedHandle obj_struct(pipeline, kVulkanObjectTypePipeline); in PreCallValidateDestroyPipeline() 4651 const VulkanTypedHandle obj_struct(pipeline, kVulkanObjectTypePipeline); in PreCallRecordDestroyPipeline() 6557 …erBinding(&pipe_state->cb_bindings, VulkanTypedHandle(pipeline, kVulkanObjectTypePipeline), cb_sta… in PreCallRecordCmdBindPipeline()
|