Searched refs:has_tiling_uapi (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_device_info.h90 bool has_tiling_uapi; member in struct:intel_device_info
H A Dintel_device_info.c1626 devinfo->has_tiling_uapi = has_get_tiling(fd);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c164 bool has_tiling_uapi:1; member in struct:crocus_bufmgr
962 assert(bufmgr->has_tiling_uapi);
1262 } else if (bufmgr->has_tiling_uapi) {
1655 bufmgr->has_tiling_uapi = devinfo->has_tiling_uapi;
H A Dcrocus_resource.c202 tiling_flags = screen->devinfo.has_tiling_uapi ?
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c235 bool has_tiling_uapi:1; member in struct:iris_bufmgr
1708 if (!bufmgr->has_tiling_uapi) {
1736 if (!bufmgr->has_tiling_uapi)
2274 bufmgr->has_tiling_uapi = devinfo->has_tiling_uapi;
H A Diris_resource.c625 tiling_flags = screen->devinfo.has_tiling_uapi ?
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_gem.c286 if (!device->info.has_tiling_uapi)
H A Danv_image.c290 if (devinfo->has_tiling_uapi)

Completed in 24 milliseconds