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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.h122 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_MAX_CONST_B * sizeof(BOOL))) macro
H A Dstateblock9.c52 This->state.vs_const_b = MALLOC(VS_CONST_B_SIZE(This->base.device));
421 memcpy(dst->vs_const_b, src->vs_const_b, VS_CONST_B_SIZE(device));
H A Dnine_state.c2825 memset(state->vs_const_b, 0, VS_CONST_B_SIZE(device));
2826 memset(context->vs_const_b, 0, VS_CONST_B_SIZE(device));
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h124 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_MAX_CONST_B * sizeof(BOOL))) macro
H A Dstateblock9.c52 This->state.vs_const_b = MALLOC(VS_CONST_B_SIZE(This->base.device));
421 memcpy(dst->vs_const_b, src->vs_const_b, VS_CONST_B_SIZE(device));
H A Dnine_state.c2884 memset(state->vs_const_b, 0, VS_CONST_B_SIZE(device));
2885 memset(context->vs_const_b, 0, VS_CONST_B_SIZE(device));

Completed in 16 milliseconds