Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1208 VkPipelineLayoutCreateInfo pPipelineLayoutCreateInfo = {}; in init_descriptor_and_pipeline_layouts() local
1209 pPipelineLayoutCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO; in init_descriptor_and_pipeline_layouts()
1210 pPipelineLayoutCreateInfo.pNext = NULL; in init_descriptor_and_pipeline_layouts()
1211 pPipelineLayoutCreateInfo.pushConstantRangeCount = 0; in init_descriptor_and_pipeline_layouts()
1212 pPipelineLayoutCreateInfo.pPushConstantRanges = NULL; in init_descriptor_and_pipeline_layouts()
1213 pPipelineLayoutCreateInfo.setLayoutCount = NUM_DESCRIPTOR_SETS; in init_descriptor_and_pipeline_layouts()
1214 pPipelineLayoutCreateInfo.pSetLayouts = info.desc_layout.data(); in init_descriptor_and_pipeline_layouts()
1216 res = vkCreatePipelineLayout(info.device, &pPipelineLayoutCreateInfo, NULL, in init_descriptor_and_pipeline_layouts()