Searched defs:db_depth_control (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c404 unsigned db_depth_control, alpha_test_control, alpha_ref; local
419 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) |
425 db_depth_control |= S_028800_STENCIL_ENABLE(1);
426 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */
427 db_depth_control |= S_028800_STENCILFAIL(r600_translate_stencil_op(state->stencil[0].fail_op));
428 db_depth_control |= S_028800_STENCILZPASS(r600_translate_stencil_op(state->stencil[0].zpass_op));
429 db_depth_control |= S_028800_STENCILZFAIL(r600_translate_stencil_op(state->stencil[0].zfail_op));
432 db_depth_control |= S_028800_BACKFACE_ENABLE(1);
433 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); /* translates straight */
434 db_depth_control |
[all...]
H A Devergreen_state.c404 unsigned db_depth_control, alpha_test_control, alpha_ref; local
419 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) |
425 db_depth_control |= S_028800_STENCIL_ENABLE(1);
426 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */
427 db_depth_control |= S_028800_STENCILFAIL(r600_translate_stencil_op(state->stencil[0].fail_op));
428 db_depth_control |= S_028800_STENCILZPASS(r600_translate_stencil_op(state->stencil[0].zpass_op));
429 db_depth_control |= S_028800_STENCILZFAIL(r600_translate_stencil_op(state->stencil[0].zfail_op));
432 db_depth_control |= S_028800_BACKFACE_ENABLE(1);
433 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func); /* translates straight */
434 db_depth_control |
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1002 unsigned db_depth_control; local
1014 db_depth_control = S_028800_Z_ENABLE(state->depth.enabled) |
1021 db_depth_control |= S_028800_STENCIL_ENABLE(1);
1022 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func);
1028 db_depth_control |= S_028800_BACKFACE_ENABLE(1);
1029 db_depth_control |= S_028800_STENCILFUNC_BF(state->stencil[1].func);
1046 si_pm4_set_reg(pm4, R_028800_DB_DEPTH_CONTROL, db_depth_control);
/external/mesa3d/src/amd/vulkan/
H A Dradv_private.h857 uint32_t db_depth_control; member in struct:radv_depth_stencil_state

Completed in 141 milliseconds