Searched refs:NINE_CONST_B_BASE (Results 1 – 3 of 3) sorted by relevance
58 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_ctor()164 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
63 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_ctor()192 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()
115 #define NINE_CONST_B_BASE(nconstf) \ macro