Searched defs:panfrost_context (Results 1 – 1 of 1) sorted by relevance
121 struct panfrost_context { struct123 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 …]