Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.h196 float *vs_lconstf_temp; /* ProcessVertices */ member
264 float *vs_lconstf_temp; member
Ddevice9.c426 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()
Dnine_state.c377 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()