Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h773 #define S_028810_ZCLIP_NEAR_DISABLE(x) (((unsigned)(x) & 0x1) << 26) macro
Dr600_state.c482 S_028810_ZCLIP_NEAR_DISABLE(!state->depth_clip_near) | in r600_create_rs_state()
Dr600d.h572 #define S_028810_ZCLIP_NEAR_DISABLE(x) (((unsigned)(x) & 0x1) << 26) macro
Devergreen_state.c495 S_028810_ZCLIP_NEAR_DISABLE(!state->depth_clip_near) | in evergreen_create_rs_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c875 S_028810_ZCLIP_NEAR_DISABLE(!state->depth_clip_near) | in si_create_rs_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4088 S_028810_ZCLIP_NEAR_DISABLE(depth_clip_disable ? 1 : 0) | in radv_pipeline_generate_raster_state()