Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dstateblock9.c52 This->state.vs_const_b = MALLOC(VS_CONST_B_SIZE(This->base.device)); in NineStateBlock9_ctor()
400 memcpy(dst->vs_const_b, src->vs_const_b, VS_CONST_B_SIZE(device)); in nine_state_copy_common_all()
Dnine_state.h121 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_… macro
Dnine_state.c2970 memset(state->vs_const_b, 0, VS_CONST_B_SIZE(device)); in nine_state_set_defaults()
2971 memset(context->vs_const_b, 0, VS_CONST_B_SIZE(device)); in nine_state_set_defaults()