Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h927 #define S_028814_POLY_OFFSET_PARA_ENABLE(x) (((unsigned)(x) & 0x1) << 13) macro
Dr600_state.c556 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.c561 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in evergreen_create_rs_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c925 S_028814_POLY_OFFSET_PARA_ENABLE(state->offset_point || state->offset_line) | in si_create_rs_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1735 S_028814_POLY_OFFSET_PARA_ENABLE(raster_info->depthBiasEnable ? 1 : 0); in radv_pipeline_init_raster_state()