Home
last modified time | relevance | path

Searched defs:useFormatCompCount (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp792 deBool useFormatCompCount; member
970 …::string clearColorToString (VkFormat vkFormat, VkClearColorValue value, deBool useFormatCompCount) in clearColorToString()
1033 std::string clearValueToString (VkFormat vkFormat, VkClearValue value, deBool useFormatCompCount) in clearValueToString()
1060 …ue randomColorClearValue (const Attachment& attachment, de::Random& rng, deBool useFormatCompCount) in randomColorClearValue()
1380 …andomClearValue (const Attachment& attachment, de::Random& rng, deBool useFormatCompCount, const D… in randomClearValue()
3894 const deBool useFormatCompCount) in verifyColorAttachment()
4272 std::string getAttachmentType (VkFormat vkFormat, deBool useFormatCompCount) in getAttachmentType()
4765 …st vector<Attachment>& attachments, const vector<bool>& isLazy, deBool useFormatCompCount, const D… in initializeImageClearValues()
4776 …arValue> >& clearValues, const vector<Attachment>& attachments, deBool useFormatCompCount, const D… in initializeRenderPassClearValues()
5524 const deBool useFormatCompCount = DE_TRUE; in addAttachmentWriteMaskTests() local