Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.c550 memcpy(context->ps_lconstf_temp, cb.user_buffer, 8 * sizeof(float[4])); in prepare_ps_constants_userbuf()
551 …memcpy(&context->ps_lconstf_temp[4 * 8], &device->context.bumpmap_vars, sizeof(device->context.bum… in prepare_ps_constants_userbuf()
553 cb.user_buffer = context->ps_lconstf_temp; in prepare_ps_constants_userbuf()
558 float *dst = &context->ps_lconstf_temp[4 * 32]; in prepare_ps_constants_userbuf()
559 if (cb.user_buffer != context->ps_lconstf_temp) { in prepare_ps_constants_userbuf()
560 memcpy(context->ps_lconstf_temp, cb.user_buffer, 32 * sizeof(float[4])); in prepare_ps_constants_userbuf()
561 cb.user_buffer = context->ps_lconstf_temp; in prepare_ps_constants_userbuf()
Dnine_state.h270 float *ps_lconstf_temp; member
Ddevice9.c445 This->context.ps_lconstf_temp = CALLOC(This->ps_const_size,1); in NineDevice9_ctor()
449 !This->context.ps_lconstf_temp || in NineDevice9_ctor()
585 FREE(This->context.ps_lconstf_temp); in NineDevice9_dtor()