Lines Matching defs:pipeline
24 * \brief Miscellaneous pipeline tests.
57 namespace pipeline
97 // Shader test files are saved in <path>/external/vulkancts/data/vulkan/amber/pipeline/<basename>.amber
118 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, "pipeline", file, requirements);
353 // Pipeline layout and graphics pipeline.
856 // Build the different pipeline pieces.
958 // Linked pipeline.
977 const auto pipeline = createGraphicsPipeline(vkd, device, DE_NULL, &linkedPipelineInfo);
986 vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
1571 // Pipeline layout and graphics pipeline.
1690 // Check if interpolateAtSample works as expected when using a pipeline library and null MSAA state in the fragment shader"
1732 } // pipeline