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

1 2

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_program.c 158 pctx->delete_fs_state(pctx, ctx->solid_prog.fp);
161 pctx->delete_fs_state(pctx, ctx->blit_prog[i].fp);
162 pctx->delete_fs_state(pctx, ctx->blit_z.fp);
163 pctx->delete_fs_state(pctx, ctx->blit_zs.fp);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_deint_filter.c 349 pipe->delete_fs_state(pipe, filter->fs_deint_top);
352 pipe->delete_fs_state(pipe, filter->fs_copy_bottom);
355 pipe->delete_fs_state(pipe, filter->fs_copy_top);
402 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_top);
403 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_bottom);
404 filter->pipe->delete_fs_state(filter->pipe, filter->fs_deint_top);
405 filter->pipe->delete_fs_state(filter->pipe, filter->fs_deint_bottom);
vl_mc.c 523 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr);
526 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref);
550 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref);
551 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr);
552 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr_sub);
vl_compositor.c 456 c->pipe->delete_fs_state(c->pipe, c->fs_video_buffer);
457 c->pipe->delete_fs_state(c->pipe, c->fs_weave_rgb);
458 c->pipe->delete_fs_state(c->pipe, c->fs_weave_yuv.y);
459 c->pipe->delete_fs_state(c->pipe, c->fs_weave_yuv.uv);
460 c->pipe->delete_fs_state(c->pipe, c->fs_palette.yuv);
461 c->pipe->delete_fs_state(c->pipe, c->fs_palette.rgb);
462 c->pipe->delete_fs_state(c->pipe, c->fs_rgba);
    [all...]
vl_matrix_filter.c 282 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
vl_median_filter.c 362 filter->pipe->delete_fs_state(filter->pipe, filter->fs);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_fs.c 129 svga->pipe.delete_fs_state = svga_delete_fs_state;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.c 230 pipe->delete_fs_state(pipe, rb_shader->replaced_shader);
231 pipe->delete_fs_state(pipe, rb_shader->shader);
  /external/mesa3d/src/gallium/state_trackers/nine/
pixelshader9.c 105 pipe->delete_fs_state(pipe, var->cso);
113 pipe->delete_fs_state(pipe, This->ff_cso);
  /external/mesa3d/src/gallium/auxiliary/util/
u_tests.c 339 ctx->delete_fs_state(ctx, fs);
393 ctx->delete_fs_state(ctx, fs);
449 ctx->delete_fs_state(ctx, fs);
u_blitter.c 142 void (*delete_fs_state)(struct pipe_context *, void *); member in struct:blitter_context_priv
168 ctx->delete_fs_state = pipe->delete_fs_state;
458 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col[type][i]);
460 ctx->delete_fs_state(pipe, ctx->fs_texfetch_col_msaa[type][i]);
464 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth[i]);
466 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil[i]);
468 ctx->delete_fs_state(pipe, ctx->fs_texfetch_stencil[i]);
471 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depth_msaa[i]);
473 ctx->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil_msaa[i])
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_fragprog.c 185 pipe->delete_fs_state = nv30_fp_state_delete;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 206 assert(ppq->p->pipe->delete_fs_state);
207 ppq->p->pipe->delete_fs_state(ppq->p->pipe,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 622 pipe->delete_fs_state = aapoint->driver_delete_fs_state;
776 aapoint->driver_delete_fs_state = pipe->delete_fs_state;
781 pipe->delete_fs_state = aapoint_delete_fs_state;
draw_pipe_pstipple.c 465 pstip->driver_delete_fs_state = pipe->delete_fs_state;
488 pipe->delete_fs_state = pstip_delete_fs_state;
draw_pipe_aaline.c 769 pipe->delete_fs_state = aaline->driver_delete_fs_state;
980 aaline->driver_delete_fs_state = pipe->delete_fs_state;
995 pipe->delete_fs_state = aaline_delete_fs_state;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_shader.c 281 pctx->delete_fs_state = etna_delete_shader_state;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 282 ctx->delete_fs_state = noop_delete_state;
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 156 ctx->delete_fs_state(ctx, fs);
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 227 p->pipe->delete_fs_state(p->pipe, p->fs);
quad-tex.c 284 p->pipe->delete_fs_state(p->pipe, p->fs);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c 436 pipe->delete_fs_state = softpipe_delete_fs_state;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 215 void (*delete_fs_state)(struct pipe_context *, void *); member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_program.c 463 pctx->delete_fs_state = fd2_fp_state_delete;
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.c 491 pctx->delete_fs_state = fd3_fp_state_delete;

Completed in 813 milliseconds

1 2