HomeSort by relevance Sort by last modified time
    Searched refs:delete_fs_state (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_shader.c 383 pipe->delete_fs_state = softpipe_delete_fs_state;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 291 p->pipe->delete_fs_state(p->pipe, p->fs);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 161 ppq->p->pipe->delete_fs_state(ppq->p->pipe, ppq->shaders[i][j]);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c 383 pipe->delete_fs_state = softpipe_delete_fs_state;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 291 p->pipe->delete_fs_state(p->pipe, p->fs);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 793 pipe->delete_fs_state = aaline->driver_delete_fs_state;
960 aaline->driver_delete_fs_state = pipe->delete_fs_state;
968 pipe->delete_fs_state = aaline_delete_fs_state;
draw_pipe_aapoint.c 779 pipe->delete_fs_state = aapoint->driver_delete_fs_state;
900 aapoint->driver_delete_fs_state = pipe->delete_fs_state;
905 pipe->delete_fs_state = aapoint_delete_fs_state;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 793 pipe->delete_fs_state = aaline->driver_delete_fs_state;
960 aaline->driver_delete_fs_state = pipe->delete_fs_state;
968 pipe->delete_fs_state = aaline_delete_fs_state;
draw_pipe_aapoint.c 779 pipe->delete_fs_state = aapoint->driver_delete_fs_state;
900 aapoint->driver_delete_fs_state = pipe->delete_fs_state;
905 pipe->delete_fs_state = aapoint_delete_fs_state;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.c 281 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
vl_median_filter.c 360 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
vl_idct.c 502 idct->pipe->delete_fs_state(idct->pipe, idct->fs_mismatch);
504 idct->pipe->delete_fs_state(idct->pipe, idct->fs);
vl_zscan.c 259 zscan->pipe->delete_fs_state(zscan->pipe, zscan->fs);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 281 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
vl_median_filter.c 360 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
vl_idct.c 502 idct->pipe->delete_fs_state(idct->pipe, idct->fs_mismatch);
504 idct->pipe->delete_fs_state(idct->pipe, idct->fs);
vl_zscan.c 259 zscan->pipe->delete_fs_state(zscan->pipe, zscan->fs);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 347 pipe->delete_fs_state(pipe,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 313 pipe->delete_fs_state(pipe,
905 id_pipe->base.delete_fs_state = identity_delete_fs_state;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 347 pipe->delete_fs_state(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 313 pipe->delete_fs_state(pipe,
905 id_pipe->base.delete_fs_state = identity_delete_fs_state;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 176 rctx->context.delete_fs_state(&rctx->context, rctx->dummy_pixel_shader);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 176 rctx->context.delete_fs_state(&rctx->context, rctx->dummy_pixel_shader);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 543 trace_dump_call_begin("pipe_context", "delete_fs_state");
548 pipe->delete_fs_state(pipe, state);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 543 trace_dump_call_begin("pipe_context", "delete_fs_state");
548 pipe->delete_fs_state(pipe, state);
    [all...]

Completed in 5690 milliseconds

12 3 4