/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_draw_quad.c | 43 struct cso_context *cso, in util_draw_vertex_buffer() 77 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer, in util_draw_user_vertex_buffer() 99 util_draw_texquad(struct pipe_context *pipe, struct cso_context *cso, in util_draw_texquad()
|
D | u_hash_table.c | 52 struct cso_hash *cso; member
|
D | u_blit.c | 57 struct cso_context *cso; member 90 util_create_blit(struct pipe_context *pipe, struct cso_context *cso) in util_create_blit()
|
D | u_keymap.c | 48 struct cso_hash *cso; member
|
D | u_vbuf.c | 215 struct cso_velements *cso = MALLOC_STRUCT(cso_velements); in u_vbuf_set_vertex_elements_internal() local 704 static void u_vbuf_delete_vertex_elements(struct u_vbuf *mgr, void *cso) in u_vbuf_delete_vertex_elements()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_texture.c | 62 filter_mode(const struct pipe_sampler_state *cso) in filter_mode() 108 compare_mode(const struct pipe_sampler_state *cso) in compare_mode() 129 const struct pipe_sampler_state *cso) in nv30_sampler_state_create()
|
D | nv30_state.c | 38 const struct pipe_blend_state *cso) in nv30_blend_state_create() 133 const struct pipe_rasterizer_state *cso) in nv30_rasterizer_state_create() 210 const struct pipe_depth_stencil_alpha_state *cso) in nv30_zsa_state_create()
|
D | nv30_fragprog.c | 132 const struct pipe_shader_state *cso) in nv30_fp_state_create()
|
D | nv30_vertprog.c | 221 const struct pipe_shader_state *cso) in nv30_vp_state_create()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 92 struct cso_blend *cso = (struct cso_blend *)state; in delete_blend_state() local 100 struct cso_depth_stencil_alpha *cso = (struct cso_depth_stencil_alpha *)state; in delete_depth_stencil_state() local 108 struct cso_sampler *cso = (struct cso_sampler *)state; in delete_sampler_state() local 116 struct cso_rasterizer *cso = (struct cso_rasterizer *)state; in delete_rasterizer_state() local 124 struct cso_velements *cso = (struct cso_velements *)state; in delete_velements() local 179 void *cso = cso_hash_take(hash, cso_hash_iter_key(iter)); in sanitize_cb() local
|
D | cso_context.c | 125 struct cso_blend *cso = (struct cso_blend *)state; in delete_blend_state() local 138 struct cso_depth_stencil_alpha *cso = in delete_depth_stencil_state() local 153 struct cso_sampler *cso = (struct cso_sampler *)state; in delete_sampler_state() local 162 struct cso_rasterizer *cso = (struct cso_rasterizer *)state; in delete_rasterizer_state() local 175 struct cso_velements *cso = (struct cso_velements *)state; in delete_vertex_elements() local 224 void *cso = cso_hash_iter_data(iter); in sanitize_hash() local 233 static void cso_init_vbuf(struct cso_context *cso) in cso_init_vbuf() 384 struct cso_blend *cso = MALLOC(sizeof(struct cso_blend)); in cso_set_blend() local 443 struct cso_depth_stencil_alpha *cso = in cso_set_depth_stencil_alpha() local 506 struct cso_rasterizer *cso = MALLOC(sizeof(struct cso_rasterizer)); in cso_set_rasterizer() local [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 117 const struct pipe_blend_state *cso) in nv50_blend_state_create() 225 const struct pipe_rasterizer_state *cso) in nv50_rasterizer_state_create() 353 const struct pipe_depth_stencil_alpha_state *cso) in nv50_zsa_state_create() 456 const struct pipe_sampler_state *cso) in nv50_sampler_state_create() 672 const struct pipe_shader_state *cso, unsigned type) in nv50_sp_state_create() 702 const struct pipe_shader_state *cso) in nv50_vp_state_create() 718 const struct pipe_shader_state *cso) in nv50_fp_state_create() 734 const struct pipe_shader_state *cso) in nv50_gp_state_create()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 87 const struct pipe_blend_state *cso) in nvc0_blend_state_create() 209 const struct pipe_rasterizer_state *cso) in nvc0_rasterizer_state_create() 336 const struct pipe_depth_stencil_alpha_state *cso) in nvc0_zsa_state_create() 568 const struct pipe_shader_state *cso, unsigned type) in nvc0_sp_state_create() 600 const struct pipe_shader_state *cso) in nvc0_vp_state_create() 616 const struct pipe_shader_state *cso) in nvc0_fp_state_create() 632 const struct pipe_shader_state *cso) in nvc0_gp_state_create()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.h | 21 struct cso_context *cso; member
|
D | xorg_exa_tgsi.c | 621 cache_destroy(struct cso_context *cso, in cache_destroy()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_program.h | 41 struct cso_context *cso; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 284 struct cso_context *cso = st->cso_context; in st_destroy_context() local
|
D | st_cb_drawtex.c | 110 struct cso_context *cso = ctx->st->cso_context; in st_DrawTex() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_sampler.c | 99 struct svga_sampler_state *cso = CALLOC_STRUCT( svga_sampler_state ); in svga_create_sampler_state() local
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 66 struct cso_context *cso; member
|
D | quad-tex.c | 68 struct cso_context *cso; member
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 222 struct i915_sampler_state *cso = CALLOC_STRUCT( i915_sampler_state ); in i915_create_sampler_state() local 442 struct i915_depth_stencil_state *cso = CALLOC_STRUCT( i915_depth_stencil_state ); in i915_create_depth_stencil_state() local 886 struct i915_rasterizer_state *cso = CALLOC_STRUCT( i915_rasterizer_state ); in i915_create_rasterizer_state() local
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_priv.h | 84 struct cso_context *cso; member
|
D | xa_tgsi.c | 593 cache_destroy(struct cso_context *cso, in cache_destroy()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.c | 120 const const struct pipe_compute_state *cso) in evergreen_create_compute_state()
|