Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1531 FrontFaceConfig frontFaceConfig; member
1622 , frontFaceConfig (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in TestConfig()
1717 , frontFaceConfig (other.frontFaceConfig) in TestConfig()
1964 frontFaceConfig.swapValues(); in swapValues()
2181 if (frontFaceConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_FRONT_FACE_EXT); in getDynamicStates()
2251 || frontFaceConfig.dynamicValue in testEDS()
3224 if (testConfig.frontFaceConfig.dynamicValue) in setDynamicStates()
3226 vkd.cmdSetFrontFace(cmdBuffer, testConfig.frontFaceConfig.dynamicValue.get()); in setDynamicStates()
3228 vkd.cmdSetFrontFaceEXT(cmdBuffer, testConfig.frontFaceConfig in setDynamicStates()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1966 FrontFaceConfig frontFaceConfig; member
2076 , frontFaceConfig (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in TestConfig()
2190 , frontFaceConfig (other.frontFaceConfig) in TestConfig()
2449 frontFaceConfig.swapValues(); in swapValues()
2687 if (frontFaceConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_FRONT_FACE_EXT); in getDynamicStates()
2769 || frontFaceConfig.dynamicValue in testEDS()
3905 if (testConfig.frontFaceConfig.dynamicValue) in setDynamicStates()
3907 vkd.cmdSetFrontFace(cmdBuffer, testConfig.frontFaceConfig.dynamicValue.get()); in setDynamicStates()
3909 vkd.cmdSetFrontFaceEXT(cmdBuffer, testConfig.frontFaceConfig in setDynamicStates()
[all...]

Completed in 15 milliseconds