Home
last modified time | relevance | path

Searched refs:template_ci (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dcore_validation.cpp12425 const auto &template_ci = template_state->create_info; in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() local
12431 …skip |= ValidatePipelineBindPoint(cb_state, template_ci.pipelineBindPoint, func_name, bind_errors); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
12433 if (template_ci.templateType != VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
12439 if (template_ci.set != set) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
12443 … func_name, report_data->FormatHandle(descriptorUpdateTemplate).c_str(), template_ci.set, set); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
12445 if (!CompatForSet(set, layout_data, GetPipelineLayout(template_ci.pipelineLayout))) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
12448 objlist.add(template_ci.pipelineLayout); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
12454 report_data->FormatHandle(template_ci.pipelineLayout).c_str(), in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
H A Dstate_tracker.cpp5446 const auto &template_ci = template_state->create_info; in PreCallRecordCmdPushDescriptorSetWithTemplateKHR() local
5451 RecordCmdPushDescriptorSetState(cb_state, template_ci.pipelineBindPoint, layout, set, in PreCallRecordCmdPushDescriptorSetWithTemplateKHR()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dcore_validation.cpp15787 const auto &template_ci = template_state->create_info; in PreCallValidateCmdPushDescriptorSetWithTemplateKHR() local
15793 …skip |= ValidatePipelineBindPoint(cb_state.get(), template_ci.pipelineBindPoint, func_name, bind_e… in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
15795 if (template_ci.templateType != VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
15801 if (template_ci.set != set) { in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
15805 … func_name, report_data->FormatHandle(descriptorUpdateTemplate).c_str(), template_ci.set, set); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
15807 const auto template_layout = Get<PIPELINE_LAYOUT_STATE>(template_ci.pipelineLayout); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
15811 objlist.add(template_ci.pipelineLayout); in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
15817 report_data->FormatHandle(template_ci.pipelineLayout).c_str(), in PreCallValidateCmdPushDescriptorSetWithTemplateKHR()
H A Dstate_tracker.cpp3512 const auto &template_ci = template_state->create_info; in PreCallRecordCmdPushDescriptorSetWithTemplateKHR() local
3516 cb_state->PushDescriptorSetState(template_ci.pipelineBindPoint, layout_data.get(), set, in PreCallRecordCmdPushDescriptorSetWithTemplateKHR()