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.h126 struct panfrost_context { struct
128 struct pipe_context base;
131 enum pan_dirty_3d dirty;
134 enum pan_dirty_shader dirty_shader[PIPE_SHADER_TYPES];
137 struct panfrost_pool descs, shaders;
140 uint32_t syncobj;
145 struct {
151 } batches;
154 struct hash_table *writers;
157 struct panfrost_batch *batch;
[all …]