Lines Matching defs:model
69 "In the Vulkan environment, GLCompute execution model entry "
186 HasSubstr("Geometry execution model entry points must specify "
203 HasSubstr("Geometry execution model entry points must specify exactly "
219 HasSubstr("Fragment execution model entry points require either an "
236 HasSubstr("Fragment execution model entry points can only specify one of "
253 HasSubstr("Fragment execution model entry points can specify at "
271 HasSubstr("Fragment execution model entry points can specify at "
289 HasSubstr("Fragment execution model entry points can specify at "
308 HasSubstr("Fragment execution model entry points can specify at "
325 HasSubstr("Tessellation execution model entry points can specify "
342 HasSubstr("Tessellation execution model entry points can specify "
360 HasSubstr("Tessellation execution model entry points can specify "
378 HasSubstr("Tessellation execution model entry points can specify "
396 HasSubstr("Tessellation execution model entry points can specify "
414 HasSubstr("Tessellation execution model entry points can specify "
432 HasSubstr("Tessellation execution model entry points can specify "
450 HasSubstr("Tessellation execution model entry points can specify "
468 HasSubstr("Tessellation execution model entry points can specify at most "
485 HasSubstr("Tessellation execution model entry points can specify at most "
539 HasSubstr("Geometry execution model entry points must "
546 HasSubstr("Geometry execution model entry points must specify "
568 const std::string model = std::get<2>(GetParam());
589 sstr << "OpEntryPoint " << model << " %main \"main\"\n";
596 if (model == "Geometry") {
609 } else if (model == "Fragment") {
644 "execution model."),
665 "execution model."),
684 "tessellation execution model."),
701 "execution model."),
722 "execution model."),
743 "Execution mode can only be used with the Kernel execution model."),
760 "execution model."),
1045 "Execution mode can only be used with the Fragment execution model"));
1065 HasSubstr("Fragment execution model entry points can specify at most "
1148 HasSubstr("Fragment execution model entry points can specify at most "
1172 HasSubstr("Fragment execution model entry points can specify at most "
1235 "OpDemoteToHelperInvocationEXT requires Fragment execution model"));
1238 HasSubstr("OpIsHelperInvocationEXT requires Fragment execution model"));