HomeSort by: relevance | last modified time | path
    Searched refs:height2 (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_video.c 1200 short height2 = height >> 1;
1214 for(i=0; i<height2; i++)
1232 for(i=0; i<height2; i++)
1259 for(i=0; i<height2; i++)
1280 for(i=0; i<height2; i++)
1293 short height2 = height >> 1;
1305 for(i=0; i<height2; i++)
1320 for(i=0; i<height2; i++)
1344 for(i=0; i<height2; i++)
1362 for(i=0; i<height2; i++
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
List.c 876 unsigned long width2 = 0, height2 = 0; local
896 height2 = (unsigned long)(lw->list.nrows * lw->list.row_height +
919 height2 = (unsigned long)((lw->list.nrows * lw->list.row_height)
936 height2 = (unsigned long)((lw->list.nrows * lw->list.row_height) +
964 height2 = (unsigned long)((lw->list.nrows * lw->list.row_height) +
966 if (width2 >= MaxSize && height2 >= MaxSize)
968 if (height2 > MaxSize)
978 if (height2)
979 *height = (Dimension)height2;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 1497 u16 width2, height2; member in struct:bifrost_framebuffer
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
decode.c 580 pandecode_prop("height2 = MALI_POSITIVE(%d)", fb->height2 + 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_context.c 195 .height2 = MALI_POSITIVE(ctx->pipe_framebuffer.height),

Completed in 13 milliseconds