Searched refs:vs_lconstf_temp (Results 1 – 3 of 3) sorted by relevance
198 float *vs_lconstf_temp; /* ProcessVertices */ member266 float *vs_lconstf_temp; member
468 This->state.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()469 This->context.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()477 This->state.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()478 This->context.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()490 !This->state.vs_lconstf_temp || !This->context.vs_lconstf_temp || in NineDevice9_ctor()627 FREE(This->state.vs_lconstf_temp); in NineDevice9_dtor()628 FREE(This->context.vs_lconstf_temp); in NineDevice9_dtor()
403 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf_swvp()495 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf()3197 float *dst = device->state.vs_lconstf_temp; in update_vs_constants_sw()