Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h195 float *vs_lconstf_temp; /* ProcessVertices */ member
259 float *vs_lconstf_temp; member
Ddevice9.c386 This->state.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()
387 This->context.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()
395 This->state.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
396 This->context.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
408 !This->state.vs_lconstf_temp || !This->context.vs_lconstf_temp || in NineDevice9_ctor()
537 FREE(This->state.vs_lconstf_temp); in NineDevice9_dtor()
538 FREE(This->context.vs_lconstf_temp); in NineDevice9_dtor()
Dnine_state.c372 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf_swvp()
463 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf()
3262 float *dst = device->state.vs_lconstf_temp; in update_vs_constants_sw()