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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/
H A Dosmesa.c313 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); local in function:osmesa_st_framebuffer_flush_front
315 struct pipe_resource *res = osbuffer->textures[statt];
328 for (i = 0; i < ARRAY_SIZE(osbuffer->textures); i++) {
329 struct pipe_resource *res = osbuffer->textures[i];
353 bpp = util_format_get_blocksize(osbuffer->visual.color_format);
355 dst = osbuffer->map;
359 dst_stride = bpp * osbuffer->width;
393 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); local in function:osmesa_st_framebuffer_validate
400 templat.width0 = osbuffer->width;
401 templat.height0 = osbuffer
469 struct osmesa_buffer *osbuffer = CALLOC_STRUCT(osmesa_buffer); local in function:osmesa_create_buffer
514 osmesa_destroy_buffer(struct osmesa_buffer * osbuffer) argument
760 struct osmesa_buffer *osbuffer; local in function:OSMesaMakeCurrent
861 struct osmesa_buffer *osbuffer = osmesa ? osmesa->current_buffer : NULL; local in function:OSMesaGetIntegerv
912 struct osmesa_buffer *osbuffer = c->current_buffer; local in function:OSMesaGetDepthBuffer
957 struct osmesa_buffer *osbuffer = osmesa->current_buffer; local in function:OSMesaGetColorBuffer
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/osmesa/
H A Dosmesa.c364 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); local in function:osmesa_st_framebuffer_flush_front
365 struct pipe_resource *res = osbuffer->textures[statt];
377 for (i = 0; i < ARRAY_SIZE(osbuffer->textures); i++) {
378 struct pipe_resource *res = osbuffer->textures[i];
395 bpp = util_format_get_blocksize(osbuffer->visual.color_format);
399 dst_stride = bpp * osbuffer->width;
401 osmesa_read_buffer(osmesa, res, osbuffer->map, dst_stride, osmesa->y_up);
405 osmesa_read_buffer(osmesa, osbuffer->textures[ST_ATTACHMENT_DEPTH_STENCIL],
426 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); local in function:osmesa_st_framebuffer_validate
433 templat.width0 = osbuffer
502 struct osmesa_buffer *osbuffer = CALLOC_STRUCT(osmesa_buffer); local in function:osmesa_create_buffer
518 osmesa_destroy_buffer(struct osmesa_buffer * osbuffer) argument
797 struct osmesa_buffer *osbuffer = osmesa->current_buffer; local in function:OSMesaMakeCurrent
874 struct osmesa_buffer *osbuffer = osmesa ? osmesa->current_buffer : NULL; local in function:OSMesaGetIntegerv
923 struct osmesa_buffer *osbuffer = c->current_buffer; local in function:OSMesaGetDepthBuffer
965 struct osmesa_buffer *osbuffer = osmesa->current_buffer; local in function:OSMesaGetColorBuffer
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.4.rst36 [osmesa] osbuffer->textures should be indexed by attachment type
68 - st/osmesa: Fix osbuffer->textures indexing
H A D10.5.0.rst193 [osmesa] osbuffer->textures should be indexed by attachment type

Completed in 5 milliseconds