Lines Matching full:environment
3 // Platform shader model, no environment parameter
13 // Platform shader model, environment parameter restricting earlier version,
15 __attribute__((availability(shadermodel, introduced = 2.0, environment = pixel)))
19 __attribute__((availability(shadermodel, introduced = 2.0, environment = pixel)))
23 // Platform shader model, environment parameter restricting earlier version,
25 __attribute__((availability(shadermodel, introduced = 2.0, environment = pixel)))
26 __attribute__((availability(shadermodel, introduced = 6.0, environment = compute)))
27 __attribute__((availability(shadermodel, introduced = 5.0, environment = mesh)))
30 __attribute__((availability(shadermodel, introduced = 2.0, environment = pixel)))
31 __attribute__((availability(shadermodel, introduced = 6.0, environment = mesh)))
34 __attribute__((availability(shadermodel, introduced = 2.0, environment = pixel)))
35 __attribute__((availability(shadermodel, introduced = 5.0, environment = compute)))
36 __attribute__((availability(shadermodel, introduced = 6.0, environment = mesh)))
59 …// expected-error@#f7_call {{'f7' is only available in mesh environment on Shader Model 6.0 or new…
60 …roduced in Shader Model 6.0 in mesh environment here, but the deployment target is Shader Model 5.…
63 …// expected-error@#f8_call {{'f8' is only available in mesh environment on Shader Model 6.0 or new…
64 …roduced in Shader Model 6.0 in mesh environment here, but the deployment target is Shader Model 5.…