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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.c57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
187 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
H A Dvertexshader9.c62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
213 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
H A Dnine_state.h114 #define NINE_CONST_I_BASE(nconstf) \ macro
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.c57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
188 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
H A Dvertexshader9.c62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
214 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
H A Dnine_state.h116 #define NINE_CONST_I_BASE(nconstf) \ macro

Completed in 11 milliseconds