Lines Matching defs:ext
536 const char *ext = vtn_string_literal(b, &w[2], count - 2, NULL);
537 if (strcmp(ext, "GLSL.std.450") == 0) {
539 } else if ((strcmp(ext, "SPV_AMD_gcn_shader") == 0)
542 } else if ((strcmp(ext, "SPV_AMD_shader_ballot") == 0)
545 } else if ((strcmp(ext, "SPV_AMD_shader_trinary_minmax") == 0)
548 } else if ((strcmp(ext, "SPV_AMD_shader_explicit_vertex_parameter") == 0)
551 } else if (strcmp(ext, "OpenCL.std") == 0) {
553 } else if (strstr(ext, "NonSemantic.") == ext) {
556 vtn_fail("Unsupported extension: %s", ext);