Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c361 unsigned max_const_vs, max_const_ps; in NineDevice9_ctor() local
371 max_const_ps = NINE_MAX_CONST_F_PS3 + (NINE_MAX_CONST_I + NINE_MAX_CONST_B / 4); in NineDevice9_ctor()
375 This->max_ps_const_f = max_const_ps - in NineDevice9_ctor()
379 This->ps_const_size = max_const_ps * sizeof(float[4]); in NineDevice9_ctor()