Searched refs:m_discard (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawAndClearTests.cpp | 50 bool m_discard; member 115 …bool m_discard; //controls the setting of the predicate for conditional rendering.Initial sta… member 166 std::string name = (clearTestParams.m_discard ? "discard_" : "no_discard_"); in generateClearTestName() 696 createInitBufferWithPredicate(m_testParams.m_discard, m_testParams.m_invert, offsetMultiplier); in iterate() 789 …m_testParams.m_testDepth ? prepareReferenceImageOneDepth(reference, m_testParams.m_discard ? (m_te… in iterate() 790 …: prepareReferenceImageOneColor(reference, m_testParams.m_discard ? (m_testParams.m_clearAttachmen… in iterate() 794 …eImageDepthClearPartial(reference, clearDepthValueInitial, m_testParams.m_discard ? (m_testParams.… in iterate() 795 …erenceImageColorClearPartial(reference, clearColorInitial, m_testParams.m_discard ? (m_testParams.… in iterate() 820 …createInitBufferWithPredicate(m_testParams.m_discard, m_testParams.m_invert, offsetMultiplier, buf… in iterate() 826 …createInitBufferWithPredicate(!m_testParams.m_discard, m_testParams.m_invert, offsetMultiplier, VK… in iterate() [all …]
|