Searched defs:panfrost_context (Results 1 – 1 of 1) sorted by relevance
123 struct panfrost_context { struct125 struct pipe_context base;128 enum pan_dirty_3d dirty;131 enum pan_dirty_shader dirty_shader[PIPE_SHADER_TYPES];134 struct panfrost_pool descs, shaders;137 uint32_t syncobj;142 struct {148 } batches;151 struct hash_table *writers;154 struct panfrost_batch *batch;[all …]