Home
last modified time | relevance | path

Searched refs:ssurf (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c160 init_scene_texture(struct lp_scene_surface *ssurf, struct pipe_surface *psurf) in init_scene_texture() argument
163 ssurf->stride = 0; in init_scene_texture()
164 ssurf->layer_stride = 0; in init_scene_texture()
165 ssurf->sample_stride = 0; in init_scene_texture()
166 ssurf->nr_samples = 0; in init_scene_texture()
167 ssurf->map = NULL; in init_scene_texture()
172 ssurf->stride = llvmpipe_resource_stride(psurf->texture, in init_scene_texture()
174 ssurf->layer_stride = llvmpipe_layer_stride(psurf->texture, in init_scene_texture()
176 ssurf->sample_stride = llvmpipe_sample_stride(psurf->texture); in init_scene_texture()
178 ssurf->map = llvmpipe_resource_map(psurf->texture, in init_scene_texture()
[all …]