Lines Matching refs:strcmp

849          if (!index_var || strcmp(index_var->name, "gl_InvocationID") != 0) {
1241 if ((strcmp("gl_TexCoord", name) == 0)
1251 } else if (strcmp("gl_ClipDistance", name) == 0) {
1267 } else if (strcmp("gl_CullDistance", name) == 0) {
3728 if (var->name != NULL && strcmp(var->name, "gl_FragCoord") == 0) {
3776 && (strcmp(var->name, "gl_FragCoord") != 0)) {
3932 && strcmp(var->name, "gl_FragDepth") != 0) {
4008 if (var->name != NULL && strcmp(var->name, "gl_Layer") == 0) {
4139 var->data.fb_fetch_output = (strcmp(var->name, "gl_LastFragData") == 0);
4143 (strcmp(var->name, "gl_LastFragDepthARM") == 0 ||
4144 strcmp(var->name, "gl_LastFragStencilARM") == 0)) {
4366 !(strcmp(var->name, "gl_LastFragData") == 0 &&
4400 && strcmp(var->name, "gl_FragCoord") == 0) {
4421 && (strcmp(var->name, "gl_FrontColor") == 0
4422 || strcmp(var->name, "gl_BackColor") == 0
4423 || strcmp(var->name, "gl_FrontSecondaryColor") == 0
4424 || strcmp(var->name, "gl_BackSecondaryColor") == 0
4425 || strcmp(var->name, "gl_Color") == 0
4426 || strcmp(var->name, "gl_SecondaryColor") == 0)) {
4433 && strcmp(var->name, "gl_FragDepth") == 0) {
4459 strcmp(var->name, "gl_LastFragData") == 0 &&
4474 strcmp(var->name, "gl_Layer") == 0 &&
4480 (strcmp(var->name, "gl_Position") == 0 ||
4481 strcmp(var->name, "gl_PointSize") == 0)) {
6300 if (strcmp(name, "main") == 0) {
6365 if (strcmp(fn->name, decl->identifier))
7957 if (strcmp(interface_type->fields.structure[length-1].name, v->name) == 0)
8100 bool redeclaring_per_vertex = strcmp(this->block_name, "gl_PerVertex") == 0;
8229 strcmp(this->instance_name, "gl_in") != 0 || this->array_specifier == NULL ||
8251 strcmp(this->instance_name, "gl_out") != 0 || this->array_specifier == NULL) {
8983 if (strcmp(var->name, "gl_FragColor") == 0) {
8992 else if (strcmp(var->name, "gl_FragData") == 0)
8994 else if (strcmp(var->name, "gl_SecondaryFragColorEXT") == 0)
8996 else if (strcmp(var->name, "gl_SecondaryFragDataEXT") == 0)