HomeSort by: relevance | last modified time | path
    Searched defs:is_scanout (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri/
gbm_dri.c 1128 int is_cursor, is_scanout; local
1132 is_scanout = (usage & GBM_BO_USE_SCANOUT) != 0 &&
1134 if (!is_cursor && !is_scanout) {
  /xsrc/external/mit/MesaLib.old/dist/src/gbm/backends/dri/
gbm_dri.c 1013 int is_cursor, is_scanout; local
1017 is_scanout = (usage & GBM_BO_USE_SCANOUT) != 0 &&
1019 if (!is_cursor && !is_scanout) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
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
1133 &array_mode, &is_scanout);
1137 true, is_scanout, false);
1885 bool is_scanout; local
1891 &array_mode, &is_scanout);
1916 is_scanout = false
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
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
1142 &array_mode, &is_scanout);
1145 offset, true, is_scanout, false);
1919 bool is_scanout; local
1925 &array_mode, &is_scanout);
1950 is_scanout = false
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
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
1629 &array_mode, &is_scanout);
1654 is_scanout = false;
1658 array_mode, stride, offset, true, is_scanout,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_bufmgr.c 1021 bool is_scanout = (flags & BO_ALLOC_SCANOUT) != 0; local
1023 !local && is_coherent && !is_scanout ? IRIS_MMAP_WB : IRIS_MMAP_WC;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_context.c 1361 bool is_scanout = panfrost_is_scanout(ctx); local
1362 screen->driver->submit_vs_fs_job(ctx, has_draws, is_scanout);
2109 bool is_scanout = panfrost_is_scanout(ctx); local
2111 if (!is_scanout && tex->bo->layout != PAN_AFBC && panfrost_can_afbc(format)) {
2119 if (!is_scanout && !tex->bo->has_checksum) {
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen6_render.c 1123 uint32_t is_scanout = is_dst && bo->scanout; local
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);
gen7_render.c 1329 uint32_t is_scanout = is_dst && bo->scanout; local
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);
gen8_render.c 1435 uint32_t is_scanout = is_dst && bo->scanout; local
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);
gen9_render.c 1510 uint32_t is_scanout = is_dst && bo->scanout; local
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/
gen6_render.c 1089 uint32_t is_scanout = is_dst && bo->scanout; local
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);
gen8_render.c 1368 uint32_t is_scanout = is_dst && bo->scanout; local
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);
gen7_render.c 1292 uint32_t is_scanout = is_dst && bo->scanout; local
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);

Completed in 48 milliseconds