| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_screen.h | 54 int (*submit_vs_fs_job) (struct panfrost_context *ctx, bool has_draws, bool is_scanout);
|
| H A D | pan_drm.c | 256 panfrost_drm_submit_vs_fs_job(struct panfrost_context *ctx, bool has_draws, bool is_scanout) argument
|
| H A D | pan_context.c | 1361 bool is_scanout = panfrost_is_scanout(ctx); local in function:panfrost_submit_frame 1362 screen->driver->submit_vs_fs_job(ctx, has_draws, is_scanout); 2109 bool is_scanout = panfrost_is_scanout(ctx); local in function:panfrost_set_framebuffer_state 2111 if (!is_scanout && tex->bo->layout != PAN_AFBC && panfrost_can_afbc(format)) { 2119 if (!is_scanout && !tex->bo->has_checksum) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 163 bool is_scanout; local in function:radv_image_from_gralloc 166 is_scanout = md.u.gfx9.swizzle_mode == 0 || md.u.gfx9.swizzle_mode % 4 == 2; 168 is_scanout = md.u.legacy.scanout; 184 .scanout = is_scanout,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_texture.c | 203 bool is_scanout, 230 if (ptex->bind & PIPE_BIND_SCANOUT || is_scanout) { 298 bool *is_scanout) 314 *is_scanout = metadata->u.legacy.scanout; 1127 bool is_scanout; local in function:r600_texture_from_handle 1142 &array_mode, &is_scanout); 1145 offset, true, is_scanout, false); 1919 bool is_scanout; local in function:r600_texture_from_memobj 1925 &array_mode, &is_scanout); 1950 is_scanout 196 r600_init_surface(struct r600_common_screen * rscreen,struct radeon_surf * surface,const struct pipe_resource * ptex,enum radeon_surf_mode array_mode,unsigned pitch_in_bytes_override,unsigned offset,bool is_imported,bool is_scanout,bool is_flushed_depth) argument 294 r600_surface_import_metadata(struct r600_common_screen * rscreen,struct radeon_surf * surf,struct radeon_bo_metadata * metadata,enum radeon_surf_mode * array_mode,bool * is_scanout) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_texture.c | 204 bool is_scanout, 231 if (ptex->bind & PIPE_BIND_SCANOUT || is_scanout) { 297 bool *is_scanout) 313 *is_scanout = metadata->u.legacy.scanout; 1119 bool is_scanout; local in function:r600_texture_from_handle 1133 &array_mode, &is_scanout); 1137 true, is_scanout, false); 1885 bool is_scanout; local in function:r600_texture_from_memobj 1891 &array_mode, &is_scanout); 1916 is_scanout 197 r600_init_surface(struct r600_common_screen * rscreen,struct radeon_surf * surface,const struct pipe_resource * ptex,enum radeon_surf_mode array_mode,unsigned pitch_in_bytes_override,unsigned offset,bool is_imported,bool is_scanout,bool is_flushed_depth) argument 293 r600_surface_import_metadata(struct r600_common_screen * rscreen,struct radeon_surf * surf,struct radeon_bo_metadata * metadata,enum radeon_surf_mode * array_mode,bool * is_scanout) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gbm/backends/dri/ |
| H A D | gbm_dri.c | 1013 int is_cursor, is_scanout; local in function:create_dumb 1017 is_scanout = (usage & GBM_BO_USE_SCANOUT) != 0 && 1019 if (!is_cursor && !is_scanout) {
|
| /xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri/ |
| H A D | gbm_dri.c | 1128 int is_cursor, is_scanout; local in function:create_dumb 1132 is_scanout = (usage & GBM_BO_USE_SCANOUT) != 0 && 1134 if (!is_cursor && !is_scanout) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 228 bool is_scanout, 292 if (ptex->bind & PIPE_BIND_SCANOUT || is_scanout) { 343 bool *is_scanout) 351 *is_scanout = metadata->u.gfx9.swizzle_mode == 0 || 375 *is_scanout = metadata->u.legacy.scanout; 1623 bool is_scanout; local in function:si_texture_from_winsys_buffer 1629 &array_mode, &is_scanout); 1654 is_scanout = false; 1658 array_mode, stride, offset, true, is_scanout, 221 si_init_surface(struct si_screen * sscreen,struct radeon_surf * surface,const struct pipe_resource * ptex,enum radeon_surf_mode array_mode,unsigned pitch_in_bytes_override,unsigned offset,bool is_imported,bool is_scanout,bool is_flushed_depth,bool tc_compatible_htile) argument 339 si_get_display_metadata(struct si_screen * sscreen,struct radeon_surf * surf,struct radeon_bo_metadata * metadata,enum radeon_surf_mode * array_mode,bool * is_scanout) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 1021 bool is_scanout = (flags & BO_ALLOC_SCANOUT) != 0; local in function:iris_bo_alloc 1023 !local && is_coherent && !is_scanout ? IRIS_MMAP_WB : IRIS_MMAP_WC;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen6_render.c | 1123 uint32_t is_scanout = is_dst && bo->scanout; local in function:gen6_bind_bo 1126 offset = kgem_bo_get_binding(bo, format | is_dst << 30 | is_scanout << 31); 1155 ss[5] = (is_scanout || bo->io) ? 0 : 3 << 16; 1157 kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
|
| H A D | gen7_render.c | 1329 uint32_t is_scanout = is_dst && bo->scanout; local in function:gen7_bind_bo 1334 offset = kgem_bo_get_binding(bo, format | is_dst << 30 | is_scanout << 31); 1360 ss[5] = (is_scanout || bo->io) ? 0 : sna->render_state.gen7.info->mocs << 16; 1366 kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
|
| H A D | gen8_render.c | 1435 uint32_t is_scanout = is_dst && bo->scanout; local in function:gen8_bind_bo 1438 offset = kgem_bo_get_binding(bo, format | is_dst << 30 | is_scanout << 31); 1457 ss[1] = (is_dst && is_uncached(sna, bo)) ? 0 : is_scanout ? (MOCS_WT | MOCS_ALL_CACHES) << 24 : (MOCS_WB | MOCS_ALL_CACHES) << 24; 1473 kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
|
| H A D | gen9_render.c | 1510 uint32_t is_scanout = is_dst && bo->scanout; local in function:gen9_bind_bo 1513 offset = kgem_bo_get_binding(bo, format | is_dst << 30 | is_scanout << 31); 1532 ss[1] = (is_scanout || (is_dst && is_uncached(sna, bo))) ? MOCS_PTE << 24 : MOCS_WB << 24; 1548 kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen6_render.c | 1089 uint32_t is_scanout = is_dst && bo->scanout; local in function:gen6_bind_bo 1092 offset = kgem_bo_get_binding(bo, format | is_dst << 30 | is_scanout << 31); 1121 ss[5] = (is_scanout || bo->io) ? 0 : 3 << 16; 1123 kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
|
| H A D | gen7_render.c | 1292 uint32_t is_scanout = is_dst && bo->scanout; local in function:gen7_bind_bo 1297 offset = kgem_bo_get_binding(bo, format | is_dst << 30 | is_scanout << 31); 1323 ss[5] = (is_scanout || bo->io) ? 0 : sna->render_state.gen7.info->mocs << 16; 1329 kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
|
| H A D | gen8_render.c | 1368 uint32_t is_scanout = is_dst && bo->scanout; local in function:gen8_bind_bo 1371 offset = kgem_bo_get_binding(bo, format | is_dst << 30 | is_scanout << 31); 1390 ss[1] = (is_dst && is_uncached(sna, bo)) ? 0 : is_scanout ? (MOCS_WT | MOCS_ALL_CACHES) << 24 : (MOCS_WB | MOCS_ALL_CACHES) << 24; 1406 kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 165 uint64_t modifier, bool is_imported, bool is_scanout, 262 if (is_scanout) { 163 si_init_surface(struct si_screen * sscreen,struct radeon_surf * surface,const struct pipe_resource * ptex,enum radeon_surf_mode array_mode,uint64_t modifier,bool is_imported,bool is_scanout,bool is_flushed_depth,bool tc_compatible_htile) argument
|