Home
last modified time | relevance | path

Searched refs:depth_stencil_alpha (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c331 … const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) in zink_create_depth_stencil_alpha_state() argument
337 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 …]
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c362 … const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) in rbug_create_depth_stencil_alpha_state() argument
370 depth_stencil_alpha); in rbug_create_depth_stencil_alpha_state()
378 void *depth_stencil_alpha) in rbug_bind_depth_stencil_alpha_state() argument
385 depth_stencil_alpha); in rbug_bind_depth_stencil_alpha_state()
391 void *depth_stencil_alpha) in rbug_delete_depth_stencil_alpha_state() argument
398 depth_stencil_alpha); in rbug_delete_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c211 DD_CSO_WHOLE(depth_stencil_alpha, dsa) in DD_CSO_WHOLE()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c603 TC_CSO_WHOLE(depth_stencil_alpha) in TC_CSO_WHOLE()