Searched refs:FillRuleTestInstance (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationTests.cpp | 4691 class FillRuleTestInstance : public BaseRenderingTestInstance class 4704 …FillRuleTestInstance (Context& context, FillRuleCaseType type, VkSampleCountFlagBits sampleCount… 4721 FillRuleTestInstance::FillRuleTestInstance (Context& context, FillRuleCaseType type, VkSampleCountF… in FillRuleTestInstance() function in vkt::rasterization::__anon3d073db30111::FillRuleTestInstance 4731 tcu::TestStatus FillRuleTestInstance::iterate (void) in iterate() 4828 int FillRuleTestInstance::getRenderSize (FillRuleCaseType type) const in getRenderSize() 4836 int FillRuleTestInstance::getNumIterations (FillRuleCaseType type) const in getNumIterations() 4844 void FillRuleTestInstance::generateTriangles (int iteration, std::vector<tcu::Vec4>& outData) const in generateTriangles() 4944 const VkPipelineColorBlendStateCreateInfo* FillRuleTestInstance::getColorBlendStateCreateInfo (void… in getColorBlendStateCreateInfo() 4980 …context, const std::string& name, const std::string& description, FillRuleTestInstance::FillRuleCa… in FillRuleTestCase() 4987 return new FillRuleTestInstance(context, m_type, m_sampleCount); in createInstance() [all …]
|