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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_util.c92 unsigned cut_mode; local in function:ac_vgt_gs_mode
95 cut_mode = V_028A40_GS_CUT_128;
97 cut_mode = V_028A40_GS_CUT_256;
99 cut_mode = V_028A40_GS_CUT_512;
102 cut_mode = V_028A40_GS_CUT_1024;
106 S_028A40_CUT_MODE(cut_mode)|
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_util.c90 unsigned cut_mode; local in function:ac_vgt_gs_mode
93 cut_mode = V_028A40_GS_CUT_128;
95 cut_mode = V_028A40_GS_CUT_256;
97 cut_mode = V_028A40_GS_CUT_512;
100 cut_mode = V_028A40_GS_CUT_1024;
103 return S_028A40_MODE(V_028A40_GS_SCENARIO_G) | S_028A40_CUT_MODE(cut_mode) |

Completed in 26 milliseconds