HomeSort by relevance Sort by last modified time
    Searched refs:VS_CONST_B_SIZE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.h 121 #define VS_CONST_B_SIZE(device) (device->may_swvp ? (NINE_MAX_CONST_B_SWVP * sizeof(BOOL)) : (NINE_MAX_CONST_B * sizeof(BOOL)))
stateblock9.c 52 This->state.vs_const_b = MALLOC(VS_CONST_B_SIZE(This->base.device));
400 memcpy(dst->vs_const_b, src->vs_const_b, VS_CONST_B_SIZE(device));
nine_state.c     [all...]

Completed in 347 milliseconds