HomeSort by: relevance | last modified time | path
    Searched defs:flip (Results 1 - 25 of 42) sorted by relevancy

1 2

  /xsrc/external/mit/libdrm/dist/tests/tegra/
vic-flip.c 173 /* flip image vertically */
174 static int flip(struct vic *vic, struct drm_tegra_channel *channel, function
200 err = vic->ops->flip(vic, output, input);
202 fprintf(stderr, "failed to flip: %s\n", strerror(-err));
312 err = flip(vic, channel, output, input);
314 fprintf(stderr, "failed to flip image: %s\n", strerror(-err));
vic.h 133 int (*flip)(struct vic *vic, struct vic_image *output, member in struct:vic_ops
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_rs.h 43 uint8_t flip; member in struct:rs_state
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_present.c 219 struct sna_pixmap *flip; local
245 DBG(("%s: flip invalid for CRTC\n", __FUNCTION__));
249 flip = sna_pixmap(pixmap);
250 if (flip == NULL) {
255 if (flip->cpu_bo && IS_STATIC_PTR(flip->ptr)) {
401 DBG(("%s: flip invalid for CRTC\n", __FUNCTION__));
407 DBG(("%s: flip invalid bo\n", __FUNCTION__));
427 DBG(("%s: no CRTC active, perform no-op flip\n", __FUNCTION__));
460 .flip = sna_present_flip
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_present.c 173 struct nouveau_present_flip *flip = priv; local
176 msc = (flip->msc & ~0xffffffffULL) | msc_lo;
177 if (msc < flip->msc)
181 drmModeRmFB(flip->fd, flip->old);
199 struct nouveau_present_flip *flip = local
200 drmmode_event_queue(scrn, event_id, sizeof(*flip),
202 if (flip) {
206 drmmode_swap(scrn, next_fb, &flip->old);
207 flip->fd = pNv->dev->fd
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
pageflip.c 69 * Event data for an in progress flip.
71 * and information about the flip in progress.
90 * one of them per crtc per flip.
104 ms_pageflip_free(struct ms_crtc_pageflip *flip)
106 struct ms_flipdata *flipdata = flip->flipdata;
108 free(flip);
115 * Callback for the DRM event queue when a single flip has completed
117 * Once the flip has been completed on all pipes, notify the
123 struct ms_crtc_pageflip *flip = data; local
124 struct ms_flipdata *flipdata = flip->flipdata
150 struct ms_crtc_pageflip *flip = data; local
185 struct ms_crtc_pageflip *flip; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/present/
present.h 76 /* Same as 'check_flip' but it can return a 'reason' why the flip would fail.
80 /* Flip pixmap, return false if it didn't happen.
84 * 'sync_flip' requests that the flip be performed at the next
86 * flip should be performed as soon as possible.
88 * present_event_notify should be called with 'event_id' when the flip
96 /* Flip pixmap for window, return false if it didn't happen.
136 present_flip_ptr flip; member in struct:present_screen_info
present_priv.h 87 Bool flip; /* planning on using flip */ member in struct:present_vblank
88 Bool flip_ready; /* wants to flip, but waiting for previous flip or unflip */
89 Bool sync_flip; /* do flip synchronous to vblank */
90 Bool abort_flip; /* aborting this flip */
91 PresentFlipReason reason; /* reason for which flip is not possible */
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_builtin_builder.c 265 nir_ssa_def *flip = nir_fge(b, zero, x); local
266 nir_ssa_def *s = nir_bcsel(b, flip, nir_fabs(b, x), y);
267 nir_ssa_def *t = nir_bcsel(b, flip, y, nir_fabs(b, x));
318 nir_ffma_imm1(b, nir_b2f(b, flip, bit_size), M_PI_2, nir_atan(b, tan));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_rs.h 44 uint8_t flip; member in struct:rs_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_state_framebuffer.c 416 float flip = -1.0; local
424 float fy = flip * viewport->scale[1] * -1.0f + viewport->translate[1];
426 float fh = flip * viewport->scale[1] * 2.0f;
595 * less than zmin. Detect that case, flip the depth range and
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_state.c 59 * The equations above apply if \p flip is equal to 0, if it is equal to 1 p_0
67 unsigned period, unsigned index, bool flip,
73 p[j + m * i] = (k == index ? 2 : (k & 1) ^ flip);
93 const bool flip = device->info.ppipe_subslices[0] < local
96 calculate_pixel_hashing_table(16, 16, 3, 3, flip, table.Entry[0]);
anv_blorp.c 653 bool flip = false; local
658 flip = !flip;
665 flip = !flip;
668 return flip;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_state_framebuffer.c 398 float flip = -1.0; local
407 float fy = flip * viewport->scale[1] * -1.0f + viewport->translate[1];
409 float fh = flip * viewport->scale[1] * 2.0f;
579 * less than zmin. Detect that case, flip the depth range and
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_nir_passes.c 33 * Lower Y Flip:
35 * We can't do a Y flip simply by negating the viewport height,
36 * so we need to lower the flip into the NIR shader.
65 lower_pos_write(nir_builder *b, struct nir_instr *instr, nir_variable **flip)
83 glsl_float_type(), flip);
95 nir_variable *flip = NULL; local
108 lower_pos_write(&b, instr, &flip);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
formats.c 423 static const uint8_t flip[6] = { 3, 2, 1, 0, 4, 5 }; local
425 flip[swizzle[0]], flip[swizzle[1]],
426 flip[swizzle[2]], flip[swizzle[3]]);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
formats.c 404 static const uint8_t flip[6] = { 3, 2, 1, 0, 4, 5 }; local
406 flip[swizzle[0]], flip[swizzle[1]],
407 flip[swizzle[2]], flip[swizzle[3]]);
  /xsrc/external/mit/xcb-util/dist/image/
xcb_image.c 869 uint32_t flip = i->byte_order == XCB_IMAGE_ORDER_MSB_FIRST; local
876 return flip;
878 return flip | (flip << 1);
885 uint32_t flip = i->byte_order != i->bit_order; local
892 return flip;
894 return flip | (flip << 1);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_present.c 605 struct sna_pixmap *flip; local
636 DBG(("%s: flip invalid for CRTC\n", __FUNCTION__));
640 flip = sna_pixmap(pixmap);
641 if (flip == NULL) {
646 if (flip->cpu_bo && IS_STATIC_PTR(flip->ptr)) {
651 if (flip->pinned) {
652 assert(flip->gpu_bo);
654 if (flip->gpu_bo->tiling != I915_TILING_NONE) {
656 __FUNCTION__, flip->gpu_bo->tiling))
751 flip(struct sna *sna, function
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_blit.c 450 bool flip = false; local
455 flip = !flip;
462 flip = !flip;
464 return flip;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_blit.c 509 bool flip = false; local
514 flip = !flip;
521 flip = !flip;
523 return flip;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_glsl450.c 319 nir_ssa_def *flip = nir_fge(b, zero, x); local
320 nir_ssa_def *s = nir_bcsel(b, flip, nir_fabs(b, x), y);
321 nir_ssa_def *t = nir_bcsel(b, flip, y, nir_fabs(b, x));
372 nir_fadd(b, nir_fmul_imm(b, nir_b2f(b, flip, bit_size), M_PI_2f),
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glxswapcontrol.c 269 static GLboolean flip = GL_FALSE; local
283 if ( flip ) {
292 flip = !flip;
  /xsrc/external/mit/xf86-video-suncg14/dist/src/
cg14_accel.c 1429 int flip = 0; local
1435 flip = (PICT_FORMAT_TYPE(p->srcformat) !=
1493 width, height, flip);
1498 width, height, flip);
1517 width, height, flip);
1527 width, height, flip);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_blorp.c 486 bool flip = false; local
491 flip = !flip;
498 flip = !flip;
501 return flip;

Completed in 65 milliseconds

1 2