Searched refs:ws_flags (Results 1 – 3 of 3) sorted by relevance
38 uint32_t ws_flags = 0; in pvr_bo_alloc_to_winsys_flags() local41 ws_flags |= PVR_WINSYS_BO_FLAG_CPU_ACCESS; in pvr_bo_alloc_to_winsys_flags()44 ws_flags |= PVR_WINSYS_BO_FLAG_GPU_UNCACHED; in pvr_bo_alloc_to_winsys_flags()47 ws_flags |= PVR_WINSYS_BO_FLAG_PM_FW_PROTECT; in pvr_bo_alloc_to_winsys_flags()50 ws_flags |= PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC; in pvr_bo_alloc_to_winsys_flags()52 return ws_flags; in pvr_bo_alloc_to_winsys_flags()79 const uint32_t ws_flags = pvr_bo_alloc_to_winsys_flags(flags); in pvr_bo_alloc() local95 ws_flags, in pvr_bo_alloc()
120 static uint64_t pvr_srv_get_alloc_flags(uint32_t ws_flags) in pvr_srv_get_alloc_flags() argument132 if (ws_flags & PVR_WINSYS_BO_FLAG_CPU_ACCESS) { in pvr_srv_get_alloc_flags()137 if (ws_flags & PVR_WINSYS_BO_FLAG_GPU_UNCACHED) in pvr_srv_get_alloc_flags()142 if (ws_flags & PVR_WINSYS_BO_FLAG_PM_FW_PROTECT) in pvr_srv_get_alloc_flags()145 if (ws_flags & PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC) in pvr_srv_get_alloc_flags()155 uint32_t ws_flags, in pvr_srv_winsys_buffer_create() argument158 const uint64_t srv_flags = pvr_srv_get_alloc_flags(ws_flags); in pvr_srv_winsys_buffer_create()
148 uint32_t ws_flags,