Searched defs:vc4_sampler_view (Results 1 – 1 of 1) sorted by relevance
82 struct vc4_sampler_view { struct83 struct pipe_sampler_view base;84 uint32_t texture_p0;85 uint32_t texture_p1;86 bool force_first_level;93 struct pipe_resource *texture;439 vc4_sampler_view(struct pipe_sampler_view *psview) in vc4_sampler_view() function