Searched refs:cacheable (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.h48 boolean cacheable; member in struct:virgl_hw_res
H A Dvirgl_drm_winsys.c55 return res->cacheable == TRUE;
379 res->cacheable = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_bo.h38 bool cacheable; member in struct:lima_bo
H A Dlima_bo.c206 if (!bo->cacheable)
309 bo->cacheable = !(lima_debug & LIMA_DEBUG_NO_BO_CACHE ||
366 bo->cacheable = false;
465 bo->cacheable = false;
478 bo->cacheable = false;
H A Dlima_screen.c677 screen->pp_buffer->cacheable = false;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h105 boolean cacheable,
H A Dsvga_surface.c208 boolean cacheable,
253 if (cacheable && tex->backed_handle &&
263 if (cacheable && !tex->backed_handle) {
198 svga_texture_view_surface(struct svga_context * svga,struct svga_texture * tex,unsigned bind_flags,SVGA3dSurfaceAllFlags flags,SVGA3dSurfaceFormat format,unsigned start_mip,unsigned num_mip,int layer_pick,unsigned num_layers,int zslice_pick,boolean cacheable,struct svga_host_surface_cache_key * key) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h105 boolean cacheable,
H A Dsvga_surface.c192 boolean cacheable,
237 if (cacheable && tex->backed_handle &&
247 if (cacheable && !tex->backed_handle) {
182 svga_texture_view_surface(struct svga_context * svga,struct svga_texture * tex,unsigned bind_flags,SVGA3dSurfaceAllFlags flags,SVGA3dSurfaceFormat format,unsigned start_mip,unsigned num_mip,int layer_pick,unsigned num_layers,int zslice_pick,boolean cacheable,struct svga_host_surface_cache_key * key) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.h74 boolean cacheable; member in struct:virgl_hw_res
H A Dvirgl_vtest_winsys.c42 return res->cacheable == TRUE;
481 res->cacheable = TRUE;

Completed in 12 milliseconds