Home
last modified time | relevance | path

Searched refs:isl_surf_get_mcs_surf (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/docs/isl/
Daux-surf-comp.rst61 .. doxygenfunction:: isl_surf_get_mcs_surf
/third_party/mesa3d/src/intel/isl/
Disl.h2342 isl_surf_get_mcs_surf(const struct isl_device *dev,
Disl.c2056 isl_surf_get_mcs_surf(const struct isl_device *dev, in isl_surf_get_mcs_surf() function
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c434 isl_surf_get_mcs_surf(&screen->isl_dev, &res->surf, &res->aux.surf); in crocus_resource_configure_aux()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c706 ok = isl_surf_get_mcs_surf(&device->isl_dev, in add_aux_surface_if_supported()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c738 isl_surf_get_mcs_surf(&screen->isl_dev, &res->surf, &res->aux.surf); in iris_resource_configure_aux()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c1559 aux_surf_ok = isl_surf_get_mcs_surf(&brw->isl_dev, &mt->surf, &aux_surf); in brw_miptree_alloc_aux()