Home
last modified time | relevance | path

Searched refs:pipelineLayoutVert (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp879 Move<VkPipelineLayout> pipelineLayoutVert; in runTest() local
898 if (!pipelineLayoutVert) in runTest()
899 pipelineLayoutVert = makePipelineLayout(vk, device, 2, vecLayoutVert, pipelineLayoutCreateFlag); in runTest()
908 : vertPipelineLayout ? *pipelineLayoutVert in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp873 Move<VkPipelineLayout> pipelineLayoutVert; in runTest() local
892 if (!pipelineLayoutVert) in runTest()
893 pipelineLayoutVert = makePipelineLayout(vk, device, 2, vecLayoutVert, pipelineLayoutCreateFlag); in runTest()
902 : vertPipelineLayout ? *pipelineLayoutVert in runTest()

Completed in 10 milliseconds