Lines Matching refs:strcmp
631 if (!strcmp(destination_type, "int") || !strcmp(destination_type, "uint"))
636 else if (!strcmp(destination_type, "float"))
641 else if (!strcmp(destination_type, "ivec2"))
646 else if (!strcmp(destination_type, "ivec3"))
651 else if (!strcmp(destination_type, "ivec4"))
656 else if (!strcmp(destination_type, "uvec2"))
661 else if (!strcmp(destination_type, "uvec3"))
666 else if (!strcmp(destination_type, "uvec4"))
671 else if (!strcmp(destination_type, "vec2"))
676 else if (!strcmp(destination_type, "vec3"))
681 else if (!strcmp(destination_type, "vec4"))