Lines Matching defs:format
70 : format (vkFormat)
80 VkFormat format;
128 VK_FORMAT_UNDEFINED, // VkFormat format;
140 attachmentDescription.format = it->format;
158 const tcu::TextureFormat tcuFormat = mapVkFormat(it->format);
184 it->format, // VkFormat format;
209 it->format, // VkFormat format;
327 const auto format = m_attachments[i].format;
328 const auto tcuFormat = mapVkFormat(format);
336 depthAttachmentFormat = format;
343 stencilAttachmentFormat = format;
350 colorAttachmentFormats.push_back(format);
456 vki.getPhysicalDeviceFormatProperties(physicalDevice, attachmentInfo.format, &formatProperties);
478 de::MovePtr<tcu::TestCaseGroup> multi (new tcu::TestCaseGroup(testCtx, "multi", "Multiple textures with same format granularity tests."));
479 de::MovePtr<tcu::TestCaseGroup> random (new tcu::TestCaseGroup(testCtx, "random", "Multiple textures with a guaranteed format occurence."));
542 VkFormat format = VkFormat(formatIdx);
543 std::string name = de::toLower(getFormatName(format)).substr(10);
549 attachments.push_back(AttachmentInfo(format, i0, i1, 1));
582 std::vector<AttachmentInfo> attachments = { AttachmentInfo(format, i0, i1, 1) };