Home
last modified time | relevance | path

Searched refs:S_028800_ZFUNC (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h439 #define S_028800_ZFUNC(x) (((unsigned)(x) & 0x7) << 4) macro
1732 #define S_028800_ZFUNC(x) (((unsigned)(x) & 0x7) << 4) macro
Devergreend.h658 #define S_028800_ZFUNC(x) (((unsigned)(x) & 0x7) << 4) macro
Dr600_state.c422 S_028800_ZFUNC(state->depth.func); in r600_create_dsa_state()
Devergreen_state.c434 S_028800_ZFUNC(state->depth.func); in evergreen_create_dsa_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1150 S_028800_ZFUNC(state->depth.func) | S_028800_DEPTH_BOUNDS_ENABLE(state->depth.bounds_test); in si_create_dsa_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1765 S_028800_ZFUNC(ds_info->depthCompareOp) | in radv_pipeline_init_depth_stencil_state()
Dradv_cmd_buffer.c1510 db_depth_control |= S_028800_ZFUNC(d->depth_compare_op); in radv_emit_depth_control()