Lines Matching defs:format

51 	VkFormat			format;
98 + subgroups::getAdditionalExtensionForFormat(caseDef.format);
108 const string fmt = subgroups::getFormatNameForGLSL(caseDef.format);
241 subgroups::initStdFrameBufferPrograms(programCollection, buildOptions, caseDef.shaderStage, caseDef.format, *caseDef.geometryPointSizeSupported, extHeader, testSrc, helperStr);
260 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, caseDef.format, *caseDef.geometryPointSizeSupported, extHeader, testSrc, helperStr);
271 if (!subgroups::isFormatSupportedForDevice(context, caseDef.format))
272 TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations");
278 TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations");
286 TCU_THROW(NotSupportedError, "Device does not support the specified format in subgroup operations");
360 caseDef.format, // vk::VkFormat format;
393 caseDef.format, // vk::VkFormat format;
419 caseDef.format, // vk::VkFormat format;
436 caseDef.format, // vk::VkFormat format;
497 const VkFormat format = formats[formatIndex];
499 const bool formatTypeIsSupportedARB = format == VK_FORMAT_R32_SINT || format == VK_FORMAT_R32_UINT || format == VK_FORMAT_R32_SFLOAT;
500 const bool needs8BitUBOStorage = isFormat8bitTy(format);
501 const bool needs16BitUBOStorage = isFormat16BitTy(format);
506 const string name = getOpTypeCaseName(opType) + "_" + subgroups::getFormatNameForGLSL(format);
522 format, // VkFormat format;
540 format, // VkFormat format;
565 format, // VkFormat format;
583 format, // VkFormat format;
604 format, // VkFormat format;
625 format, // VkFormat format;
648 const VkFormat format = formats[formatIndex];
649 const string formatName = subgroups::getFormatNameForGLSL(format);
659 format, // VkFormat format;