Home
last modified time | relevance | path

Searched defs:cso (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_draw_quad.c43 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()
Du_hash_table.c52 struct cso_hash *cso; member
Du_blit.c57 struct cso_context *cso; member
90 util_create_blit(struct pipe_context *pipe, struct cso_context *cso) in util_create_blit()
Du_keymap.c48 struct cso_hash *cso; member
Du_vbuf.c215 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/
Dnv30_texture.c62 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()
Dnv30_state.c38 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()
Dnv30_fragprog.c132 const struct pipe_shader_state *cso) in nv30_fp_state_create()
Dnv30_vertprog.c221 const struct pipe_shader_state *cso) in nv30_vp_state_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c92 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
Dcso_context.c125 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/
Dnv50_state.c117 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/
Dnvc0_state.c87 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/
Dxorg_renderer.h21 struct cso_context *cso; member
Dxorg_exa_tgsi.c621 cache_destroy(struct cso_context *cso, in cache_destroy()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.h41 struct cso_context *cso; member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c284 struct cso_context *cso = st->cso_context; in st_destroy_context() local
Dst_cb_drawtex.c110 struct cso_context *cso = ctx->st->cso_context; in st_DrawTex() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c99 struct svga_sampler_state *cso = CALLOC_STRUCT( svga_sampler_state ); in svga_create_sampler_state() local
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c66 struct cso_context *cso; member
Dquad-tex.c68 struct cso_context *cso; member
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c222 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/
Dxa_priv.h84 struct cso_context *cso; member
Dxa_tgsi.c593 cache_destroy(struct cso_context *cso, in cache_destroy()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c120 const const struct pipe_compute_state *cso) in evergreen_create_compute_state()

12