Home
last modified time | relevance | path

Searched defs:flush_resource (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/trusty/lk/dev/virtio/gpu/
Dvirtio-gpu.c284 static status_t flush_resource(struct virtio_gpu_dev *gdev, uint32_t resource_id, uint32_t width, u… in flush_resource() function
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h1077 void (*flush_resource)(struct pipe_context *ctx, member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h186 struct pipe_resource *flush_resource; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c670 flush_resource(struct fd_context *ctx, struct fd_resource *rsc, in flush_resource() function
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dvirtio_gpu.rs728 pub fn flush_resource(&mut self, resource_id: u32) -> VirtioGpuResult { in flush_resource() method