Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h121 struct panfrost_context { struct
123 struct pipe_context base;
126 enum pan_dirty_3d dirty;
129 enum pan_dirty_shader dirty_shader[PIPE_SHADER_TYPES];
132 struct panfrost_pool descs, shaders;
135 uint32_t syncobj;
140 struct {
146 } batches;
149 struct hash_table *writers;
152 struct panfrost_batch *batch;
[all …]