Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h265 float *ps_lconstf_temp; member
Dnine_state.c507 memcpy(context->ps_lconstf_temp, cb.user_buffer, cb.buffer_size); in prepare_ps_constants_userbuf()
508 …memcpy(&context->ps_lconstf_temp[4 * 8], &device->context.bumpmap_vars, sizeof(device->context.bum… in prepare_ps_constants_userbuf()
510 cb.user_buffer = context->ps_lconstf_temp; in prepare_ps_constants_userbuf()
515 float *dst = &context->ps_lconstf_temp[4 * 32]; in prepare_ps_constants_userbuf()
516 if (cb.user_buffer != context->ps_lconstf_temp) { in prepare_ps_constants_userbuf()
517 memcpy(context->ps_lconstf_temp, cb.user_buffer, cb.buffer_size); in prepare_ps_constants_userbuf()
518 cb.user_buffer = context->ps_lconstf_temp; in prepare_ps_constants_userbuf()
Ddevice9.c405 This->context.ps_lconstf_temp = CALLOC(This->ps_const_size,1); in NineDevice9_ctor()
409 !This->context.ps_lconstf_temp || in NineDevice9_ctor()
539 FREE(This->context.ps_lconstf_temp); in NineDevice9_dtor()