Searched refs:VS_CONST_F_SIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.h120 #define VS_CONST_F_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_F_SWVP * sizeof(float[4])) : (NINE_MAX_CONST_F * sizeof(float[4]))) macro
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device));
418 &src->vs_const_f[0], VS_CONST_F_SIZE(device));
H A Dnine_state.c2819 memset(state->vs_const_f, 0, VS_CONST_F_SIZE(device));
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h122 #define VS_CONST_F_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_F_SWVP * sizeof(float[4])) : (NINE_MAX_CONST_F * sizeof(float[4]))) macro
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device));
418 &src->vs_const_f[0], VS_CONST_F_SIZE(device));
H A Dnine_state.c2878 memset(state->vs_const_f, 0, VS_CONST_F_SIZE(device));

Completed in 14 milliseconds