Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp949 const bool xfbPerPipeline = m_params.transformFeedback && m_params.provokingVertexMode == PROVOKING_VERTEX_PER_PIPELINE; in makeRenderPass() local
960 xfbPerPipeline ? 1u : 0u, // deUint32 dependencyCount in makeRenderPass()
961 xfbPerPipeline ? &selfDependency : DE_NULL // const VkSubpassDependency* pDependencies in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp894 const bool xfbPerPipeline = m_params.transformFeedback && m_params.provokingVertexMode == PROVOKING_VERTEX_PER_PIPELINE; in makeRenderPass() local
905 xfbPerPipeline ? 1u : 0u, // deUint32 dependencyCount in makeRenderPass()
906 xfbPerPipeline ? &selfDependency : DE_NULL // const VkSubpassDependency* pDependencies in makeRenderPass()

Completed in 4 milliseconds