Searched refs:const_i_base (Results 1 – 4 of 4) sorted by relevance
62 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()228 info.const_i_base = 0; in NineVertexShader9_GetVariantProcessVertices()
57 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()
71 unsigned const_i_base; /* in vec4 (16 byte) units */ member
1050 tx->info->const_i_base + param->idx); in tx_src_param()