HomeSort by relevance Sort by last modified time
    Searched defs:delete_fs_state (Results 1 - 3 of 3) sorted by null

  /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/tools/trace/
dump_state.py 353 delete_fs_state = _delete_shader_state variable in class:Context
  /external/mesa3d/src/gallium/auxiliary/util/
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...]

Completed in 287 milliseconds