Searched defs:v3d_sampler_view (Results 1 – 1 of 1) sorted by relevance
162 struct v3d_sampler_view { struct163 struct pipe_sampler_view base;164 uint32_t p0;165 uint32_t p1;167 uint8_t swizzle[4];169 uint8_t texture_shader_state[32];171 struct v3d_bo *bo;173 enum v3d_sampler_state_variant sampler_variant;179 struct pipe_resource *texture;185 uint32_t serial_id;[all …]