Home
last modified time | relevance | path

Searched refs:FD_BO_PREP_WRITE (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_device.c52 STATIC_ASSERT(FD_BO_PREP_WRITE == MSM_PREP_WRITE); in msm_device_new()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h114 #define FD_BO_PREP_WRITE BITSET_BIT(1) macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c63 fd_bo_cpu_prep(rsc->bo, ctx->pipe, FD_BO_PREP_WRITE); in realloc_query_bo()
Dfreedreno_resource.c313 op |= FD_BO_PREP_WRITE; in translate_usage()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_device.c131 STATIC_ASSERT(FD_BO_PREP_WRITE == MSM_PREP_WRITE); in virtio_device_new()