Home
last modified time | relevance | path

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

/third_party/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.c427 S_028800_ZFUNC(state->depth_func); in r600_create_dsa_state()
Devergreen_state.c439 S_028800_ZFUNC(state->depth_func); in evergreen_create_dsa_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1335 S_028800_ZFUNC(state->depth_func) | S_028800_DEPTH_BOUNDS_ENABLE(state->depth_bounds_test); in si_create_dsa_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2219 S_028800_ZFUNC(info->ds.depth_compare_op) | in radv_pipeline_init_depth_stencil_state()
Dradv_cmd_buffer.c1836 S_028800_ZFUNC(d->depth_compare_op) | in radv_emit_depth_control()