Searched refs:osbuffer (Results 1 – 3 of 3) sorted by relevance
364 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_flush_front() local365 struct pipe_resource *res = osbuffer->textures[statt]; in osmesa_st_framebuffer_flush_front()377 for (i = 0; i < ARRAY_SIZE(osbuffer->textures); i++) { in osmesa_st_framebuffer_flush_front()378 struct pipe_resource *res = osbuffer->textures[i]; in osmesa_st_framebuffer_flush_front()395 bpp = util_format_get_blocksize(osbuffer->visual.color_format); in osmesa_st_framebuffer_flush_front()399 dst_stride = bpp * osbuffer->width; in osmesa_st_framebuffer_flush_front()401 osmesa_read_buffer(osmesa, res, osbuffer->map, dst_stride, osmesa->y_up); in osmesa_st_framebuffer_flush_front()405 osmesa_read_buffer(osmesa, osbuffer->textures[ST_ATTACHMENT_DEPTH_STENCIL], in osmesa_st_framebuffer_flush_front()426 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_validate() local433 templat.width0 = osbuffer->width; in osmesa_st_framebuffer_validate()[all …]
36 [osmesa] osbuffer->textures should be indexed by attachment type68 - st/osmesa: Fix osbuffer->textures indexing
193 [osmesa] osbuffer->textures should be indexed by attachment type