Home
last modified time | relevance | path

Searched refs:vs_const_size (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h95 uint16_t vs_const_size; member
Ddevice9.c460 This->vs_const_size = max_const_vs * sizeof(float[4]); in NineDevice9_ctor()
477 This->state.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
478 This->context.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
484 This->context.vs_const_f = CALLOC(This->vs_const_size, 1); in NineDevice9_ctor()
Dnine_state.c2886 memset(context->vs_const_f, 0, device->vs_const_size); in nine_state_set_defaults()