HomeSort by relevance Sort by last modified time
    Searched refs:map_h (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast_priv.h 110 int map_x, map_y, map_w, map_h; member in struct:dri_swrast_renderbuffer
swrast.c 489 xrb->map_h = h;
530 xrb->map_w, xrb->map_h,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 251 rrb->map_h = h;
362 for (uint32_t pix_y = 0; pix_y < rrb->map_h; pix_y++) {
395 for (uint32_t pix_y = 0; pix_y < rrb->map_h; pix_y++) {
440 rrb->map_w, rrb->map_h,
446 rrb->map_w, rrb->map_h,
radeon_common_context.h 92 int map_x, map_y, map_w, map_h; member in struct:radeon_renderbuffer
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 438 xrb->map_h = h;
530 int y2 = rb->Height - xrb->map_y - xrb->map_h;
539 xrb->map_w, xrb->map_h); /* size */
xmesaP.h 173 GLuint map_x, map_y, map_w, map_h; member in struct:xmesa_renderbuffer
  /external/vixl/src/aarch64/
disasm-aarch64.cc 3196 static const NEONFormatMap map_h = {{30}, {NF_4H, NF_8H}}; local
    [all...]

Completed in 163 milliseconds