Home
last modified time | relevance | path

Searched refs:framebuffer_stride (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/gpu_display/src/
Dgpu_display_stub.rs77 let framebuffer_stride = framebuffer.stride() as u32; in framebuffer() localVariable
81 framebuffer_stride, in framebuffer()
/external/igt-gpu-tools/lib/
Digt_panfrost.c187 .framebuffer_stride = ALIGN(width, 16) * 4 / 16, in igt_panfrost_trivial_job()
Dpanfrost-job.h1404 u32 framebuffer_stride : 28; // in units of bytes member