Searched refs:timer_query (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_reg_read.c | 86 static int timer_query(int fd, uint64_t * val) in timer_query() function 120 igt_fail_on(timer_query(fd, &first_val) != 0); in test_timestamp_moving() 122 igt_fail_on(timer_query(fd, &second_val) != 0); in test_timestamp_moving() 132 igt_fail_on(timer_query(fd, &first_val) != 0); in test_timestamp_monotonic() 136 igt_fail_on(timer_query(fd, &second_val) != 0); in test_timestamp_monotonic() 163 igt_skip_on(timer_query(fd, &val) != 0); 168 igt_skip_on(timer_query(fd, &val) != 0);
|
/external/minigbm/external/ |
D | virgl_hw.h | 318 unsigned timer_query:1; member
|
/external/mesa3d/src/virtio/virtio-gpu/ |
D | virgl_hw.h | 463 unsigned timer_query:1; member
|
/external/virglrenderer/src/ |
D | virgl_hw.h | 495 unsigned timer_query:1; member
|
D | vrend_renderer.c | 295 FEAT(timer_query, 33, UNAVAIL, "GL_ARB_timer_query", "GL_EXT_disjoint_timer_query"),
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FeatureSupportGL.md | 23 |Timer query|3.3|[GL_ARB_timer_query](https://www.opengl.org/registry/specs/ARB/timer_query.txt)|--…
|