Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c5966 struct pipe_stencil_ref *p_stencil_refs = &ice->state.stencil_ref; in iris_upload_dirty_render_state() local
5982 cc.StencilReferenceValue = p_stencil_refs->ref_value[0]; in iris_upload_dirty_render_state()
5983 cc.BackfaceStencilReferenceValue = p_stencil_refs->ref_value[1]; in iris_upload_dirty_render_state()
6430 struct pipe_stencil_ref *p_stencil_refs = &ice->state.stencil_ref; in iris_upload_dirty_render_state() local
6433 wmds.StencilReferenceValue = p_stencil_refs->ref_value[0]; in iris_upload_dirty_render_state()
6434 wmds.BackfaceStencilReferenceValue = p_stencil_refs->ref_value[1]; in iris_upload_dirty_render_state()
6454 struct pipe_stencil_ref *p_stencil_refs = &ice->state.stencil_ref; in iris_upload_dirty_render_state() local
6457 wmds.StencilReferenceValue = p_stencil_refs->ref_value[0]; in iris_upload_dirty_render_state()
6458 wmds.BackfaceStencilReferenceValue = p_stencil_refs->ref_value[1]; in iris_upload_dirty_render_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c6210 struct pipe_stencil_ref *p_stencil_refs = &ice->state.stencil_ref; local
6252 cc.StencilReferenceValue = p_stencil_refs->ref_value[0];
6253 cc.BackfaceStencilReferenceValue = p_stencil_refs->ref_value[1];

Completed in 25 milliseconds