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.c979 S_028810_ZCLIP_FAR_DISABLE(!state->depth_clip_far) | in si_create_rs_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2177 S_028810_ZCLIP_FAR_DISABLE(info->rs.depth_clip_disable) | in radv_pipeline_init_raster_state()