Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c102 uint32_t winsys_stride; member
371 uint32_t winsys_stride = ctex ? csim_bo->winsys_stride : 0; in vc4_simulator_flush() local
373 uint32_t row_len = MIN2(sim_stride, winsys_stride); in vc4_simulator_flush()
385 winsys_stride, in vc4_simulator_flush()
392 csim_bo->winsys_map + y * winsys_stride, in vc4_simulator_flush()
452 memcpy(csim_bo->winsys_map + y * winsys_stride, in vc4_simulator_flush()
501 void vc4_simulator_open_from_handle(int fd, uint32_t winsys_stride, in vc4_simulator_open_from_handle() argument
507 sim_bo->winsys_stride = winsys_stride; in vc4_simulator_open_from_handle()
Dvc4_bufmgr.c318 uint32_t winsys_stride, in vc4_bo_open_handle() argument
342 vc4_simulator_open_from_handle(screen->fd, winsys_stride, in vc4_bo_open_handle()
356 uint32_t winsys_stride) in vc4_bo_open_name() argument
368 return vc4_bo_open_handle(screen, winsys_stride, o.handle, o.size); in vc4_bo_open_name()
372 vc4_bo_open_dmabuf(struct vc4_screen *screen, int fd, uint32_t winsys_stride) in vc4_bo_open_dmabuf() argument
389 return vc4_bo_open_handle(screen, winsys_stride, handle, size); in vc4_bo_open_dmabuf()
Dvc4_bufmgr.h62 uint32_t winsys_stride);
64 uint32_t winsys_stride);
Dvc4_context.h455 void vc4_simulator_open_from_handle(int fd, uint32_t winsys_stride,