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()221 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()268 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()195 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
76 unsigned const_i_base; /* in vec4 (16 byte) units */ member
596 unsigned slot_idx = tx->info->const_i_base + idx; in nine_integer_constant_src()