Searched defs:xCoord (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSimpleTest.cpp182 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
186 xCoord >= refCoords.left &&
187 xCoord <= refCoords.right))
290 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
294 xCoord >= refInstancedCoords.left &&
295 xCoord <= refInstancedCoords.right))
H A DvktDrawIndexedTest.cpp188 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
192 xCoord >= refCoords.left &&
193 xCoord <= refCoords.right))
311 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
315 xCoord >= refInstancedCoords.left &&
316 xCoord <= refInstancedCoords.right))
H A DvktDrawIndirectTest.cpp306 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
310 xCoord >= refCoords.left &&
311 xCoord <= refCoords.right))
492 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
496 xCoord >= refInstancedCoords.left &&
497 xCoord <= refInstancedCoords.right))
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp140 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
142 if ((yCoord >= -1.0f && yCoord <= 1.0f && xCoord >= -1.0f && xCoord <= 1.0f))
H A DvktDynamicStateGeneralTests.cpp131 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
133 if ((yCoord >= -1.0f && yCoord <= 0.0f && xCoord >= -1.0f && xCoord <= 0.0f) ||
134 (yCoord > 0.0f && yCoord <= 1.0f && xCoord > 0.0f && xCoord < 1.0f))
241 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
243 if ((yCoord >= -1.0f && yCoord <= 0.0f && xCoord >= -1.0f && xCoord <= 0.0f) ||
244 (yCoord > 0.0f && yCoord <= 1.0f && xCoord > 0.0f && xCoord < 1.
391 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
[all...]
H A DvktDynamicStateVPTests.cpp166 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
168 if (xCoord >= 0.0f && xCoord <= 1.0f && yCoord >= 0.0f && yCoord <= 1.0f)
213 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
215 if (xCoord >= -0.5f && xCoord <= 0.0f && yCoord >= -0.5f && yCoord <= 0.0f)
358 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
360 if (xCoord >= -0.5f && xCoord <= 0.5f && yCoord >= -0.5f && yCoord <= 0.5f)
H A DvktDynamicStateDSTests.cpp505 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
507 if (xCoord >= 0.0f && xCoord <= 1.0f && yCoord >= -1.0f && yCoord <= 1.0f)
655 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
657 if (xCoord >= -1.0f && xCoord <= 1.0f && yCoord >= -1.0f && yCoord <= 1.0f)
825 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
827 if (xCoord >= -0.5f && xCoord <= 0.5f && yCoord >= -0.5f && yCoord <= 0.5f)
H A DvktDynamicStateRSTests.cpp466 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
468 if (xCoord >= -0.5f && xCoord <= 0.5f && yCoord >= -0.5f && yCoord <= 0.5f)
572 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
574 if (xCoord >= -0.5f && xCoord <= 0.5f && yCoord >= -0.5f && yCoord <= 0.5f)
678 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f; local
681 if (xCoord >= -1.0f && xCoord <= 1.0f && yCoord >= -lineHalfWidth && yCoord <= lineHalfWidth)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 829 milliseconds