Searched refs:cacheable (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.h | 48 boolean cacheable; member in struct:virgl_hw_res
|
| H A D | virgl_drm_winsys.c | 55 return res->cacheable == TRUE; 379 res->cacheable = TRUE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_bo.h | 38 bool cacheable; member in struct:lima_bo
|
| H A D | lima_bo.c | 206 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 D | lima_screen.c | 677 screen->pp_buffer->cacheable = false;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_surface.h | 105 boolean cacheable,
|
| H A D | svga_surface.c | 208 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 D | svga_surface.h | 105 boolean cacheable,
|
| H A D | svga_surface.c | 192 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 D | virgl_vtest_winsys.h | 74 boolean cacheable; member in struct:virgl_hw_res
|
| H A D | virgl_vtest_winsys.c | 42 return res->cacheable == TRUE; 481 res->cacheable = TRUE;
|
Completed in 12 milliseconds