Home
last modified time | relevance | path

Searched refs:S_028810_ZCLIP_FAR_DISABLE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h776 #define S_028810_ZCLIP_FAR_DISABLE(x) (((unsigned)(x) & 0x1) << 27) macro
Dr600_state.c488 S_028810_ZCLIP_FAR_DISABLE(!state->depth_clip_far) | in r600_create_rs_state()
Dr600d.h575 #define S_028810_ZCLIP_FAR_DISABLE(x) (((unsigned)(x) & 0x1) << 27) macro
Devergreen_state.c501 S_028810_ZCLIP_FAR_DISABLE(!state->depth_clip_far) | in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c954 S_028810_ZCLIP_FAR_DISABLE(!state->depth_clip_far) | in si_create_rs_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1780 S_028810_ZCLIP_FAR_DISABLE(depth_clip_disable ? 1 : 0) | in radv_pipeline_init_raster_state()