Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c313 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_flush_front() local
315 struct pipe_resource *res = osbuffer->textures[statt]; in osmesa_st_framebuffer_flush_front()
328 for (i = 0; i < ARRAY_SIZE(osbuffer->textures); i++) { in osmesa_st_framebuffer_flush_front()
329 struct pipe_resource *res = osbuffer->textures[i]; in osmesa_st_framebuffer_flush_front()
353 bpp = util_format_get_blocksize(osbuffer->visual.color_format); in osmesa_st_framebuffer_flush_front()
355 dst = osbuffer->map; in osmesa_st_framebuffer_flush_front()
359 dst_stride = bpp * osbuffer->width; in osmesa_st_framebuffer_flush_front()
393 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_validate() local
400 templat.width0 = osbuffer->width; in osmesa_st_framebuffer_validate()
401 templat.height0 = osbuffer->height; in osmesa_st_framebuffer_validate()
[all …]