Searched refs:roundtrip (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_format_test.c | 16 enum pipe_format roundtrip = vk_format_to_pipe_format(vk_fmt); local in function:main 17 if (roundtrip != pipe_fmt) { 18 fprintf(stderr, "Format does not roundtrip\n" 21 util_format_name(roundtrip),
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_cs.c | 198 uint32_t roundtrip; local in function:vn_cs_encoder_reserve_internal 199 VkResult result = vn_instance_submit_roundtrip(enc->instance, &roundtrip); 207 enc->current_buffer_roundtrip = roundtrip;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_conversion_builder.h | 78 nir_ssa_def *roundtrip = local in function:nir_round_float_to_float 80 nir_ssa_def *cmp = nir_flt(b, roundtrip, src); 89 nir_ssa_def *roundtrip = local in function:nir_round_float_to_float 91 nir_ssa_def *cmp = nir_flt(b, src, roundtrip);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.7.rst | 57 - vulkan/wsi/wayland: Remove roundtrip when creating image 60 - egl/wayland: Don't open-code roundtrip
|
| H A D | 17.1.2.rst | 55 - vulkan/wsi/wayland: Remove roundtrip when creating image 58 - egl/wayland: Don't open-code roundtrip
|
| H A D | 9.0.2.rst | 183 - wayland: Don't cancel a roundtrip when any event is received
|
| H A D | 21.3.0.rst | 801 - venus: init roundtrip fields in vn_instance later 2378 - vulkan/wsi/wayland: do not perform roundtrip when not querying formats
|
| H A D | 21.1.0.rst | 5269 - egl/wayland: avoid unnecessary roundtrip when authenticated
|
| H A D | 21.2.0.rst | 5167 - venus: force a roundtrip after vn_renderer_bo_create_dmabuf
|
| /xsrc/external/mit/brotli/dist/python/ |
| H A D | README.md | 2 `bro.py` tool, and roundtrip tests.
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_wayland.c | 196 roundtrip(struct dri2_egl_display *dri2_dpy) function in typeref:typename:int 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)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_wayland.c | 241 roundtrip(struct dri2_egl_display *dri2_dpy) function in typeref:typename:int 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/brotli/dist/ |
| H A D | CMakeLists.txt | 308 add_test(NAME "${BROTLI_TEST_PREFIX}roundtrip/${INPUT}/${quality}" 316 -P ${CMAKE_CURRENT_SOURCE_DIR}/tests/run-roundtrip-test.cmake)
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 2974 "description": "venus: no roundtrip needed for shmem backed by BLOB_MEM_HOST3D", 24934 "description": "venus: defer roundtrip waiting to vkFreeMemory time", [all...] |
Completed in 133 milliseconds