Searched defs:v3d_sampler_view (Results 1 – 1 of 1) sorted by relevance
150 struct v3d_sampler_view { struct151 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