Searched refs:winsys_stride (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_simulator.c | 108 uint32_t winsys_stride; member 371 uint32_t winsys_stride = ctex ? csim_bo->winsys_stride : 0; in vc5_simulator_flush() local 373 uint32_t row_len = MIN2(sim_stride, winsys_stride); in vc5_simulator_flush() 380 winsys_stride, in vc5_simulator_flush() 387 csim_bo->winsys_map + y * winsys_stride, in vc5_simulator_flush() 409 memcpy(csim_bo->winsys_map + y * winsys_stride, in vc5_simulator_flush() 456 void vc5_simulator_open_from_handle(int fd, uint32_t winsys_stride, in vc5_simulator_open_from_handle() argument 462 sim_bo->winsys_stride = winsys_stride; in vc5_simulator_open_from_handle()
|
D | vc5_bufmgr.c | 328 uint32_t winsys_stride, in vc5_bo_open_handle() argument 352 vc5_simulator_open_from_handle(screen->fd, winsys_stride, in vc5_bo_open_handle() 366 uint32_t winsys_stride) in vc5_bo_open_name() argument 378 return vc5_bo_open_handle(screen, winsys_stride, o.handle, o.size); in vc5_bo_open_name() 382 vc5_bo_open_dmabuf(struct vc5_screen *screen, int fd, uint32_t winsys_stride) in vc5_bo_open_dmabuf() argument 399 return vc5_bo_open_handle(screen, winsys_stride, handle, size); in vc5_bo_open_dmabuf()
|
D | vc5_bufmgr.h | 64 uint32_t winsys_stride); 66 uint32_t winsys_stride);
|
D | vc5_context.h | 464 void vc5_simulator_open_from_handle(int fd, uint32_t winsys_stride,
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 103 uint32_t winsys_stride; member 372 uint32_t winsys_stride = ctex ? csim_bo->winsys_stride : 0; in vc4_simulator_flush() local 374 uint32_t row_len = MIN2(sim_stride, winsys_stride); in vc4_simulator_flush() 386 winsys_stride, in vc4_simulator_flush() 393 csim_bo->winsys_map + y * winsys_stride, in vc4_simulator_flush() 453 memcpy(csim_bo->winsys_map + y * winsys_stride, in vc4_simulator_flush() 502 void vc4_simulator_open_from_handle(int fd, uint32_t winsys_stride, in vc4_simulator_open_from_handle() argument 508 sim_bo->winsys_stride = winsys_stride; in vc4_simulator_open_from_handle()
|
D | vc4_bufmgr.c | 381 uint32_t winsys_stride, in vc4_bo_open_handle() argument 405 vc4_simulator_open_from_handle(screen->fd, winsys_stride, in vc4_bo_open_handle() 419 uint32_t winsys_stride) in vc4_bo_open_name() argument 431 return vc4_bo_open_handle(screen, winsys_stride, o.handle, o.size); in vc4_bo_open_name() 435 vc4_bo_open_dmabuf(struct vc4_screen *screen, int fd, uint32_t winsys_stride) in vc4_bo_open_dmabuf() argument 452 return vc4_bo_open_handle(screen, winsys_stride, handle, size); in vc4_bo_open_dmabuf()
|
D | vc4_bufmgr.h | 70 uint32_t winsys_stride); 72 uint32_t winsys_stride);
|
D | vc4_context.h | 463 void vc4_simulator_open_from_handle(int fd, uint32_t winsys_stride,
|