Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp2641 float extraOverestimationSize; member
2650 const float extraOverestimationSize = overestimationSizeDesired == TCU_INFINITY ? conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize in getExtraOverestimationSize() local
2654 return extraOverestimationSize; in getExtraOverestimationSize()
2797 const float extraOverestimationSize = getExtraOverestimationSize(m_conservativeTestConfig.extraOverestimationSize, conservativeRasterizationProperties); in checkSupport()
2799 if (extraOverestimationSize > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
2891 const float extraOverestimationSize = getExtraOverestimationSize(m_conservativeTestConfig.extraOverestimationSize, m_conservativeRasterizationProperties);
2892 const float overestimate = 2.0f * halfPixel * (m_conservativeRasterizationProperties.primitiveOverestimationSize + extraOverestimationSize);
3014 const float extraOverestimationSize
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp2388 float extraOverestimationSize; member
2397 const float extraOverestimationSize = overestimationSizeDesired == TCU_INFINITY ? conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize in getExtraOverestimationSize() local
2401 return extraOverestimationSize; in getExtraOverestimationSize()
2545 const float extraOverestimationSize = getExtraOverestimationSize(m_conservativeTestConfig.extraOverestimationSize, conservativeRasterizationProperties); in checkSupport()
2547 if (extraOverestimationSize > conservativeRasterizationProperties.maxExtraPrimitiveOverestimationSize) in checkSupport()
2639 const float extraOverestimationSize = getExtraOverestimationSize(m_conservativeTestConfig.extraOverestimationSize, m_conservativeRasterizationProperties);
2640 const float overestimate = 2.0f * halfPixel * (m_conservativeRasterizationProperties.primitiveOverestimationSize + extraOverestimationSize);
2762 const float extraOverestimationSize
[all...]

Completed in 15 milliseconds