Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1561 DepthClipEnableConfig depthClipEnableConfig; member
1654 , depthClipEnableConfig (tcu::Nothing) in TestConfig()
1747 , depthClipEnableConfig (other.depthClipEnableConfig) in TestConfig()
1847 return (static_cast<bool>(depthClipEnableConfig.staticValue) in depthClipEnableStruct()
1848 || (static_cast<bool>(depthClipEnableConfig.dynamicValue) && static_cast<bool>(depthClipEnableConfig.dynamicValue.get()))); in depthClipEnableStruct()
1930 const bool staticValue = (static_cast<bool>(depthClipEnableConfig.staticValue) ? depthClipEnableConfig.staticValue.get() : true); in getActiveDepthClipEnable()
1931 const bool hasDynamicValue = (static_cast<bool>(depthClipEnableConfig in getActiveDepthClipEnable()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1999 DepthClipEnableConfig depthClipEnableConfig; member
2111 , depthClipEnableConfig (tcu::Nothing)
2223 , depthClipEnableConfig (other.depthClipEnableConfig) in TestConfig()
2318 return (static_cast<bool>(depthClipEnableConfig.staticValue) in depthClipEnableStruct()
2319 || (static_cast<bool>(depthClipEnableConfig.dynamicValue) && static_cast<bool>(depthClipEnableConfig.dynamicValue.get()))); in depthClipEnableStruct()
2396 const bool staticValue = (static_cast<bool>(depthClipEnableConfig.staticValue) ? depthClipEnableConfig.staticValue.get() : true); in getActiveDepthClipEnable()
2397 const bool hasDynamicValue = (static_cast<bool>(depthClipEnableConfig in getActiveDepthClipEnable()
[all...]

Completed in 12 milliseconds