Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp5156 class FillRuleTestInstance : public BaseRenderingTestInstance class
5169FillRuleTestInstance(Context &context, FillRuleCaseType type, VkSampleCountFlagBits sampleCount);
5184 FillRuleTestInstance::FillRuleTestInstance(Context &context, FillRuleCaseType type, VkSampleCountFl… in FillRuleTestInstance() function in vkt::rasterization::__anon5742e12a0111::FillRuleTestInstance
5194 tcu::TestStatus FillRuleTestInstance::iterate(void) in iterate()
5302 int FillRuleTestInstance::getRenderSize(FillRuleCaseType type) const in getRenderSize()
5310 int FillRuleTestInstance::getNumIterations(FillRuleCaseType type) const in getNumIterations()
5318 void FillRuleTestInstance::generateTriangles(int iteration, std::vector<tcu::Vec4> &outData) const in generateTriangles()
5419 const VkPipelineColorBlendStateCreateInfo *FillRuleTestInstance::getColorBlendStateCreateInfo(void)… in getColorBlendStateCreateInfo()
5450 …FillRuleTestCase(tcu::TestContext &context, const std::string &name, FillRuleTestInstance::FillRul… in FillRuleTestCase()
5459 return new FillRuleTestInstance(context, m_type, m_sampleCount); in createInstance()
[all …]