Searched refs:vs_lconstf_temp (Results 1 – 3 of 3) sorted by relevance
196 float *vs_lconstf_temp; /* ProcessVertices */ member264 float *vs_lconstf_temp; member
426 This->state.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()427 This->context.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()435 This->state.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()436 This->context.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()448 !This->state.vs_lconstf_temp || !This->context.vs_lconstf_temp || in NineDevice9_ctor()583 FREE(This->state.vs_lconstf_temp); in NineDevice9_dtor()584 FREE(This->context.vs_lconstf_temp); in NineDevice9_dtor()
377 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf_swvp()469 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf()3127 float *dst = device->state.vs_lconstf_temp; in update_vs_constants_sw()