Lines Matching defs:format

288 					BuiltinFragDepthCaseInstance		(Context& context, VkPrimitiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClampEnable, const VkSampleCountFlagBits samples);
303 BuiltinFragDepthCaseInstance::BuiltinFragDepthCaseInstance (Context& context, VkPrimitiveTopology topology, VkFormat format, bool largeDepthEnable, float defaultDepth, bool depthClampEnable, const VkSampleCountFlagBits samples)
306 , m_format (format)
332 throw tcu::NotSupportedError("Image format and sample count not supported");
337 throw tcu::NotSupportedError("MarkerImage format not supported as storage image");
348 throw tcu::NotSupportedError("Image format not supported");
411 resolvedBufferFormat, // VkFormat format
437 resolvedBufferFormat, // VkFormat format
471 VK_FORMAT_R8G8B8A8_UINT, // VkFormat format
497 VK_FORMAT_R8G8B8A8_UINT, // VkFormat format
556 m_format, // VkFormat format
583 m_format, // VkFormat format;
1061 throw tcu::NotSupportedError("Image format and sample count not supported");
1066 throw tcu::NotSupportedError("Output format not supported as storage image");
1071 throw tcu::NotSupportedError("Image format not supported");
1105 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format
1131 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format,
1621 BuiltinFragDepthCase (TestContext& testCtx, const char* name, VkPrimitiveTopology topology, VkFormat format, bool largeDepthEnable, bool depthClampEnable, const VkSampleCountFlagBits samples);
1636 BuiltinFragDepthCase::BuiltinFragDepthCase (TestContext& testCtx, const char* name, VkPrimitiveTopology topology, VkFormat format, bool largeDepthEnable, bool depthClampEnable, const VkSampleCountFlagBits samples)
1639 , m_format (format)
2563 VkFormat format;
2591 primitiveTopologyTable[primNdx].prim, testCaseTable[caseNdx].format, testCaseTable[caseNdx].largeDepthEnable, testCaseTable[caseNdx].depthClampEnable, testCaseTable[caseNdx].samples));