Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp440 PipelineExecutablePropertyVec getPipelineExecutableProperties (const DeviceInterface& vkd, VkDevice device, VkPipeline pipeline, CapturedPropertiesFlags captureFlags) in getPipelineExecutableProperties() argument
462 if (captureFlags & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineExecutableProperties()
484 if (captureFlags & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineExecutableProperties()
1845 const auto captureFlags = getPipelineCreateFlags(m_params->capturedProperties); in iterate() local
1846 const bool needsCapture = (captureFlags != 0u); in iterate()
2158 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_params->constructionType, captureFlags)); in iterate()
2208 wrapper.setPipelineCreateFlags2(translateCreateFlag(captureFlags)); in iterate()
2283 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_params->constructionType, captureFlags)); in iterate()
2364 pipelinePtrs.push_back(makeComputePipeline(vkd, device, pipelineLayout.get(), captureFlags, nullptr, compModules.back().getModule(), 0u, scInfo.get(), pipelineCache.get())); in iterate()
2388 const auto pipelineFlags = (VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT | captureFlags); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp437 PipelineExecutablePropertyVec getPipelineExecutableProperties (const 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 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vkd, device, m_params->constructionType, captureFlags)); in iterate()
2269 pipelineWrappers.emplace_back(new GraphicsPipelineWrapper(vkd, device, m_params->constructionType, captureFlags)); in iterate()
2350 pipelinePtrs.push_back(makeComputePipeline(vkd, device, pipelineLayout.get(), captureFlags, compModules.back().get(), 0u, scInfo.get(), pipelineCache.get())); in iterate()
2374 const auto pipelineFlags = (VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT | captureFlags); in iterate()
2528 rayTracingPipeline->setCreateFlags(captureFlags | (m_param in iterate()
[all...]

Completed in 10 milliseconds