HomeSort by relevance Sort by last modified time
    Searched refs:pstip_fs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 66 void *pstip_fs; member in struct:pstip_fragment_shader
343 struct pipe_shader_state pstip_fs; local
347 pstip_fs = *orig_fs; /* copy to init */
348 pstip_fs.tokens = tgsi_alloc_tokens(newLen);
349 if (pstip_fs.tokens == NULL)
362 (struct tgsi_token *) pstip_fs.tokens,
367 tgsi_dump(pstip_fs.tokens, 0);
375 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pstip->pipe, &pstip_fs);
377 FREE((void *)pstip_fs.tokens)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 66 void *pstip_fs; member in struct:pstip_fragment_shader
343 struct pipe_shader_state pstip_fs; local
347 pstip_fs = *orig_fs; /* copy to init */
348 pstip_fs.tokens = tgsi_alloc_tokens(newLen);
349 if (pstip_fs.tokens == NULL)
362 (struct tgsi_token *) pstip_fs.tokens,
367 tgsi_dump(pstip_fs.tokens, 0);
375 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pstip->pipe, &pstip_fs);
377 FREE((void *)pstip_fs.tokens)
    [all...]

Completed in 65 milliseconds