Searched refs:pipeline_layout_buffer (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 189 const VkPipelineLayoutObj pipeline_layout_buffer(m_device, {&descriptor_set_buffer.layout_}); in TEST_F() local 348 …sh_back({vsSource_frag, fsSource_buffer, nullptr, nullptr, nullptr, false, &pipeline_layout_buffer, in TEST_F() 350 …sh_back({vsSource_frag, fsSource_buffer, nullptr, nullptr, nullptr, false, &pipeline_layout_buffer, in TEST_F() 355 … &pipeline_layout_buffer, &descriptor_set_buffer, 25, "Stage = Geometry"}); in TEST_F() 358 … &pipeline_layout_buffer, &descriptor_set_buffer, 5, "Stage = Geometry"}); in TEST_F() 362 … &pipeline_layout_buffer, &descriptor_set_buffer, 25, "Stage = Tessellation Eval"}); in TEST_F() 364 … &pipeline_layout_buffer, &descriptor_set_buffer, 5, "Stage = Tessellation Eval"}); in TEST_F() 465 pipeline_info.layout = pipeline_layout_buffer.handle(); in TEST_F() 480 …rSets(m_commandBuffer->handle(), VK_PIPELINE_BIND_POINT_COMPUTE, pipeline_layout_buffer.handle(), … in TEST_F()
|