HomeSort by relevance Sort by last modified time
    Searched full:tmp_text (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 232 char *tmp_text = NULL; local
234 tmp_text = CALLOC(sizeof(blend2fs_1) + sizeof(blend2fs_2) +
237 if (!tmp_text) {
253 util_sprintf(tmp_text, "%s"
291 ppq->shaders[n][3] = pp_tgsi_to_state(ppq->p->pipe, tmp_text, false,
296 FREE(tmp_text);
302 FREE(tmp_text);

Completed in 510 milliseconds