| /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/ |
| H A D | gen_device_info.h | 68 bool has_llc; member in struct:gen_device_info
|
| H A D | gen_device_info.c | 157 .has_llc = true, 186 .has_llc = true, 215 .has_llc = true, \ 287 .has_llc = false, 411 .has_llc = true, \ 500 .has_llc = false, 555 .has_llc = false, \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| H A D | intel_dev_info.c | 104 fprintf(stdout, " LLC: %u\n", devinfo.has_llc);
|
| H A D | intel_device_info.h | 79 bool has_llc; member in struct:intel_device_info
|
| H A D | intel_device_info.c | 157 .has_llc = true, 187 .has_llc = true, 217 .has_llc = true, \ 289 .has_llc = false, 409 .has_llc = true, \ 499 .has_llc = false, 553 .has_llc = false, \ 1005 .has_llc = false, \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_wsi.c | 121 if (!device->info.has_llc) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 158 bool has_llc:1; member in struct:iris_bufmgr 383 if ((flags & BO_ALLOC_COHERENT) && !bufmgr->has_llc) { 494 bo->cache_coherent = bufmgr->has_llc; 885 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { 1035 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc) 1507 bufmgr->has_llc = devinfo->has_llc;
|
| H A D | iris_screen.c | 266 return devinfo->has_llc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 156 bool has_llc:1; member in struct:brw_bufmgr 642 bo->cache_coherent = bufmgr->has_llc; 1007 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { 1158 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc) 1717 bufmgr->has_llc = devinfo->has_llc;
|
| H A D | intel_pixel_read.c | 95 if (!devinfo->has_llc ||
|
| H A D | intel_tex_image.c | 206 if (!devinfo->has_llc || 702 if (!devinfo->has_llc ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_bufmgr.c | 162 bool has_llc:1; member in struct:crocus_bufmgr 429 bo->cache_coherent = bufmgr->has_llc; 877 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { 1022 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc) 1654 bufmgr->has_llc = devinfo->has_llc;
|
| H A D | crocus_screen.c | 380 return devinfo->has_llc;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem.c | 304 int expect = kgem->has_llc ? SNOOPED : UNCACHED; 840 if (bo->domain == DOMAIN_CPU || (kgem->has_llc && !bo->scanout)) { 1298 int has_llc = -1; local in function:test_has_llc 1303 has_llc = gem_param(kgem, LOCAL_I915_PARAM_HAS_LLC); 1304 if (has_llc == -1) { 1306 has_llc = kgem->gen >= 060; 1309 return has_llc; 1835 if (!kgem->has_llc) 2004 kgem->has_llc = test_has_llc(kgem); 2006 kgem->has_llc)); [all...] |
| H A D | kgem.h | 194 uint32_t has_llc :1; member in struct:kgem 769 if (bo->tiling == I915_TILING_NONE && (bo->domain == DOMAIN_CPU || kgem->has_llc)) 783 if (!bo->tiling && (kgem->has_llc || bo->domain == DOMAIN_CPU)) 813 if (kgem->has_llc) {
|
| H A D | gen8_vertex.c | 193 } else if (!sna->kgem.has_llc && sna->render.vertices == MAP(bo->map__cpu)) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem.h | 184 uint32_t has_llc :1; member in struct:kgem 723 if (bo->tiling == I915_TILING_NONE && (bo->domain == DOMAIN_CPU || kgem->has_llc)) 737 if (!bo->tiling && (kgem->has_llc || bo->domain == DOMAIN_CPU)) 767 if (kgem->has_llc) {
|
| H A D | kgem.c | 279 int expect = kgem->has_llc ? SNOOPED : UNCACHED; 682 if (bo->domain == DOMAIN_CPU || (kgem->has_llc && !bo->scanout)) { 1132 int has_llc = -1; local in function:test_has_llc 1137 has_llc = gem_param(kgem, LOCAL_I915_PARAM_HAS_LLC); 1138 if (has_llc == -1) { 1140 has_llc = kgem->gen >= 060; 1143 return has_llc; 1465 if (!kgem->has_llc) 1548 kgem->has_llc = test_has_llc(kgem); 1550 kgem->has_llc)); [all...] |
| H A D | gen8_vertex.c | 193 } else if (!sna->kgem.has_llc && sna->render.vertices == MAP(bo->map__cpu)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel_read.c | 95 if (!devinfo->has_llc ||
|
| H A D | brw_bufmgr.c | 184 bool has_llc:1; member in struct:brw_bufmgr 678 bo->cache_coherent = bufmgr->has_llc; 1104 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { 1242 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc) 1880 bufmgr->has_llc = devinfo->has_llc;
|
| H A D | brw_tex_image.c | 206 if (!devinfo->has_llc || 754 if (!devinfo->has_llc ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 232 bool has_llc:1; member in struct:iris_bufmgr 1018 bool is_coherent = bufmgr->has_llc || 1075 !bufmgr->has_llc && bufmgr->vram.size == 0) { 2272 bufmgr->has_llc = devinfo->has_llc;
|
| H A D | iris_screen.c | 363 return devinfo->has_llc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 219 if (device->info.has_llc) { 467 if (!device->info.has_llc && 1935 if (!device->info.has_llc) 3078 if (!device->info.has_llc && 3140 if (device->info.has_llc) 3158 if (device->info.has_llc) 3455 if (!device->info.has_llc) { 3490 if (!device->info.has_llc) { 3509 if (!device->info.has_llc) { 3527 if (!device->info.has_llc) { [all...] |