Home
last modified time | relevance | path

Searched refs:num_clip_plane_consts (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1808 uint8_t num_clip_plane_consts; member
1899 cso->num_clip_plane_consts = util_logbase2(state->clip_plane_enable) + 1; in iris_create_rasterizer_state()
1901 cso->num_clip_plane_consts = 0; in iris_create_rasterizer_state()
4370 key->vue.nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; in iris_populate_vs_key()
4396 key->vue.nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; in iris_populate_tes_key()
4413 key->vue.nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; in iris_populate_gs_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c662 uint8_t num_clip_plane_consts; member
2010 cso->num_clip_plane_consts = util_logbase2(state->clip_plane_enable) + 1; in crocus_create_rasterizer_state()
2012 cso->num_clip_plane_consts = 0; in crocus_create_rasterizer_state()
4694 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; in crocus_populate_vs_key()
4742 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; in crocus_populate_tes_key()
4763 key->nr_userclip_plane_consts = cso_rast->num_clip_plane_consts; in crocus_populate_gs_key()

Completed in 24 milliseconds