Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp123 const int TEST_POINT_SIZE_SMALL = 2; member
1412 DE_ASSERT(TEST_POINT_SIZE_WIDE > TEST_POINT_SIZE_SMALL); in setPoint()
1633 const int pointSize = static_cast<int>(layerNdx == 0u ? TEST_POINT_SIZE_WIDE : TEST_POINT_SIZE_SMALL); in imageData()
2579 validatePointSize(limits, static_cast<deUint32>(TEST_POINT_SIZE_SMALL)); in MultiViewPointSizeTestInstance()
4192 << " gl_PointSize = " << de::floatToString(static_cast<float>(TEST_POINT_SIZE_SMALL), 1) << "f;\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp136 const int TEST_POINT_SIZE_SMALL = 2; member
1437 DE_ASSERT(TEST_POINT_SIZE_WIDE > TEST_POINT_SIZE_SMALL); in setPoint()
1658 const int pointSize = static_cast<int>(layerNdx == 0u ? TEST_POINT_SIZE_WIDE : TEST_POINT_SIZE_SMALL); in imageData()
2604 validatePointSize(limits, static_cast<deUint32>(TEST_POINT_SIZE_SMALL)); in MultiViewPointSizeTestInstance()
4554 << " gl_PointSize = " << de::floatToString(static_cast<float>(TEST_POINT_SIZE_SMALL), 1) << "f;\n" in initPrograms()

Completed in 15 milliseconds