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