Searched refs:pipelineLayoutInfo (Results 1 – 2 of 2) sorted by relevance
145 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in TEST_F() local151 VK_CHECK(vk->vkCreatePipelineLayout(device, &pipelineLayoutInfo, nullptr, &pipelineLayout)); in TEST_F()
296 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in getPipelineLayout() local304 mVk->vkCreatePipelineLayout(mDevice, &pipelineLayoutInfo, nullptr, pipelineLayout); in getPipelineLayout()