Searched refs:cut_mode (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c450 unsigned cut_mode; local
453 cut_mode = V_028A40_GS_CUT_128;
455 cut_mode = V_028A40_GS_CUT_256;
457 cut_mode = V_028A40_GS_CUT_512;
460 cut_mode = V_028A40_GS_CUT_1024;
464 S_028A40_CUT_MODE(cut_mode)|

Completed in 73 milliseconds