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

1 2

  /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/auxiliary/vl/
vl_mc.c 518 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr);
521 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref);
545 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ref);
546 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr);
547 renderer->pipe->delete_fs_state(renderer->pipe, renderer->fs_ycbcr_sub);
vl_compositor.c 387 c->pipe->delete_fs_state(c->pipe, c->fs_video_buffer);
388 c->pipe->delete_fs_state(c->pipe, c->fs_weave);
389 c->pipe->delete_fs_state(c->pipe, c->fs_palette.yuv);
390 c->pipe->delete_fs_state(c->pipe, c->fs_palette.rgb);
391 c->pipe->delete_fs_state(c->pipe, c->fs_rgba);
    [all...]
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/drivers/svga/
svga_pipe_fs.c 135 svga->pipe.delete_fs_state = svga_delete_fs_state;
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 176 pipe->delete_fs_state(pipe, ctx->fs[i][j]);
182 pipe->delete_fs_state(pipe, ctx->fs_depthstencil[i]);
185 pipe->delete_fs_state(pipe, ctx->fs_depth[i]);
188 pipe->delete_fs_state(pipe, ctx->fs_stencil[i]);
u_blitter.c 320 pipe->delete_fs_state(pipe, ctx->fs_texfetch_col[i]);
322 pipe->delete_fs_state(pipe, ctx->fs_texfetch_depth[i]);
324 pipe->delete_fs_state(pipe, ctx->fs_texfetch_depthstencil[i]);
326 pipe->delete_fs_state(pipe, ctx->fs_texfetch_stencil[i]);
331 pipe->delete_fs_state(pipe, ctx->fs_col[i]);
333 pipe->delete_fs_state(pipe, ctx->fs_col_int[i]);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragprog.c 169 pipe->delete_fs_state = nv30_fp_state_delete;
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 157 ctx->delete_fs_state(ctx, 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/noop/
noop_state.c 302 ctx->delete_fs_state = noop_delete_state;
  /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/
tri.c 229 p->pipe->delete_fs_state(p->pipe, p->fs);
quad-tex.c 291 p->pipe->delete_fs_state(p->pipe, p->fs);
  /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...]
  /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;
draw_pipe_pstipple.c 795 pstip->driver_delete_fs_state = pipe->delete_fs_state;
804 pipe->delete_fs_state = pstip_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/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 176 rctx->context.delete_fs_state(&rctx->context, rctx->dummy_pixel_shader);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 165 void (*delete_fs_state)(struct pipe_context *, void *); member in struct:pipe_context

Completed in 1633 milliseconds

1 2