HomeSort by: relevance | last modified time | path
    Searched refs:cso_rast (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 1912 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
4105 if (cso_rast->light_twoside &&
4122 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
4162 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
4212 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
4238 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
4255 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
5645 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
6102 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
6126 struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
    [all...]
iris_context.h 708 struct iris_rasterizer_state *cso_rast; member in struct:iris_context::__anon1236
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c 842 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 = ice->state.cso_rast local
4559 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local
4632 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local
4684 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local
4728 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local
4745 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local
5902 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local
6608 const struct crocus_rasterizer_state *cso_rast = ice->state.cso_rast; local
    [all...]
crocus_context.h 566 struct crocus_rasterizer_state *cso_rast; member in struct:crocus_context::__anon1142
crocus_blit.c 53 util_blitter_save_rasterizer(ice->blitter, ice->state.cso_rast);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c 1358 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
3409 if (cso_rast->light_twoside &&
3444 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
3489 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
4500 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
4841 const struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
4865 struct iris_rasterizer_state *cso_rast = ice->state.cso_rast; local
    [all...]
iris_context.h 534 struct iris_rasterizer_state *cso_rast; member in struct:iris_context::__anon3705

Completed in 43 milliseconds