/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_context.c | 217 void *cso = cso_hash_iter_data(iter); in sanitize_hash() local 244 cso_init_vbuf(struct cso_context_priv *cso, unsigned flags) in cso_init_vbuf() 355 cso_unbind_context(struct cso_context *cso) in cso_unbind_context() 489 cso_destroy_context(struct cso_context *cso) in cso_destroy_context() 518 cso_set_blend(struct cso_context *cso, in cso_set_blend() 543 struct cso_blend *cso = MALLOC(sizeof(struct cso_blend)); in cso_set_blend() local 590 cso_set_depth_stencil_alpha(struct cso_context *cso, in cso_set_depth_stencil_alpha() 603 struct cso_depth_stencil_alpha *cso = in cso_set_depth_stencil_alpha() local 654 cso_set_rasterizer(struct cso_context *cso, in cso_set_rasterizer() 672 struct cso_rasterizer *cso = MALLOC(sizeof(struct cso_rasterizer)); in cso_set_rasterizer() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tests.c | 70 util_set_framebuffer_cb0(struct cso_context *cso, struct pipe_context *ctx, in util_set_framebuffer_cb0() 89 util_set_blend_normal(struct cso_context *cso) in util_set_blend_normal() 98 util_set_dsa_disable(struct cso_context *cso) in util_set_dsa_disable() 106 util_set_rasterizer_normal(struct cso_context *cso) in util_set_rasterizer_normal() 119 util_set_max_viewport(struct cso_context *cso, struct pipe_resource *tex) in util_set_max_viewport() 138 util_get_interleaved_vertex_elements(struct cso_context *cso, in util_get_interleaved_vertex_elements() 156 util_set_passthrough_vertex_shader(struct cso_context *cso, in util_set_passthrough_vertex_shader() 174 util_set_common_states_and_clear(struct cso_context *cso, struct pipe_context *ctx, in util_set_common_states_and_clear() 189 util_draw_fullscreen_quad(struct cso_context *cso) in util_draw_fullscreen_quad() 203 util_draw_fullscreen_quad_fill(struct cso_context *cso, in util_draw_fullscreen_quad_fill() [all …]
|
H A 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_user_vertices(struct cso_context *cso, struct cso_velems_state *ve, in util_draw_user_vertices()
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
H A D | cso_cache.c | 94 struct cso_blend *cso = (struct cso_blend *)state; in delete_blend_state() local 102 struct cso_depth_stencil_alpha *cso = (struct cso_depth_stencil_alpha *)state; in delete_depth_stencil_state() local 110 struct cso_sampler *cso = (struct cso_sampler *)state; in delete_sampler_state() local 118 struct cso_rasterizer *cso = (struct cso_rasterizer *)state; in delete_rasterizer_state() local 126 struct cso_velements *cso = (struct cso_velements *)state; in delete_velements() local 181 void *cso = cso_hash_take(hash, cso_hash_iter_key(iter)); in sanitize_cb() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state.c | 118 const struct pipe_blend_state *cso) in nv50_blend_state_create() 226 const struct pipe_rasterizer_state *cso) in nv50_rasterizer_state_create() 362 const struct pipe_depth_stencil_alpha_state *cso) in nv50_zsa_state_create() 485 const struct pipe_sampler_state *cso) in nv50_sampler_state_create() 739 const struct pipe_shader_state *cso, in nv50_sp_state_create() 789 const struct pipe_shader_state *cso) in nv50_vp_state_create() 805 const struct pipe_shader_state *cso) in nv50_fp_state_create() 821 const struct pipe_shader_state *cso) in nv50_gp_state_create() 837 const struct pipe_compute_state *cso) in nv50_cp_state_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 91 const struct pipe_blend_state *cso) in nvc0_blend_state_create() 213 const struct pipe_rasterizer_state *cso) in nvc0_rasterizer_state_create() 364 const struct pipe_depth_stencil_alpha_state *cso) in nvc0_zsa_state_create() 600 const struct pipe_shader_state *cso, unsigned type) in nvc0_sp_state_create() 650 const struct pipe_shader_state *cso) in nvc0_vp_state_create() 666 const struct pipe_shader_state *cso) in nvc0_fp_state_create() 682 const struct pipe_shader_state *cso) in nvc0_gp_state_create() 698 const struct pipe_shader_state *cso) in nvc0_tcp_state_create() 714 const struct pipe_shader_state *cso) in nvc0_tep_state_create() 730 const struct pipe_compute_state *cso) in nvc0_cp_state_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.c | 182 void *cso) in zink_bind_vertex_elements_state() 343 struct zink_blend_state *cso = CALLOC_STRUCT(zink_blend_state); in zink_create_blend_state() local 411 zink_bind_blend_state(struct pipe_context *pctx, void *cso) in zink_bind_blend_state() 513 struct zink_depth_stencil_alpha_state *cso = CALLOC_STRUCT(zink_depth_stencil_alpha_state); in zink_create_depth_stencil_alpha_state() local 546 zink_bind_depth_stencil_alpha_state(struct pipe_context *pctx, void *cso) in zink_bind_depth_stencil_alpha_state() 676 zink_bind_rasterizer_state(struct pipe_context *pctx, void *cso) in zink_bind_rasterizer_state()
|
H A D | zink_program.c | 1932 void *cso) in zink_bind_vs_state() 1975 void *cso) in zink_bind_fs_state() 2020 void *cso) in zink_bind_gs_state() 2031 void *cso) in zink_bind_tcs_state() 2038 void *cso) in zink_bind_tes_state() 2073 void *cso) in zink_bind_cs_state() 2102 zink_get_compute_state_info(struct pipe_context *pctx, void *cso, struct pipe_compute_state_object_… in zink_get_compute_state_info() 2121 zink_delete_cs_shader_state(struct pipe_context *pctx, void *cso) in zink_delete_cs_shader_state() 2257 zink_delete_shader_state(struct pipe_context *pctx, void *cso) in zink_delete_shader_state() 2322 zink_delete_cached_shader_state(struct pipe_context *pctx, void *cso) in zink_delete_cached_shader_state()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_shader.c | 382 const struct pipe_shader_state *cso) in panfrost_create_shader_state() 473 struct panfrost_uncompiled_shader *cso = in panfrost_delete_shader_state() local 500 const struct pipe_compute_state *cso) in panfrost_create_compute_state() 522 panfrost_bind_compute_state(struct pipe_context *pipe, void *cso) in panfrost_bind_compute_state() 534 panfrost_get_compute_state_info(struct pipe_context *pipe, void *cso, in panfrost_get_compute_state_info()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexshader9.c | 21 const DWORD *pFunction, void *cso ) in NineVertexShader9_ctor() 188 void *cso; in NineVertexShader9_GetVariant() local 246 void *cso; in NineVertexShader9_GetVariantProcessVertices() local 292 const DWORD *pFunction, void *cso ) in NineVertexShader9_new()
|
H A D | nine_shader.h | 39 void *cso; /* out, pipe cso for bind_vs,fs_state */ member 116 void *cso; member 140 uint64_t key, void *cso, in nine_shader_variant_add() 174 void *cso; member 194 struct pipe_stream_output_info *so, void *cso) in nine_shader_variant_so_add()
|
H A D | pixelshader9.c | 19 const DWORD *pFunction, void *cso ) in NinePixelShader9_ctor() 164 void *cso; in NinePixelShader9_GetVariant() local 248 const DWORD *pFunction, void *cso ) in NinePixelShader9_new()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_state.c | 95 const struct pipe_rasterizer_state *cso) in vc4_create_rasterizer_state() 157 const struct pipe_blend_state *cso) in vc4_create_blend_state() 208 const struct pipe_depth_stencil_alpha_state *cso) in vc4_create_depth_stencil_alpha_state() 415 struct pipe_framebuffer_state *cso = &vc4->framebuffer; in vc4_set_framebuffer_state() local 484 const struct pipe_sampler_state *cso) in vc4_create_sampler_state() 549 const struct pipe_sampler_view *cso) in vc4_create_sampler_view()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 89 const struct pipe_rasterizer_state *cso) in v3d_create_rasterizer_state() 129 const struct pipe_blend_state *cso) in v3d_create_blend_state() 170 const struct pipe_depth_stencil_alpha_state *cso) in v3d_create_depth_stencil_alpha_state() 499 struct pipe_framebuffer_state *cso = &v3d->framebuffer; in v3d_set_framebuffer_state() local 543 const struct pipe_sampler_state *cso, in v3d_upload_sampler_state_variant() 727 const struct pipe_sampler_state *cso) in v3d_create_sampler_state() 952 const struct pipe_sampler_view *cso = &so->base; in v3dX() local 1002 const struct pipe_sampler_view *cso) in v3d_create_sampler_view()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_state.c | 68 const struct pipe_depth_stencil_alpha_state *cso) in lima_create_depth_stencil_alpha_state() 98 const struct pipe_rasterizer_state *cso) in lima_create_rasterizer_state() 128 const struct pipe_blend_state *cso) in lima_create_blend_state() 302 const struct pipe_sampler_state *cso) in lima_create_sampler_state() 347 const struct pipe_sampler_view *cso) in lima_create_sampler_view()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 651 struct pipe_rasterizer_state cso; member 1473 struct pipe_blend_state cso; member 1592 struct crocus_blend_state *cso = malloc(sizeof(struct crocus_blend_state)); in crocus_create_blend_state() local 1662 struct crocus_blend_state *cso = state; in crocus_bind_blend_state() local 1707 struct pipe_depth_stencil_alpha_state cso; member 1723 struct crocus_depth_stencil_alpha_state *cso = in crocus_create_zsa_state() local 1999 struct crocus_rasterizer_state *cso = in crocus_create_rasterizer_state() local 2260 struct crocus_sampler_state *cso = CALLOC_STRUCT(crocus_sampler_state); in crocus_create_sampler_state() local 2340 struct crocus_sampler_state *cso, in crocus_upload_sampler_state() 2442 struct crocus_sampler_state *cso, in crocus_upload_border_color() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 251 agx_bind_blend_state(struct pipe_context *pctx, void *cso) in agx_bind_blend_state() 350 agx_bind_zsa_state(struct pipe_context *pctx, void *cso) in agx_bind_zsa_state() 374 const struct pipe_rasterizer_state *cso) in agx_create_rs_state() 406 agx_bind_rasterizer_state(struct pipe_context *pctx, void *cso) in agx_bind_rasterizer_state() 1427 agx_bind_vertex_elements_state(struct pipe_context *pctx, void *cso) in agx_bind_vertex_elements_state() 1908 const struct pipe_shader_state *cso) in agx_create_shader_state() 2010 const struct pipe_compute_state *cso) in agx_create_compute_state() 2038 agx_get_compute_state_info(struct pipe_context *pctx, void *cso, in agx_get_compute_state_info() 2397 agx_bind_shader_state(struct pipe_context *pctx, void *cso, in agx_bind_shader_state() 2413 agx_bind_vs_state(struct pipe_context *pctx, void *cso) in agx_bind_vs_state() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A 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()
|
H A D | nv30_state.c | 40 const struct pipe_blend_state *cso) in nv30_blend_state_create() 135 const struct pipe_rasterizer_state *cso) in nv30_rasterizer_state_create() 212 const struct pipe_depth_stencil_alpha_state *cso) in nv30_zsa_state_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 180 const struct pipe_blend_state *cso) in tegra_create_blend_state() 205 const struct pipe_sampler_state *cso) in tegra_create_sampler_state() 233 const struct pipe_rasterizer_state *cso) in tegra_create_rasterizer_state() 258 const struct pipe_depth_stencil_alpha_state *cso) in tegra_create_depth_stencil_alpha_state() 283 const struct pipe_shader_state *cso) in tegra_create_fs_state() 308 const struct pipe_shader_state *cso) in tegra_create_vs_state() 333 const struct pipe_shader_state *cso) in tegra_create_gs_state() 358 const struct pipe_shader_state *cso) in tegra_create_tcs_state() 383 const struct pipe_shader_state *cso) in tegra_create_tes_state()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_context.c | 96 struct cso_context *cso = hud->cso; in hud_draw_colored_prims() local 485 struct cso_context *cso = hud->cso; in hud_draw_results() local 767 hud_run(struct hud_context *hud, struct cso_context *cso, in hud_run() 1725 hud_set_draw_context(struct hud_context *hud, struct cso_context *cso, in hud_set_draw_context() 1921 hud_create(struct cso_context *cso, struct hud_context *share, in hud_create() 2088 hud_destroy(struct hud_context *hud, struct cso_context *cso) in hud_destroy()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_rasterizer.cc | 25 const struct pipe_rasterizer_state *cso, in __fd6_setup_rasterizer_stateobj() 142 const struct pipe_rasterizer_state *cso) in fd6_rasterizer_state_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 1631 struct iris_blend_state *cso = malloc(sizeof(struct iris_blend_state)); in iris_create_blend_state() local 1736 struct iris_blend_state *cso = state; in iris_bind_blend_state() local 1804 struct iris_depth_stencil_alpha_state *cso = in iris_create_zsa_state() local 2194 struct iris_rasterizer_state *cso = in iris_create_rasterizer_state() local 2482 struct iris_sampler_state *cso = CALLOC_STRUCT(iris_sampler_state); in iris_create_sampler_state() local 3692 struct pipe_framebuffer_state *cso = &ice->state.framebuffer; in iris_set_framebuffer_state() local 4170 struct iris_vertex_element_state *cso = in iris_create_vertex_elements() local 4308 struct iris_stream_output_target *cso = calloc(1, sizeof(*cso)); in iris_create_stream_output_target() local 4330 struct iris_stream_output_target *cso = (void *) state; in iris_stream_output_target_destroy() local 4779 const struct iris_rasterizer_state *cso) in iris_calculate_point_sprite_overrides() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_texture.c | 61 const struct pipe_sampler_state *cso) in fd3_sampler_state_create() 132 const struct pipe_sampler_view *cso) in fd3_sampler_view_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_texture.c | 61 const struct pipe_sampler_state *cso) in fd5_sampler_state_create() 112 const struct pipe_sampler_view *cso) in fd5_sampler_view_create()
|