Lines Matching defs:integerFormat
75 VkSampleCountFlagBits sampleCount, deUint32 inputAttachmentNum, bool integerFormat);
169 VkSampleCountFlagBits sampleCount, deUint32 inputAttachmentNum, bool integerFormat)
171 inputAttachmentNum, integerFormat)
381 VkSampleCountFlagBits sampleCount, deUint32 inputAttachmentNum, bool integerFormat)
390 , m_integerFormat(integerFormat)
1656 deUint32 inputNum, bool integerFormat, bool depth, bool stencil)
1727 sampleCountValues[i], inputNum, integerFormat));
1734 static void createRasterizationOrderAttachmentAccessFormatTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *gr, bool integerFormat)
1741 if (integerFormat)
1756 createRasterizationOrderAttachmentAccessTestVariations(testCtx, formatGr, numName.str(), numDesc.str(), inputNum[i], integerFormat, false, false);