Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/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()
191 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()
192 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_state.c491 int *idst = (int *)&context->vs_const_f[4 * device->max_vs_const_f]; in prepare_vs_constants_userbuf()
497 int *idst = (int *)&context->vs_const_f[4 * device->max_vs_const_f]; in prepare_vs_constants_userbuf()
2090 if (bgn < device->max_vs_const_f) {
2091 end = MIN2(end, device->max_vs_const_f);
Dnine_shader.c3670 if (info->const_float_slots > device->max_vs_const_f && in nine_translate_shader()
3677 info->const_float_slots = device->max_vs_const_f; in nine_translate_shader()
3681 unsigned max_const_f = IS_VS ? device->max_vs_const_f : device->max_ps_const_f; in nine_translate_shader()
Ddevice9.c373 This->max_vs_const_f = max_const_vs - in NineDevice9_ctor()
2333 …_insert(&dst->changed.vs_const_f, 0, This->may_swvp ? NINE_MAX_CONST_F_SWVP : This->max_vs_const_f, in NineDevice9_CreateStateBlock()