Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp389 enum class CapturedPropertiesBits class
401 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineCreateFlags()
404 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineCreateFlags()
462 if (captureFlags & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineExecutableProperties()
484 if (captureFlags & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineExecutableProperties()
3664 CapturedPropertiesBits capturedProperties; in createShaderModuleIdentifierTests()
3668 { CapturedPropertiesBits::NONE, "no_exec_properties" }, in createShaderModuleIdentifierTests()
3669 { CapturedPropertiesBits::STATS, "capture_stats" }, in createShaderModuleIdentifierTests()
3670 { CapturedPropertiesBits::IRS, "capture_irs" }, in createShaderModuleIdentifierTests()
3706 if (capturingCase.capturedProperties != CapturedPropertiesBits in createShaderModuleIdentifierTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp386 enum class CapturedPropertiesBits class
398 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineCreateFlags()
401 if (capturedProperties & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineCreateFlags()
459 if (captureFlags & static_cast<int>(CapturedPropertiesBits::STATS)) in getPipelineExecutableProperties()
481 if (captureFlags & static_cast<int>(CapturedPropertiesBits::IRS)) in getPipelineExecutableProperties()
3648 CapturedPropertiesBits capturedProperties; in createShaderModuleIdentifierTests()
3652 { CapturedPropertiesBits::NONE, "no_exec_properties" }, in createShaderModuleIdentifierTests()
3653 { CapturedPropertiesBits::STATS, "capture_stats" }, in createShaderModuleIdentifierTests()
3654 { CapturedPropertiesBits::IRS, "capture_irs" }, in createShaderModuleIdentifierTests()
3690 if (capturingCase.capturedProperties != CapturedPropertiesBits in createShaderModuleIdentifierTests()
[all...]

Completed in 12 milliseconds