| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_compute_blit.c | 514 struct pipe_surface *dstsurf, 521 unsigned num_layers = dstsurf->u.tex.last_layer - dstsurf->u.tex.first_layer + 1; 522 unsigned data[4 + sizeof(color->ui)] = {dstx, dsty, dstsurf->u.tex.first_layer, 0}; 527 if (util_format_is_srgb(dstsurf->format)) { 542 si_make_CB_shader_coherent(sctx, dstsurf->texture->nr_samples, true, 560 image.resource = dstsurf->texture; 562 image.format = util_format_linear(dstsurf->format); 563 image.u.tex.level = dstsurf->u.tex.level; 565 image.u.tex.last_layer = dstsurf 513 si_compute_clear_render_target(struct pipe_context * ctx,struct pipe_surface * dstsurf,const union pipe_color_union * color,unsigned dstx,unsigned dsty,unsigned width,unsigned height,bool render_condition_enabled) argument [all...] |
| H A D | si_pipe.h | 1209 struct pipe_surface *dstsurf,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_compute_blit.c | 774 void si_compute_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dstsurf, argument 780 struct si_texture *tex = (struct si_texture*)dstsurf->texture; 781 unsigned num_layers = dstsurf->u.tex.last_layer - dstsurf->u.tex.first_layer + 1; 782 unsigned data[4 + sizeof(color->ui)] = {dstx, dsty, dstsurf->u.tex.first_layer, 0}; 788 si_decompress_subresource(ctx, dstsurf->texture, PIPE_MASK_RGBA, dstsurf->u.tex.level, 789 dstsurf->u.tex.first_layer, dstsurf->u.tex.last_layer); 791 if (util_format_is_srgb(dstsurf [all...] |
| H A D | si_pipe.h | 1374 void si_compute_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dstsurf,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 2148 struct pipe_surface *dstsurf, 2158 assert(dstsurf->texture); 2159 if (!dstsurf->texture) 2175 fb_state.width = dstsurf->width; 2176 fb_state.height = dstsurf->height; 2178 fb_state.cbufs[0] = dstsurf; 2183 blitter_set_dst_dimensions(ctx, dstsurf->width, dstsurf->height); 2188 num_layers = dstsurf->u.tex.last_layer - dstsurf 2147 util_blitter_clear_render_target(struct blitter_context * blitter,struct pipe_surface * dstsurf,const union pipe_color_union * color,unsigned dstx,unsigned dsty,unsigned width,unsigned height) argument 2210 util_blitter_clear_depth_stencil(struct blitter_context * blitter,struct pipe_surface * dstsurf,unsigned clear_flags,double depth,unsigned stencil,unsigned dstx,unsigned dsty,unsigned width,unsigned height) argument 2498 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; local in function:util_blitter_custom_resolve_color 2549 util_blitter_custom_color(struct blitter_context * blitter,struct pipe_surface * dstsurf,void * custom_blend) argument 2610 util_blitter_custom_shader(struct blitter_context * blitter,struct pipe_surface * dstsurf,void * custom_vs,void * custom_fs) argument [all...] |
| H A D | u_blitter.h | 379 struct pipe_surface *dstsurf, 395 struct pipe_surface *dstsurf,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 2280 struct pipe_surface *dstsurf, 2291 assert(dstsurf->texture); 2292 if (!dstsurf->texture) 2308 fb_state.width = dstsurf->width; 2309 fb_state.height = dstsurf->height; 2311 fb_state.cbufs[0] = dstsurf; 2317 blitter_set_dst_dimensions(ctx, dstsurf->width, dstsurf->height); 2322 num_layers = dstsurf->u.tex.last_layer - dstsurf 2279 util_blitter_clear_render_target(struct blitter_context * blitter,struct pipe_surface * dstsurf,const union pipe_color_union * color,unsigned dstx,unsigned dsty,unsigned width,unsigned height) argument 2344 util_blitter_clear_depth_stencil(struct blitter_context * blitter,struct pipe_surface * dstsurf,unsigned clear_flags,double depth,unsigned stencil,unsigned dstx,unsigned dsty,unsigned width,unsigned height) argument 2633 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; local in function:util_blitter_custom_resolve_color 2685 util_blitter_custom_color(struct blitter_context * blitter,struct pipe_surface * dstsurf,void * custom_blend) argument 2746 util_blitter_custom_shader(struct blitter_context * blitter,struct pipe_surface * dstsurf,void * custom_vs,void * custom_fs) argument [all...] |
| H A D | u_blitter.h | 384 struct pipe_surface *dstsurf, 400 struct pipe_surface *dstsurf,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 718 struct r300_surface *srcsurf, *dstsurf; local in function:r300_simple_msaa_resolve 730 dstsurf = r300_surface(pipe->create_surface(pipe, dst, &surf_tmpl)); 735 srcsurf->pitch |= dstsurf->pitch & (R300_COLOR_TILE(1) | R300_COLOR_MICROTILE(3)); 738 aa->dest = dstsurf; 753 pipe_surface_reference((struct pipe_surface**)&dstsurf, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 720 struct r300_surface *srcsurf, *dstsurf; local in function:r300_simple_msaa_resolve 732 dstsurf = r300_surface(pipe->create_surface(pipe, dst, &surf_tmpl)); 737 srcsurf->pitch |= dstsurf->pitch & (R300_COLOR_TILE(1) | R300_COLOR_MICROTILE(3)); 740 aa->dest = dstsurf; 755 pipe_surface_reference((struct pipe_surface**)&dstsurf, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_texture.c | 1419 struct svga_winsys_surface *dstsurf; local in function:svga_texture_transfer_unmap_upload 1434 dstsurf = svga_texture(texture)->handle; 1435 assert(dstsurf); 1449 dstsurf, subResource,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_texture.c | 1481 struct svga_winsys_surface *dstsurf; local in function:svga_texture_transfer_unmap_upload 1497 dstsurf = svga_texture(texture)->handle; 1498 assert(dstsurf); 1512 dstsurf, subResource, 1520 dstsurf, subResource,
|