Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dstateblock9.c51 This->state.vs_const_i = MALLOC(VS_CONST_I_SIZE(This->base.device)); in NineStateBlock9_ctor()
399 memcpy(dst->vs_const_i, src->vs_const_i, VS_CONST_I_SIZE(device)); in nine_state_copy_common_all()
Dnine_state.h120 #define VS_CONST_I_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_I_SWVP * sizeof(int[4])) : (NIN… macro
Dnine_state.c2968 memset(state->vs_const_i, 0, VS_CONST_I_SIZE(device)); in nine_state_set_defaults()
2969 memset(context->vs_const_i, 0, VS_CONST_I_SIZE(device)); in nine_state_set_defaults()