Home
last modified time | relevance | path

Searched defs:vc4_sampler_view (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h78 struct vc4_sampler_view { struct
79 struct pipe_sampler_view base;
80 uint32_t texture_p0;
81 uint32_t texture_p1;
82 bool force_first_level;
89 struct pipe_resource *texture;
436 vc4_sampler_view(struct pipe_sampler_view *psview) in vc4_sampler_view() function