Home
last modified time | relevance | path

Searched refs:strictness (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp87 const float strictness = 0.5f; in moveTowardsFraction() local
88 DE_ASSERT(0.0f < strictness && strictness <= 1.0f); in moveTowardsFraction()
91 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction; in moveTowardsFraction()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp104 const float strictness = 0.5f; in moveTowardsFraction() local
105 DE_ASSERT(0.0f < strictness && strictness <= 1.0f); in moveTowardsFraction()
108 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction; in moveTowardsFraction()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1115 PrimitiveStrictness strictness,
1176 PrimitiveStrictness strictness, in BaseLineTestInstance()
1189 , m_primitiveStrictness (strictness) in BaseLineTestInstance()
1637 PrimitiveStrictness strictness, // ignored
1668 PrimitiveStrictness strictness, in PointTestInstance()
1683 DE_UNREF(strictness); in PointTestInstance()
4783 PrimitiveStrictness strictness,
4792 , m_strictness (strictness)
4900 LinesTestInstance (Context& context, PrimitiveWideness wideness, PrimitiveStrictness strictness, VkSampleCountFlagBits sampleCount, LineStipple stipple, VkLineRasterizationModeEXT lineRasterizationMode, LineStippleFactorCase stippleFactor, deUint32 additionalRenderSize = 0)
4901 : BaseLineTestInstance(context, VK_PRIMITIVE_TOPOLOGY_LINE_LIST, wideness, strictness, sampleCoun
1173 BaseLineTestInstance(Context& context, VkPrimitiveTopology primitiveTopology, PrimitiveWideness wideness, PrimitiveStrictness strictness, VkSampleCountFlagBits sampleCount, LineStipple stipple, VkLineRasterizationModeEXT lineRasterizationMode, LineStippleFactorCase stippleFactor, const deUint32 additionalRenderSize, const deUint32 renderSize, const float narrowLineWidth) BaseLineTestInstance() argument
1666 PointTestInstance(Context& context, PrimitiveWideness wideness, PrimitiveStrictness strictness, VkSampleCountFlagBits sampleCount, LineStipple stipple, VkLineRasterizationModeEXT lineRasterizationMode, LineStippleFactorCase stippleFactor, deUint32 additionalRenderSize, deUint32 renderSize, float pointSizeNarrow) PointTestInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1112 PrimitiveStrictness strictness,
1173 PrimitiveStrictness strictness, in BaseLineTestInstance()
1186 , m_primitiveStrictness (strictness) in BaseLineTestInstance()
1634 PrimitiveStrictness strictness, // ignored
1665 PrimitiveStrictness strictness, in PointTestInstance()
1680 DE_UNREF(strictness); in PointTestInstance()
4533 PrimitiveStrictness strictness,
4542 , m_strictness (strictness)
4650 LinesTestInstance (Context& context, PrimitiveWideness wideness, PrimitiveStrictness strictness, VkSampleCountFlagBits sampleCount, LineStipple stipple, VkLineRasterizationModeEXT lineRasterizationMode, LineStippleFactorCase stippleFactor, deUint32 additionalRenderSize = 0)
4651 : BaseLineTestInstance(context, VK_PRIMITIVE_TOPOLOGY_LINE_LIST, wideness, strictness, sampleCoun
1170 BaseLineTestInstance(Context& context, VkPrimitiveTopology primitiveTopology, PrimitiveWideness wideness, PrimitiveStrictness strictness, VkSampleCountFlagBits sampleCount, LineStipple stipple, VkLineRasterizationModeEXT lineRasterizationMode, LineStippleFactorCase stippleFactor, const deUint32 additionalRenderSize, const deUint32 renderSize, const float narrowLineWidth) BaseLineTestInstance() argument
1663 PointTestInstance(Context& context, PrimitiveWideness wideness, PrimitiveStrictness strictness, VkSampleCountFlagBits sampleCount, LineStipple stipple, VkLineRasterizationModeEXT lineRasterizationMode, LineStippleFactorCase stippleFactor, deUint32 additionalRenderSize, deUint32 renderSize, float pointSizeNarrow) PointTestInstance() argument
[all...]

Completed in 22 milliseconds