Searched defs:vc4_job (Results 1 – 1 of 1) sorted by relevance
231 struct vc4_job { struct232 struct vc4_cl bcl;233 struct vc4_cl shader_rec;234 struct vc4_cl uniforms;235 struct vc4_cl bo_handles;236 struct vc4_cl bo_pointers;237 uint32_t shader_rec_count;244 uint32_t bo_space;247 uint32_t last_gem_handle_hindex;250 struct pipe_surface *color_read;[all …]