Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h125 void *hw_upload_temp; member
Ddevice9.c354 This->cursor.hw_upload_temp = MALLOC(32 * 4 * 32); in NineDevice9_ctor()
355 if (!This->cursor.hw_upload_temp) in NineDevice9_ctor()
585 FREE(This->cursor.hw_upload_temp); in NineDevice9_dtor()
792 sfmt->unpack_rgba_8unorm(This->cursor.hw_upload_temp, 128, in NineDevice9_SetCursorProperties()
795 data = This->cursor.hw_upload_temp; in NineDevice9_SetCursorProperties()