Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1573 VkPipelineLayoutCreateInfo pl_ci = {}; in VkPipelineLayoutObj() local
1574 pl_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO; in VkPipelineLayoutObj()
1575 pl_ci.pushConstantRangeCount = static_cast<uint32_t>(push_constant_ranges.size()); in VkPipelineLayoutObj()
1576 pl_ci.pPushConstantRanges = push_constant_ranges.data(); in VkPipelineLayoutObj()
1580 init(*device, pl_ci, descriptor_layouts_unwrapped); in VkPipelineLayoutObj()