Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h150 struct v3d_sampler_view { struct
151 struct pipe_sampler_view base;
152 uint32_t p0;
153 uint32_t p1;
155 uint8_t swizzle[4];
157 uint8_t texture_shader_state[32];
159 struct v3d_bo *bo;
161 enum v3d_sampler_state_variant sampler_variant;
167 struct pipe_resource *texture;
638 v3d_sampler_view(struct pipe_sampler_view *psview) in v3d_sampler_view() function