Searched refs:FillRuleTestInstance (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 1564 class FillRuleTestInstance : public BaseRenderingTestInstance class 1577 …FillRuleTestInstance (Context& context, FillRuleCaseType type, VkSampleCountFlagBits sampleCount… 1594 FillRuleTestInstance::FillRuleTestInstance (Context& context, FillRuleCaseType type, VkSampleCountF… in FillRuleTestInstance() function in vkt::rasterization::__anon5184a2b40111::FillRuleTestInstance 1604 tcu::TestStatus FillRuleTestInstance::iterate (void) in iterate() 1701 int FillRuleTestInstance::getRenderSize (FillRuleCaseType type) const in getRenderSize() 1709 int FillRuleTestInstance::getNumIterations (FillRuleCaseType type) const in getNumIterations() 1717 void FillRuleTestInstance::generateTriangles (int iteration, std::vector<tcu::Vec4>& outData) const in generateTriangles() 1817 const VkPipelineColorBlendStateCreateInfo* FillRuleTestInstance::getColorBlendStateCreateInfo (void… in getColorBlendStateCreateInfo() 1853 …context, const std::string& name, const std::string& description, FillRuleTestInstance::FillRuleCa… in FillRuleTestCase() 1860 return new FillRuleTestInstance(context, m_type, m_sampleCount); in createInstance() [all …]
|