Home
last modified time | relevance | path

Searched refs:hw_upload_temp (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h127 void *hw_upload_temp; member
Ddevice9.c436 This->cursor.hw_upload_temp = MALLOC(32 * 4 * 32); in NineDevice9_ctor()
437 if (!This->cursor.hw_upload_temp) in NineDevice9_ctor()
637 FREE(This->cursor.hw_upload_temp); in NineDevice9_dtor()
866 This->cursor.hw_upload_temp, 128, in NineDevice9_SetCursorProperties()
869 data = This->cursor.hw_upload_temp; in NineDevice9_SetCursorProperties()