Searched refs:height1 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | readpix.c | 114 const GLsizei height1 = height - height0; local in function:ComplexReadPixels 128 glReadPixels(x, y + height0, width0, height1, format, type, pixels); 133 glReadPixels(x + width0, y + height0, width1, height1, format, type, pixels);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 1495 u16 width1, height1; member in struct:bifrost_framebuffer
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 578 pandecode_prop("height1 = MALI_POSITIVE(%d)", fb->height1 + 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 193 .height1 = MALI_POSITIVE(ctx->pipe_framebuffer.height),
|
Completed in 11 milliseconds