HomeSort by: relevance | last modified time | path
    Searched defs:roundtrip (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_format_test.c 16 enum pipe_format roundtrip = vk_format_to_pipe_format(vk_fmt); local
17 if (roundtrip != pipe_fmt) {
18 fprintf(stderr, "Format does not roundtrip\n"
21 util_format_name(roundtrip),
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_conversion_builder.h 78 nir_ssa_def *roundtrip = local
80 nir_ssa_def *cmp = nir_flt(b, roundtrip, src);
89 nir_ssa_def *roundtrip = local
91 nir_ssa_def *cmp = nir_flt(b, src, roundtrip);
  /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
platform_wayland.c 241 roundtrip(struct dri2_egl_display *dri2_dpy) function
1265 if (roundtrip(dri2_dpy) < 0)
1567 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_drm == NULL)
1570 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->fd == -1)
1574 (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated))
2111 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_shm == NULL)
2114 if (roundtrip(dri2_dpy) < 0 || !BITSET_TEST_RANGE(dri2_dpy->formats,
  /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
platform_wayland.c 196 roundtrip(struct dri2_egl_display *dri2_dpy) function
1144 if (roundtrip(dri2_dpy) < 0)
1454 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_drm == NULL)
1457 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->fd == -1)
1460 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)
2115 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->wl_shm == NULL)
2118 if (roundtrip(dri2_dpy) < 0 || dri2_dpy->formats == 0)

Completed in 9 milliseconds