Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h252 (S_02881C_USE_VTX_POINT_SIZE(1) | S_02881C_USE_VTX_EDGE_FLAG(1) | \
Dsi_state_shaders.c1062 return S_02881C_USE_VTX_POINT_SIZE(writes_psize) | in si_get_vs_out_cntl()
/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h1657 #define S_02881C_USE_VTX_POINT_SIZE(x) (((unsigned)(x) & 0x1) << 16) macro
Dr600_state.c2640 S_02881C_USE_VTX_POINT_SIZE(rshader->vs_out_point_size) | in r600_update_vs_state()
Dr600d.h1453 #define S_02881C_USE_VTX_POINT_SIZE(x) (((unsigned)(x) & 0x1) << 16) macro
Devergreen_state.c3649 S_02881C_USE_VTX_POINT_SIZE(rshader->vs_out_point_size) | in evergreen_update_vs_state()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4233 S_02881C_USE_VTX_POINT_SIZE(outinfo->writes_pointsize) | in radv_pipeline_generate_hw_vs()
4349 S_02881C_USE_VTX_POINT_SIZE(outinfo->writes_pointsize) | in radv_pipeline_generate_hw_ngg()