Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp145 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in TEST_F() local
151 VK_CHECK(vk->vkCreatePipelineLayout(device, &pipelineLayoutInfo, nullptr, &pipelineLayout)); in TEST_F()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp296 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in getPipelineLayout() local
304 mVk->vkCreatePipelineLayout(mDevice, &pipelineLayoutInfo, nullptr, pipelineLayout); in getPipelineLayout()