Searched refs:cso_rast (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c1912 struct iris_rasterizer_state *old_cso = ice->state.cso_rast;
1945 ice->state.cso_rast = new_cso;
3067 if (ice->state.cso_rast && (!ice->state.cso_rast->depth_clip_near ||
3068 !ice->state.cso_rast->depth_clip_far))
4026 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_emit_sbe_swiz
4105 if (cso_rast->light_twoside &&
4122 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_is_drawing_points
4162 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_emit_sbe
4212 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_populate_vs_key
4238 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_populate_tes_key
4255 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_populate_gs_key
5645 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_upload_dirty_render_state
6102 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_upload_dirty_render_state
6126 struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_upload_dirty_render_state
[all...]
H A Diris_context.h708 struct iris_rasterizer_state *cso_rast; member in struct:iris_context::__anon34ca7d7b0808
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c842 if (ice->state.cso_rast->cso.clip_plane_enable) {
843 unsigned nr_planes = 6 + util_bitcount(ice->state.cso_rast->cso.clip_plane_enable);
995 unsigned mask = ice->state.cso_rast->cso.clip_plane_enable;
2160 struct crocus_rasterizer_state *old_cso = ice->state.cso_rast;
2206 ice->state.cso_rast = new_cso;
3276 struct pipe_rasterizer_state *cso_state = &ice->state.cso_rast->cso;
3381 if (ice->state.cso_rast && (!ice->state.cso_rast->cso.depth_clip_near ||
3382 !ice->state.cso_rast->cso.depth_clip_far))
4433 const struct crocus_rasterizer_state *cso_rast local in function:crocus_is_drawing_points
4559 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:calculate_attr_overrides
4632 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:crocus_emit_sbe
4684 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:crocus_populate_vs_key
4728 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:crocus_populate_tes_key
4745 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:crocus_populate_gs_key
5902 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:crocus_upload_dirty_render_state
6608 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:crocus_upload_dirty_render_state
[all...]
H A Dcrocus_context.h566 struct crocus_rasterizer_state *cso_rast; member in struct:crocus_context::__anone5ee0d6b0808
H A Dcrocus_blit.c53 util_blitter_save_rasterizer(ice->blitter, ice->state.cso_rast);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c1358 struct iris_rasterizer_state *old_cso = ice->state.cso_rast;
1391 ice->state.cso_rast = new_cso;
2427 if (ice->state.cso_rast && (!ice->state.cso_rast->depth_clip_near ||
2428 !ice->state.cso_rast->depth_clip_far))
3332 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_emit_sbe_swiz
3409 if (cso_rast->light_twoside &&
3444 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_emit_sbe
3489 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_populate_vs_key
4500 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_upload_dirty_render_state
4841 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_upload_dirty_render_state
4865 struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local in function:iris_upload_dirty_render_state
[all...]
H A Diris_context.h534 struct iris_rasterizer_state *cso_rast; member in struct:iris_context::__anona797bc080608

Completed in 64 milliseconds