Home
last modified time | relevance | path

Searched defs:yCoord (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateGeneralTests.cpp119 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
216 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
353 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
DvktDynamicStateVPTests.cpp153 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in buildReferenceFrame() local
200 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in buildReferenceFrame() local
321 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
DvktDynamicStateRSTests.cpp434 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
527 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
612 float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
DvktDynamicStateCBTests.cpp128 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
DvktDynamicStateDSTests.cpp463 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
838 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
995 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp168 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
262 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
DvktDrawIndexedTest.cpp183 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
290 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
DvktDrawIndirectTest.cpp616 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
964 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
DvktDrawConcurrentTests.cpp350 const float yCoord = (float)(y / (0.5 * frameHeight)) - 1.0f; in iterate() local
/external/deqp/external/openglcts/modules/gl/
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(); in ValidateFramebuffer() local
/external/deqp/modules/gles2/functional/
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(); in ValidateFramebuffer() local
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp477 const float yCoord = (float)(y / (0.5*frameHeight)) - 1.0f; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1278 const float yCoord = (lineHeight / 2.0f) + lineHeight * static_cast<float>(rowIdx) - 1.0f; in iterate() local