Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1411 VkPipelineLayoutCreateInfo pl_ci = {}; in VkPipelineLayoutObj() local
1412 pl_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO; in VkPipelineLayoutObj()
1413 pl_ci.pushConstantRangeCount = static_cast<uint32_t>(push_constant_ranges.size()); in VkPipelineLayoutObj()
1414 pl_ci.pPushConstantRanges = push_constant_ranges.data(); in VkPipelineLayoutObj()
1418 init(*device, pl_ci, descriptor_layouts_unwrapped); in VkPipelineLayoutObj()