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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 54 unsigned flip_y);
r200_blit.c 405 unsigned flip_y, float *buf)
411 if (flip_y)
423 unsigned flip_y)
432 flip_y, texcoords);
480 * @param[in] flip_y set if y coords of the source image need to be flipped
501 unsigned flip_y)
565 flip_y);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 54 unsigned flip_y);
radeon_pixel_read.c 98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local
152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer);
155 flip_y = !flip_y;
177 flip_y))
radeon_tex_copy.c 55 unsigned flip_y; local
68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
133 dstx, dsty, width, height, flip_y);
radeon_blit.c 253 unsigned flip_y, float *buf)
259 if (flip_y)
271 unsigned flip_y)
280 flip_y, texcoords);
331 * @param[in] flip_y set if y coords of the source image need to be flipped
352 unsigned flip_y)
416 flip_y);
radeon_common_context.h 479 unsigned flip_y);
  /external/mesa3d/src/compiler/nir/
nir_lower_wpos_ytransform.c 263 nir_ssa_def *flip_y; local
268 flip_y = nir_fmul(b, nir_channel(b, offset, 1),
272 flip_y)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 713 int flip_y; member in struct:__anon61705
    [all...]
XIproto.h 1309 CARD32 flip_y B32;
1391 CARD32 flip_y; member in struct:__anon61826
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 1584 boolean scaled, clamped, ms, flip_x = FALSE, flip_y = FALSE; local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 499 bool flip_y = flip_coords(&src_y0, &src_y1, &dst_y0, &dst_y1); local
512 gl_filter, flip_x, flip_y);
    [all...]

Completed in 135 milliseconds