Home
last modified time | relevance | path

Searched defs:yCoord (Results 1 - 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSimpleTest.cpp199 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
350 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDrawConcurrentTests.cpp465 const float yCoord = (float)(y / (0.5 * frameHeight)) - 1.0f; in iterate() local
H A DvktDrawIndexedTest.cpp319 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
451 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDrawIndirectTest.cpp829 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
1200 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp173 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDynamicStateGeneralTests.cpp140 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
260 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
411 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; iterate() local
[all...]
H A DvktDynamicStateVPTests.cpp167 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in buildReferenceFrame() local
214 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in buildReferenceFrame() local
399 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDynamicStateDSTests.cpp615 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
1053 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
1259 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDynamicStateRSTests.cpp568 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
676 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
775 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndexedTest.cpp238 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
363 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDrawSimpleTest.cpp199 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
350 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDrawConcurrentTests.cpp465 const float yCoord = (float)(y / (0.5 * frameHeight)) - 1.0f; in iterate() local
H A DvktDrawIndirectTest.cpp774 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
1124 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp171 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDynamicStateGeneralTests.cpp138 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
258 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
409 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; iterate() local
[all...]
H A DvktDynamicStateVPTests.cpp165 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in buildReferenceFrame() local
212 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in buildReferenceFrame() local
397 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDynamicStateDSTests.cpp587 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
1025 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
1231 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
H A DvktDynamicStateRSTests.cpp539 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
647 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
746 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp520 float yCoord = (float)(y) / (float)renderedFrame.getHeight(); in ValidateFramebuffer() local
712 float yCoord = ((float)(y) + 0.5f) / (float)renderedColorFrame.getHeight(); in ValidateFramebuffer() local
897 float yCoord = (float)(y) / (float)renderedColorFrame.getHeight(); in ValidateFramebuffer() local
1298 float yCoord = (float)(y) / (float)renderedFrame.getHeight(); ValidateFramebuffer() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp567 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp567 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClipControlTests.cpp512 float yCoord = (float)(y) / (float)renderedFrame.getHeight(); in ValidateFramebuffer() local
922 float yCoord = static_cast<float>(y) / static_cast<float>(renderedFrame.getHeight()); in ValidateFramebuffer() local
1249 float yCoord = ((float)(y) + 0.5f) / (float)renderedColorFrame.getHeight(); in ValidateFramebuffer() local
1433 float yCoord = (float)(y) / (float)renderedColorFrame.getHeight(); ValidateFramebuffer() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp1281 const auto yCoord = pixelToFBCoords(y, PartialUsageCase::kHeight) + offset.y(); in iterate() local
1325 const int yCoord = static_cast<int>(indexAndColor.index / fbExtent.width); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp1273 const auto yCoord = pixelToFBCoords(y, PartialUsageCase::kHeight) + offset.y(); in iterate() local
1317 const int yCoord = static_cast<int>(indexAndColor.index / fbExtent.width); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3418 const auto yCoord = ((static_cast<float>(y) + 0.5f) / static_cast<float>(fbExtent.height)) * 2.0f - 1.0f; in iterate() local

Completed in 38 milliseconds

12