Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.h190 float *vs_lconstf_temp; /* ProcessVertices */ member
261 float *vs_lconstf_temp; member
H A Ddevice9.c471 This->state.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()
472 This->context.vs_lconstf_temp = CALLOC(NINE_MAX_CONST_F_SWVP * sizeof(float[4]),1); in NineDevice9_ctor()
480 This->state.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
481 This->context.vs_lconstf_temp = CALLOC(This->vs_const_size,1); in NineDevice9_ctor()
492 !This->state.vs_lconstf_temp || !This->context.vs_lconstf_temp || in NineDevice9_ctor()
651 FREE(This->state.vs_lconstf_temp); in NineDevice9_dtor()
652 FREE(This->context.vs_lconstf_temp); in NineDevice9_dtor()
H A Dnine_state.c400 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf_swvp()
503 float *dst = context->vs_lconstf_temp; in prepare_vs_constants_userbuf()
3280 float *dst = device->state.vs_lconstf_temp; in update_vs_constants_sw()