Home
last modified time | relevance | path

Searched refs:csmt_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_csmt_helper.h178 struct csmt_context *ctx = device->csmt_ctx; \
193 struct csmt_context *ctx = device->csmt_ctx; \
228 struct csmt_context *ctx = device->csmt_ctx; \
244 struct csmt_context *ctx = device->csmt_ctx; \
280 struct csmt_context *ctx = device->csmt_ctx; \
295 struct csmt_context *ctx = device->csmt_ctx; \
Dnine_state.h623 struct csmt_context;
625 struct csmt_context *
629 nine_csmt_destroy( struct NineDevice9 *This, struct csmt_context *ctx );
Dnine_state.c62 struct csmt_context { struct
80 nine_csmt_wait_processed(struct csmt_context *ctx) in nine_csmt_wait_processed() argument
93 struct csmt_context *ctx = arg; in PIPE_THREAD_ROUTINE()
140 struct csmt_context *
143 struct csmt_context *ctx; in nine_csmt_create()
145 ctx = CALLOC_STRUCT(csmt_context); in nine_csmt_create()
192 struct csmt_context *ctx = device->csmt_ctx; in nine_csmt_process()
217 nine_csmt_destroy( struct NineDevice9 *device, struct csmt_context *ctx ) in nine_csmt_destroy()
246 struct csmt_context *ctx = device->csmt_ctx; in nine_csmt_pause()
267 struct csmt_context *ctx = device->csmt_ctx; in nine_csmt_resume()
[all …]
Ddevice9.h41 struct csmt_context;
63 struct csmt_context *csmt_ctx;