Home
last modified time | relevance | path

Searched refs:max_vs_const_f (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.c62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_ctor()
63 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_ctor()
213 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()
214 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()
Ddevice9.h95 uint16_t max_vs_const_f; member
Dnine_shader.c4086 if (info->const_float_slots > device->max_vs_const_f && in nine_translate_shader()
4093 info->const_float_slots = device->max_vs_const_f; in nine_translate_shader()
4094 tx->num_slots = MAX2(tx->num_slots, device->max_vs_const_f); in nine_translate_shader()
Dnine_state.c449 int *idst = (int *)&context->vs_const_f[4 * device->max_vs_const_f]; in prepare_vs_constants_userbuf()
455 int *idst = (int *)&context->vs_const_f[4 * device->max_vs_const_f]; in prepare_vs_constants_userbuf()
Ddevice9.c413 This->max_vs_const_f = max_const_vs - in NineDevice9_ctor()
2432 …_insert(&dst->changed.vs_const_f, 0, This->may_swvp ? NINE_MAX_CONST_F_SWVP : This->max_vs_const_f, in NineDevice9_CreateStateBlock()