Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1538 DepthCompareOpConfig depthCompareOpConfig; member
1631 , depthCompareOpConfig (vk::VK_COMPARE_OP_NEVER) in TestConfig()
1724 , depthCompareOpConfig (other.depthCompareOpConfig) in TestConfig()
1971 depthCompareOpConfig.swapValues(); in swapValues()
2188 if (depthCompareOpConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT); in getDynamicStates()
2258 || depthCompareOpConfig.dynamicValue in testEDS()
3272 if (testConfig.depthCompareOpConfig.dynamicValue) in setDynamicStates()
3274 vkd.cmdSetDepthCompareOp(cmdBuffer, testConfig.depthCompareOpConfig.dynamicValue.get()); in setDynamicStates()
3276 vkd.cmdSetDepthCompareOpEXT(cmdBuffer, testConfig.depthCompareOpConfig in setDynamicStates()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1973 DepthCompareOpConfig depthCompareOpConfig; member
2085 , depthCompareOpConfig (vk::VK_COMPARE_OP_NEVER) in TestConfig()
2197 , depthCompareOpConfig (other.depthCompareOpConfig) in TestConfig()
2456 depthCompareOpConfig.swapValues(); in swapValues()
2694 if (depthCompareOpConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT); in getDynamicStates()
2776 || depthCompareOpConfig.dynamicValue in testEDS()
3953 if (testConfig.depthCompareOpConfig.dynamicValue) in setDynamicStates()
3955 vkd.cmdSetDepthCompareOp(cmdBuffer, testConfig.depthCompareOpConfig.dynamicValue.get()); in setDynamicStates()
3957 vkd.cmdSetDepthCompareOpEXT(cmdBuffer, testConfig.depthCompareOpConfig in setDynamicStates()
[all...]

Completed in 15 milliseconds