Searched refs:template_ci (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 13001 const auto &template_ci = template_state->create_info; in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() local 13007 …skip |= ValidatePipelineBindPoint(device_data, cb_state, template_ci.pipelineBindPoint, func_name,… in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 13009 if (template_ci.templateType != VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 13016 if (template_ci.set != set) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 13021 …e, device_data->report_data->FormatHandle(descriptorUpdateTemplate).c_str(), template_ci.set, set); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 13023 … if (!CompatForSet(set, layout_data, GetPipelineLayout(device_data, template_ci.pipelineLayout))) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 13029 … device_data->report_data->FormatHandle(template_ci.pipelineLayout).c_str(), in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 13059 const auto &template_ci = template_state->create_info; in PreCallRecordCmdPushDescriptorSetWithTemplateKHR() local 13064 … RecordCmdPushDescriptorSetState(device_data, cb_state, template_ci.pipelineBindPoint, layout, set, in PreCallRecordCmdPushDescriptorSetWithTemplateKHR()
|