Home | History | Annotate | Download | only in tests

Lines Matching refs:pipeline_layout_create_info

10431     VkPipelineLayoutCreateInfo pipeline_layout_create_info = {};
10432 pipeline_layout_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
10433 pipeline_layout_create_info.setLayoutCount = 1;
10434 pipeline_layout_create_info.pSetLayouts = &descriptorset_layout;
10437 ASSERT_VK_SUCCESS(vkCreatePipelineLayout(m_device->device(), &pipeline_layout_create_info, nullptr, &pipeline_layout));
11522 VkPipelineLayoutCreateInfo pipeline_layout_create_info = {};
11523 pipeline_layout_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
11526 ASSERT_VK_SUCCESS(vkCreatePipelineLayout(m_device->device(), &pipeline_layout_create_info, nullptr, &pipeline_layout));
11688 VkPipelineLayoutCreateInfo pipeline_layout_create_info = {};
11689 pipeline_layout_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
11690 pipeline_layout_create_info.setLayoutCount = 1;
11691 pipeline_layout_create_info.pSetLayouts = &descriptorset_layout;
11694 ASSERT_VK_SUCCESS(vkCreatePipelineLayout(m_device->device(), &pipeline_layout_create_info, nullptr, &pipeline_layout));
11782 VkPipelineLayoutCreateInfo pipeline_layout_create_info = {};
11783 pipeline_layout_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
11784 pipeline_layout_create_info.setLayoutCount = 1;
11785 pipeline_layout_create_info.pSetLayouts = &descriptorset_layout;
11788 ASSERT_VK_SUCCESS(vkCreatePipelineLayout(m_device->device(), &pipeline_layout_create_info, nullptr, &pipeline_layout));
11836 VkPipelineLayoutCreateInfo pipeline_layout_create_info = {};
11837 pipeline_layout_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
11845 pipeline_layout_create_info.pPushConstantRanges = &push_constant_ranges;
11846 pipeline_layout_create_info.pushConstantRangeCount = 1;
11849 ASSERT_VK_SUCCESS(vkCreatePipelineLayout(m_device->device(), &pipeline_layout_create_info, nullptr, &pipeline_layout));
11907 VkPipelineLayoutCreateInfo pipeline_layout_create_info = {};
11908 pipeline_layout_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
11910 ASSERT_VK_SUCCESS(vkCreatePipelineLayout(test_device.device(), &pipeline_layout_create_info, nullptr, &pipeline_layout));
11952 VkPipelineLayoutCreateInfo pipeline_layout_create_info = {};
11953 pipeline_layout_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
11955 ASSERT_VK_SUCCESS(vkCreatePipelineLayout(m_device->device(), &pipeline_layout_create_info, nullptr, &pipeline_layout));