Searched refs:depth_stencil_alpha (Results 1 – 4 of 4) sorted by relevance
331 … const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) in zink_create_depth_stencil_alpha_state() argument337 cso->base = *depth_stencil_alpha; in zink_create_depth_stencil_alpha_state()339 if (depth_stencil_alpha->depth.enabled) { in zink_create_depth_stencil_alpha_state()341 cso->hw_state.depth_compare_op = compare_op(depth_stencil_alpha->depth.func); in zink_create_depth_stencil_alpha_state()344 if (depth_stencil_alpha->depth.bounds_test) { in zink_create_depth_stencil_alpha_state()346 cso->hw_state.min_depth_bounds = depth_stencil_alpha->depth.bounds_min; in zink_create_depth_stencil_alpha_state()347 cso->hw_state.max_depth_bounds = depth_stencil_alpha->depth.bounds_max; in zink_create_depth_stencil_alpha_state()350 if (depth_stencil_alpha->stencil[0].enabled) { in zink_create_depth_stencil_alpha_state()352 cso->hw_state.stencil_front = stencil_op_state(depth_stencil_alpha->stencil); in zink_create_depth_stencil_alpha_state()355 if (depth_stencil_alpha->stencil[1].enabled) in zink_create_depth_stencil_alpha_state()[all …]
362 … const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) in rbug_create_depth_stencil_alpha_state() argument370 depth_stencil_alpha); in rbug_create_depth_stencil_alpha_state()378 void *depth_stencil_alpha) in rbug_bind_depth_stencil_alpha_state() argument385 depth_stencil_alpha); in rbug_bind_depth_stencil_alpha_state()391 void *depth_stencil_alpha) in rbug_delete_depth_stencil_alpha_state() argument398 depth_stencil_alpha); in rbug_delete_depth_stencil_alpha_state()
211 DD_CSO_WHOLE(depth_stencil_alpha, dsa) in DD_CSO_WHOLE()
603 TC_CSO_WHOLE(depth_stencil_alpha) in TC_CSO_WHOLE()