Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator.c108 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()
Dvc5_bufmgr.c328 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()
Dvc5_bufmgr.h64 uint32_t winsys_stride);
66 uint32_t winsys_stride);
Dvc5_context.h464 void vc5_simulator_open_from_handle(int fd, uint32_t winsys_stride,
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c103 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()
Dvc4_bufmgr.c381 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()
Dvc4_bufmgr.h70 uint32_t winsys_stride);
72 uint32_t winsys_stride);
Dvc4_context.h463 void vc4_simulator_open_from_handle(int fd, uint32_t winsys_stride,