Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c364 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_flush_front() local
365 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() local
433 templat.width0 = osbuffer->width; in osmesa_st_framebuffer_validate()
[all …]
/third_party/mesa3d/docs/relnotes/
D10.4.4.rst36 [osmesa] osbuffer->textures should be indexed by attachment type
68 - st/osmesa: Fix osbuffer->textures indexing
D10.5.0.rst193 [osmesa] osbuffer->textures should be indexed by attachment type