Lines Matching defs:support
622 TCU_THROW(NotSupportedError, "Format does not support reading without format");
624 TCU_THROW(NotSupportedError, "Format does not support writing without format");
630 TCU_THROW(NotSupportedError, "Format does not support reading without format");
632 TCU_THROW(NotSupportedError, "Format does not support writing without format");
1353 // Skip texelFetch testing for cube(array) - texelFetch doesn't support it
1613 std::string support = "#version 460 core\n"
1622 support += SupportR64;
1624 support += "#extension GL_EXT_ray_tracing : require\n";
1638 css << support
1654 css << support
1669 vss << support
1698 fss << support
1712 // The 64-bit conditions below are redundant. Can we support the below shader for other than 64-bit formats?
3323 // We need to query feature support using the physical device instead of using the reported context features because robustness