Home
last modified time | relevance | path

Searched refs:m_projective (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp110 bool m_projective; member in deqp::gles2::Accuracy::InterpolationCase
118 , m_projective (projective) in InterpolationCase()
202 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f); in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp112 bool m_projective; member in deqp::gles3::Accuracy::InterpolationCase
120 , m_projective (projective) in InterpolationCase()
208 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f); in iterate()
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1414 const bool m_projective; member in deqp::gles2::Functional::__anon6a6326e30111::TriangleInterpolationTest
1424 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTest()
1511 if (!m_projective) in generateVertices()
1611 const bool m_projective; member in deqp::gles2::Functional::__anon6a6326e30111::LineInterpolationTest
1621 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTest()
1738 if (!m_projective) in generateVertices()
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp1691 const bool m_projective; member in deqp::gles3::Functional::__anonfb419e850111::TriangleInterpolationTest
1701 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTest()
1789 if (!m_projective) in generateVertices()
1919 const bool m_projective; member in deqp::gles3::Functional::__anonfb419e850111::LineInterpolationTest
1932 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTest()
2091 if (!m_projective) in generateVertices()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2350 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in TriangleInterpolationTestInstance()
2366 const bool m_projective; member in vkt::rasterization::__anon5184a2b40111::TriangleInterpolationTestInstance
2447 if (!m_projective) in generateVertices()
2593 const bool m_projective; member in vkt::rasterization::__anon5184a2b40111::LineInterpolationTestInstance
2607 , m_projective ((flags & INTERPOLATIONFLAGS_PROJECTED) != 0) in LineInterpolationTestInstance()
2733 if (!m_projective) in generateVertices()