Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
397 &src->vs_const_f[0], VS_CONST_F_SIZE(device)); in nine_state_copy_common_all()
Dnine_state.h119 #define VS_CONST_F_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_F_SWVP * sizeof(float[4])) : (N… macro
Dnine_state.c2964 memset(state->vs_const_f, 0, VS_CONST_F_SIZE(device)); in nine_state_set_defaults()