Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/osmesa/
H A 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 in osmesa_st_framebuffer_validate()
502 struct osmesa_buffer *osbuffer = CALLOC_STRUCT(osmesa_buffer); osmesa_create_buffer() local
518 osmesa_destroy_buffer(struct osmesa_buffer *osbuffer) osmesa_destroy_buffer() argument
797 struct osmesa_buffer *osbuffer = osmesa->current_buffer; OSMesaMakeCurrent() local
874 struct osmesa_buffer *osbuffer = osmesa ? osmesa->current_buffer : NULL; OSMesaGetIntegerv() local
923 struct osmesa_buffer *osbuffer = c->current_buffer; OSMesaGetDepthBuffer() local
965 struct osmesa_buffer *osbuffer = osmesa->current_buffer; OSMesaGetColorBuffer() local
[all...]

Completed in 2 milliseconds