Lines Matching defs:data

182          asprintf(&p, "/data/shaders/%s", util_get_process_name());
663 if (shProg->data->LinkStatus &&
688 if (shProg->data->LinkStatus &&
714 if (shProg->data->LinkStatus &&
797 *params = shProg->data->LinkStatus ? GL_TRUE : GL_FALSE;
800 *params = shProg->data->Validated;
803 *params = (shProg->data->InfoLog && shProg->data->InfoLog[0] != '\0') ?
804 strlen(shProg->data->InfoLog) + 1 : 0;
899 *params = shProg->data->NumUniformBlocks;
914 if (ctx->Const.NumProgramBinaryFormats == 0 || !shProg->data->LinkStatus) {
924 *params = shProg->data->NumAtomicBuffers;
930 if (!shProg->data->LinkStatus) {
947 *params = (shProg->data->LinkStatus == LINKING_FAILURE) ? 0 : shProg->SeparateShader;
1095 _mesa_copy_string(infoLog, bufSize, length, shProg->data->InfoLog);
1279 update_programs_in_pipeline(void *data, void *userData)
1283 struct gl_pipeline_object *obj = (struct gl_pipeline_object *) data;
1342 if (shProg->data->LinkStatus) {
1391 shProg->data->Version / 100, shProg->data->Version % 100);
1410 if (shProg->data->LinkStatus == LINKING_FAILURE &&
1413 shProg->Name, shProg->data->InfoLog);
1427 shProg->data->LinkStatus ? "Success" : "Failed");
1498 if ((shProg != NULL) && !shProg->data->LinkStatus) {
1537 if (!shProg->data->LinkStatus) {
1581 shProg->data->Validated = validate_shader_program(shProg, errMsg);
1582 if (!shProg->data->Validated) {
1584 if (shProg->data->InfoLog) {
1585 ralloc_free(shProg->data->InfoLog);
1587 shProg->data->InfoLog = ralloc_strdup(shProg->data, errMsg);
2212 if (!shProg->data->LinkStatus) {
2441 if (!shProg->data->LinkStatus) {
2472 shProg->data = _mesa_create_shader_program_data();
2498 shProg->data->LinkStatus = LINKING_FAILURE;
2637 * Copy program-specific data generated by linking from the gl_shader_program
2715 shProg->data->LinkStatus = LINKING_FAILURE;
2720 ralloc_strcat(&shProg->data->InfoLog, sh->InfoLog);
3280 (struct sh_incl_path_ht_entry *) entry->data;
3433 (struct sh_incl_path_ht_entry *) ht_entry->data;
3460 (struct sh_incl_path_ht_entry *) ht_entry->data;
3561 sh_incl_ht_entry = (struct sh_incl_path_ht_entry *) ht_entry->data;