Home
last modified time | relevance | path

Searched refs:rgn_hdr_heap_present (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv.c338 srv_ws->rgn_hdr_heap_present = true; in pvr_srv_memctx_init()
340 srv_ws->rgn_hdr_heap_present = false; in pvr_srv_memctx_init()
370 if (srv_ws->rgn_hdr_heap_present) in pvr_srv_memctx_init()
400 if (srv_ws->rgn_hdr_heap_present) { in pvr_srv_memctx_finish()
624 if (srv_ws->rgn_hdr_heap_present) in pvr_srv_winsys_get_heaps_info()
H A Dpvr_srv.h90 bool rgn_hdr_heap_present; member
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/winsys/powervr/
H A Dpvr_drm.c61 if (drm_ws->rgn_hdr_heap_present) { in pvr_drm_finish_heaps()
383 if (drm_ws->rgn_hdr_heap_present) in pvr_drm_winsys_get_heaps_info()
578 drm_ws->rgn_hdr_heap_present = present; in pvr_drm_setup_heaps()
642 if (drm_ws->rgn_hdr_heap_present) in pvr_drm_setup_heaps()
H A Dpvr_drm.h52 bool rgn_hdr_heap_present; member