Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dpixelshader9.c57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_ctor()
163 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
Dvertexshader9.c62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_ctor()
191 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()
Dnine_state.h113 #define NINE_CONST_I_BASE(nconstf) \ macro