Home
last modified time | relevance | path

Searched defs:zink_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h79 struct zink_context { struct
80 struct pipe_context base;
81 struct slab_child_pool transfer_pool;
82 struct blitter_context *blitter;
84 struct pipe_device_reset_callback reset;
86 VkCommandPool cmdpool;
87 struct zink_batch batches[4];
88 bool is_device_lost;
89 unsigned curr_batch;
91 VkQueue queue;
[all …]