Searched refs:pipeline_layout_variable (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 139 … const VkPipelineLayoutObj pipeline_layout_variable(m_device, {&descriptor_set_variable.layout_}); in TEST_F() local 344 …{vsSource_frag, fsSource_frag_runtime, nullptr, nullptr, nullptr, false, &pipeline_layout_variable, in TEST_F() 346 …{vsSource_frag, fsSource_frag_runtime, nullptr, nullptr, nullptr, false, &pipeline_layout_variable, in TEST_F() 843 const VkPipelineLayoutObj pipeline_layout_variable(m_device, {&ds_variable.layout_}); in TEST_F() local 1288 …pipeline_ci.layout = test.variable_length ? pipeline_layout_variable.handle() : pipeline_layout.ha… in TEST_F() 1307 … test.variable_length ? pipeline_layout_variable.handle() : pipeline_layout.handle(), 0, 1, in TEST_F()
|