Searched refs:template_ci (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 13985 const auto &template_ci = template_state->create_info; in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() local 13991 …skip |= ValidatePipelineBindPoint(cb_state, template_ci.pipelineBindPoint, func_name, bind_errors); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 13993 if (template_ci.templateType != VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 14000 if (template_ci.set != set) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 14005 … func_name, report_data->FormatHandle(descriptorUpdateTemplate).c_str(), template_ci.set, set); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 14007 if (!CompatForSet(set, layout_data, GetPipelineLayout(template_ci.pipelineLayout))) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 14013 report_data->FormatHandle(template_ci.pipelineLayout).c_str(), in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() 14041 const auto &template_ci = template_state->create_info; in PreCallRecordCmdPushDescriptorSetWithTemplateKHR() local 14046 RecordCmdPushDescriptorSetState(cb_state, template_ci.pipelineBindPoint, layout, set, in PreCallRecordCmdPushDescriptorSetWithTemplateKHR()
|