Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1483 tcu::Vec2 offCenterProportion; // Relative to pixel size. member
1604 , offCenterProportion (0.0f, 0.0f) in TestConfig()
1699 , offCenterProportion (other.offCenterProportion) in TestConfig()
3878 const float horOffset = 2.0f / static_cast<float>(kFramebufferWidth) * m_testConfig.offCenterProportion.x(); in iterate()
3879 const float vertOffset = 2.0f / static_cast<float>(kFramebufferHeight) * m_testConfig.offCenterProportion.y(); in iterate()
6196 config.offCenterProportion = tcu::Vec2(0.0f, 0.75f); in createExtendedDynamicStateTests()
6400 config.offCenterProportion = tcu::Vec2(0.90625f, 0.90625f); in createExtendedDynamicStateTests()
6507 config.offCenterProportion = tcu::Vec2(0.6875f, 0.6875f); in createExtendedDynamicStateTests()
6535 config.offCenterProportion in createExtendedDynamicStateTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1877 tcu::Vec2 offCenterProportion; // Relative to pixel size. member
2041 , offCenterProportion (0.0f, 0.0f) in TestConfig()
2155 , offCenterProportion (other.offCenterProportion) in TestConfig()
4684 const float horOffset = 2.0f / static_cast<float>(kFramebufferWidth) * m_testConfig.offCenterProportion.x(); in iterate()
4685 const float vertOffset = 2.0f / static_cast<float>(kFramebufferHeight) * m_testConfig.offCenterProportion.y(); in iterate()
7696 config.offCenterProportion = tcu::Vec2(0.0f, 0.75f); in createExtendedDynamicStateTests()
7934 config.offCenterProportion = tcu::Vec2(0.90625f, 0.90625f); in createExtendedDynamicStateTests()
8041 config.offCenterProportion = tcu::Vec2(0.6875f, 0.6875f); in createExtendedDynamicStateTests()
8068 config.offCenterProportion in createExtendedDynamicStateTests()
[all...]

Completed in 23 milliseconds