Searched refs:has_llc (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
H A Dgen_device_info.h68 bool has_llc; member in struct:gen_device_info
H A Dgen_device_info.c157 .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 Dintel_dev_info.c104 fprintf(stdout, " LLC: %u\n", devinfo.has_llc);
H A Dintel_device_info.h79 bool has_llc; member in struct:intel_device_info
H A Dintel_device_info.c157 .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 Danv_wsi.c121 if (!device->info.has_llc) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c158 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 Diris_screen.c266 return devinfo->has_llc;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c156 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 Dintel_pixel_read.c95 if (!devinfo->has_llc ||
H A Dintel_tex_image.c206 if (!devinfo->has_llc ||
702 if (!devinfo->has_llc ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c162 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 Dcrocus_screen.c380 return devinfo->has_llc;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c304 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 Dkgem.h194 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 Dgen8_vertex.c193 } 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 Dkgem.h184 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 Dkgem.c279 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 Dgen8_vertex.c193 } 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 Dbrw_pixel_read.c95 if (!devinfo->has_llc ||
H A Dbrw_bufmgr.c184 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 Dbrw_tex_image.c206 if (!devinfo->has_llc ||
754 if (!devinfo->has_llc ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c232 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 Diris_screen.c363 return devinfo->has_llc;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c219 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...]

Completed in 48 milliseconds

12