Searched refs:captureFlags (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineShaderModuleIdentifierTests.cpp | 437 …t DeviceInterface& vkd, VkDevice device, VkPipeline pipeline, CapturedPropertiesFlags captureFlags) in getPipelineExecutableProperties() argument 459 if (captureFlags & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineExecutableProperties() 481 if (captureFlags & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineExecutableProperties() 1833 const auto captureFlags = getPipelineCreateFlags(m_params->capturedProperties); in iterate() local 1834 const bool needsCapture = (captureFlags != 0u); in iterate() 2147 …s.emplace_back(new GraphicsPipelineWrapper(vkd, device, m_params->constructionType, captureFlags)); in iterate() 2269 …s.emplace_back(new GraphicsPipelineWrapper(vkd, device, m_params->constructionType, captureFlags)); in iterate() 2350 …pipelinePtrs.push_back(makeComputePipeline(vkd, device, pipelineLayout.get(), captureFlags, compMo… in iterate() 2374 …nst auto pipelineFlags = (VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT | captureFlags); in iterate() 2528 …rayTracingPipeline->setCreateFlags(captureFlags | (m_params->useRTLibraries ? VK_PIPELINE_CREATE_L… in iterate() [all …]
|