Lines Matching defs:format
60 VkFormat format;
109 + subgroups::getAdditionalExtensionForFormat(caseDef.format);
114 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format);
152 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format);
198 " " + subgroups::getFormatNameForGLSL(caseDef.format) + " op = "
264 if (!subgroups::isFormatSupportedForDevice(context, caseDef.format))
265 TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations");
271 TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations");
279 TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations");
337 caseDef.format, // vk::VkFormat format;
344 VK_FORMAT_R32_UINT, // vk::VkFormat format;
393 caseDef.format, // vk::VkFormat format;
399 VK_FORMAT_R32_UINT, // vk::VkFormat format;
443 caseDef.format, // vk::VkFormat format;
452 VK_FORMAT_R32_UINT, // vk::VkFormat format;
471 caseDef.format, // vk::VkFormat format;
480 VK_FORMAT_R32_UINT, // vk::VkFormat format;
550 const VkFormat format = formats[formatIndex];
551 const string formatName = subgroups::getFormatNameForGLSL(format);
552 const bool needs8BitUBOStorage = isFormat8bitTy(format);
553 const bool needs16BitUBOStorage = isFormat16BitTy(format);
571 format, // VkFormat format;
590 format, // VkFormat format;
612 format, // VkFormat format;
631 format, // VkFormat format;
653 const VkFormat format = formats[formatIndex];
654 const string formatName = subgroups::getFormatNameForGLSL(format);
670 format, // VkFormat format;