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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Ddevice9.c372 unsigned max_const_vs, max_const_ps; local in function:NineDevice9_ctor
382 max_const_ps = NINE_MAX_CONST_F_PS3 + (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4);
386 This->max_ps_const_f = max_const_ps -
390 This->ps_const_size = max_const_ps * sizeof(float[4]);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Ddevice9.c443 unsigned max_const_vs, max_const_ps; local in function:NineDevice9_ctor
453 max_const_ps = NINE_MAX_CONST_F_PS3 + (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4);
457 This->max_ps_const_f = max_const_ps -
461 This->ps_const_size = max_const_ps * sizeof(float[4]);

Completed in 12 milliseconds