Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.h78 uint16_t vs_const_size; member
H A Ddevice9.c463 This->vs_const_size = max_const_vs * sizeof(float[4]); in NineDevice9_ctor()
480 This->state.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
481 This->context.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
487 This->context.vs_const_f = CALLOC(This->vs_const_size, 1); in NineDevice9_ctor()
H A Dnine_state.c2952 memset(context->vs_const_f, 0, device->vs_const_size); in nine_state_set_defaults()