Home
last modified time | relevance | path

Searched refs:S_028800_STENCILFUNC (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h444 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x7) << 8) macro
1737 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x7) << 8) macro
Devergreend.h664 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x7) << 8) macro
Dr600_state.c426 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in r600_create_dsa_state()
Devergreen_state.c437 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); /* translates straight */ in evergreen_create_dsa_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c721 ds->db_depth_control |= S_028800_STENCILFUNC(vkds->front.compareOp); in radv_pipeline_init_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1200 db_depth_control |= S_028800_STENCILFUNC(state->stencil[0].func); in si_create_dsa_state()
/external/mesa3d/src/amd/common/
Dgfx9d.h5331 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x07) << 8) macro
Dsid.h6811 #define S_028800_STENCILFUNC(x) (((unsigned)(x) & 0x07) << 8) macro