Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp397 VkPipelineCreateFlags getPipelineCreateFlags (CapturedPropertiesFlags capturedProperties) in getPipelineCreateFlags() argument
401 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineCreateFlags()
404 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineCreateFlags()
1605 CapturedPropertiesFlags capturedProperties; // For UseModuleCase::ID only. member
1625 , capturedProperties(capturedProperties_) in Params()
1630 DE_ASSERT(capturedProperties == 0u || moduleUseCase == UseModuleCase::ID); in Params()
1633 DE_ASSERT(capturedProperties == 0u || (pipelineCount == uint8_t{1} && static_cast<bool>(pipelineToRun))); in Params()
1693 if (m_createAndUseIdsParams->capturedProperties != 0u) in checkSupport()
1845 const auto captureFlags = getPipelineCreateFlags(m_params->capturedProperties); in iterate()
2247 classicExeProps = getPipelineExecutableProperties(vkd, device, pipelines.back(), m_params->capturedProperties); in iterate()
3664 CapturedPropertiesBits capturedProperties; createShaderModuleIdentifierTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp394 VkPipelineCreateFlags getPipelineCreateFlags (CapturedPropertiesFlags capturedProperties) in getPipelineCreateFlags() argument
398 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineCreateFlags()
401 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineCreateFlags()
1598 CapturedPropertiesFlags capturedProperties; // For UseModuleCase::ID only. member
1616 , capturedProperties(capturedProperties_) in Params()
1621 DE_ASSERT(capturedProperties == 0u || moduleUseCase == UseModuleCase::ID); in Params()
1624 DE_ASSERT(capturedProperties == 0u || (pipelineCount == uint8_t{1} && static_cast<bool>(pipelineToRun))); in Params()
1684 if (m_createAndUseIdsParams->capturedProperties != 0u) in checkSupport()
1833 const auto captureFlags = getPipelineCreateFlags(m_params->capturedProperties); in iterate()
2233 classicExeProps = getPipelineExecutableProperties(vkd, device, pipelines.back(), m_params->capturedProperties); in iterate()
3648 CapturedPropertiesBits capturedProperties; createShaderModuleIdentifierTests() member
[all...]

Completed in 10 milliseconds