Searched refs:pipelineLayoutCreateFlag (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 846 VkPipelineLayoutCreateFlags pipelineLayoutCreateFlag = 0u; in runTest() local 848 pipelineLayoutCreateFlag = VK_PIPELINE_LAYOUT_CREATE_INDEPENDENT_SETS_BIT_EXT; in runTest() 855 makePipelineLayout(vk, device, 2, vecLayoutBoth, pipelineLayoutCreateFlag); in runTest() 878 … pipelineLayoutVert = makePipelineLayout(vk, device, 2, vecLayoutVert, pipelineLayoutCreateFlag); in runTest() 883 … pipelineLayoutFrag = makePipelineLayout(vk, device, 2, vecLayoutFrag, pipelineLayoutCreateFlag); in runTest()
|