Searched defs:v3d_sampler_view (Results 1 – 1 of 1) sorted by relevance
148 struct v3d_sampler_view { struct149 struct pipe_sampler_view base;150 uint32_t p0;151 uint32_t p1;153 uint8_t swizzle[4];155 uint8_t texture_shader_state[32];157 struct v3d_bo *bo;159 enum v3d_sampler_state_variant sampler_variant;165 struct pipe_resource *texture;591 v3d_sampler_view(struct pipe_sampler_view *psview) in v3d_sampler_view() function