| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_blit.c | 85 struct svga_texture *stex; local in function:intra_surface_copy 93 stex = svga_texture(tex); 106 stex->handle, level, layer_face, &box); 110 stex->handle, level, layer_face, &box); 115 svga_set_texture_rendered_to(stex, layer_face, level); 131 struct svga_texture *dtex, *stex; local in function:copy_region_vgpu10 133 stex = svga_texture(src_tex); 141 svga_texture_copy_region(svga, stex->handle, srcSubResource, 354 struct svga_texture *dtex, *stex; local in function:can_blit_via_intra_surface_copy 377 stex 394 struct svga_texture *dtex, *stex; local in function:can_blit_via_copy_region_vgpu10 423 struct svga_texture *dtex, *stex; local in function:can_blit_via_surface_copy 499 struct svga_texture *stex = svga_texture(blit->src.resource); local in function:try_copy_region [all...] |
| H A D | svga_surface.c | 584 struct svga_texture *stex = svga_texture(s->base.texture); local in function:svga_validate_surface_view 586 if (stex->validated == FALSE) { 587 assert(stex->handle); 594 if (svga->swc->surface_invalidate(svga->swc, stex->handle) != PIPE_OK) { 596 ret = svga->swc->surface_invalidate(svga->swc, stex->handle); 599 stex->validated = TRUE; 621 const struct svga_texture *stex = svga_texture(s->base.texture); local in function:svga_validate_surface_view 628 (stex->key.format == SVGA3D_B8G8R8X8_UNORM || 629 stex->key.format == SVGA3D_B8G8R8X8_TYPELESS)) {
|
| H A D | svga_state_fs.c | 287 struct svga_texture *stex = svga_texture(tex); local in function:make_fs_key 288 SVGA3dSurfaceFormat format = stex->key.format;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_blit.c | 84 struct svga_texture *stex; local in function:intra_surface_copy 92 stex = svga_texture(tex); 104 SVGA_RETRY(svga, SVGA3D_vgpu10_IntraSurfaceCopy(svga->swc, stex->handle, 107 svga_set_texture_rendered_to(stex, layer_face, level); 123 struct svga_texture *dtex, *stex; local in function:copy_region_vgpu10 125 stex = svga_texture(src_tex); 133 svga_texture_copy_region(svga, stex->handle, srcSubResource, 346 struct svga_texture *dtex, *stex; local in function:can_blit_via_intra_surface_copy 369 stex = svga_texture(blit_info->src.resource); 372 return (stex 386 struct svga_texture *dtex, *stex; local in function:can_blit_via_copy_region_vgpu10 415 struct svga_texture *dtex, *stex; local in function:can_blit_via_surface_copy 491 struct svga_texture *stex = svga_texture(blit->src.resource); local in function:try_copy_region [all...] |
| H A D | svga_surface.c | 583 struct svga_texture *stex = svga_texture(s->base.texture); local in function:svga_validate_surface_view 585 if (stex->validated == FALSE) { 586 assert(stex->handle); 593 SVGA_RETRY(svga, SVGA3D_InvalidateGBSurface(svga->swc, stex->handle)); 594 stex->validated = TRUE; 616 const struct svga_texture *stex = svga_texture(s->base.texture); local in function:svga_validate_surface_view 623 (stex->key.format == SVGA3D_B8G8R8X8_UNORM || 624 stex->key.format == SVGA3D_B8G8R8X8_TYPELESS)) {
|
| H A D | svga_state_fs.c | 307 struct svga_texture *stex = svga_texture(tex); local in function:make_fs_key 308 SVGA3dSurfaceFormat format = stex->key.format;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 847 struct si_texture *stex = (struct si_texture*)tex; local in function:si_decompress_subresource 849 if (stex->db_compatible) { 852 if (!stex->surface.has_stencil) 864 si_decompress_depth(sctx, stex, planes, 867 } else if (stex->surface.fmask_size || stex->cmask_buffer || stex->dcc_offset) { 881 si_blit_decompress_color(sctx, stex, level, level, 1274 struct si_texture *stex = (struct si_texture *)tex; local in function:si_generate_mipmap 1288 stex [all...] |
| H A D | si_clear.c | 714 struct si_texture *stex = (struct si_texture*)tex; local in function:si_clear_texture 728 if (stex->is_depth) { 737 if (stex->surface.has_stencil) {
|
| H A D | si_texture.c | 2159 struct si_texture *stex = (struct si_texture *)tex; local in function:vi_dcc_formats_are_incompatible 2161 return vi_dcc_enabled(stex, level) && 2172 struct si_texture *stex = (struct si_texture *)tex; local in function:vi_disable_dcc_if_incompatible_format 2175 if (!si_texture_disable_dcc(sctx, stex)) 2176 si_decompress_dcc(sctx, stex);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 835 struct si_texture *stex = (struct si_texture *)tex; local in function:si_decompress_subresource 837 if (stex->db_compatible) { 840 if (!stex->surface.has_stencil) 851 si_decompress_depth(sctx, stex, planes, level, level, first_layer, last_layer); 852 } else if (stex->surface.fmask_size || stex->cmask_buffer || 853 vi_dcc_enabled(stex, level)) { 867 si_blit_decompress_color(sctx, stex, level, level, first_layer, last_layer, false, false); 1306 struct si_texture *stex = (struct si_texture *)tex; local in function:si_generate_mipmap 1318 stex [all...] |
| H A D | si_compute_blit.c | 761 struct si_texture *stex = (struct si_texture *)tex; local in function:si_compute_expand_fmask 762 si_clear_buffer(sctx, tex, stex->surface.fmask_offset, stex->surface.fmask_size,
|
| H A D | si_clear.c | 1115 struct si_texture *stex = (struct si_texture *)tex; local in function:si_clear_texture 1127 if (stex->is_depth) { 1136 if (stex->surface.has_stencil) {
|
| H A D | si_texture.c | 1981 struct si_texture *stex = (struct si_texture *)tex; local in function:vi_dcc_formats_are_incompatible 1983 return vi_dcc_enabled(stex, level) && 1992 struct si_texture *stex = (struct si_texture *)tex; local in function:vi_disable_dcc_if_incompatible_format 1995 if (!si_texture_disable_dcc(sctx, stex)) 1996 si_decompress_dcc(sctx, stex);
|