Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h927 #define S_028814_POLY_OFFSET_PARA_ENABLE(x) (((unsigned)(x) & 0x1) << 13) macro
Dr600_state.c561 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in r600_create_rs_state()
Dr600d.h726 #define S_028814_POLY_OFFSET_PARA_ENABLE(x) (((unsigned)(x) & 0x1) << 13) macro
Devergreen_state.c566 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1065 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in si_create_rs_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2165 S_028814_POLY_OFFSET_PARA_ENABLE(info->rs.depth_bias_enable) | in radv_pipeline_init_raster_state()
Dradv_cmd_buffer.c1792 S_028814_POLY_OFFSET_PARA_ENABLE(d->depth_bias_enable); in radv_get_pa_su_sc_mode_cntl()