HomeSort by relevance Sort by last modified time
    Searched defs:fences (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.h 78 /* Fences for buffer synchronization. */
81 struct pipe_fence_handle **fences; member in struct:amdgpu_winsys_bo
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 56 struct radeon_bo **fences; member in struct:radeon_bo::__anon30269::__anon30271
  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 55 VkFence fences[3]; member in struct:wsi_swapchain
  /cts/tests/tests/graphics/src/android/graphics/cts/
SyncTest.java 45 // or interact with the system compositor in order to generate fences. That makes tests larger
114 SyncFenceInfo[] fences; // __u32 num_fences; __u64 sync_fence_info field in class:SyncTest.SyncFileInfo
  /frameworks/native/libs/gui/
FrameTimestamps.cpp 527 auto fences = allFences(this); local
529 std::accumulate(fences.begin(), fences.end(), size_t(0),
536 auto fences = allFences(this); local
537 return std::accumulate(fences.begin(), fences.end(), size_t(0),
570 // Fences
608 // Fences
  /system/core/libsync/tests/
sync_test.cpp 119 // This is ok, as sync fences are immutable after construction, so a dup
180 const auto fences = sync_get_fence_info(info); local
183 fences[i].driver_name,
184 fences[i].obj_name,
185 fences[i].timestamp_ns,
186 fences[i].status});
227 const struct sync_fence_info* fences = sync_get_fence_info(modern); local
229 EXPECT_STREQ(fences[fenceIdx].obj_name, pt->obj_name);
230 EXPECT_STREQ(fences[fenceIdx].driver_name, pt->driver_name);
231 EXPECT_EQ(fences[fenceIdx].status, pt->status)
564 vector<SyncFence> fences; local
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-6736/
poc.c 86 __u64 fences; member in struct:drm_tegra_submit
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 102 __u64 fences; member in struct:nvhost_submit_args
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerCommandEngine.h 280 std::vector<int> fences; local
281 auto err = mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences);
285 mWriter.setReleaseFences(layers, fences);
330 std::vector<int> fences; local
331 auto err = mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences);
334 mWriter.setReleaseFences(layers, fences);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 94 __u64 fences; member in struct:drm_tegra_submit
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 94 __u64 fences; member in struct:drm_tegra_submit
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 420 int fences[BUFFER_COUNT]; local
424 ASSERT_EQ(NO_ERROR, window->dequeueBuffer(window.get(), &buffers[i], &fences[i]));
427 ASSERT_EQ(NO_ERROR, window->cancelBuffer(window.get(), buffers[i], fences[i]));
443 ASSERT_EQ(NO_ERROR, window->dequeueBuffer(window.get(), &buffers[0], &fences[0]));
446 ASSERT_EQ(NO_ERROR, window->cancelBuffer(window.get(), buffers[0], fences[0]));
457 ASSERT_EQ(NO_ERROR, window->dequeueBuffer(window.get(), &buffers[i], &fences[i]));
460 ASSERT_EQ(NO_ERROR, window->cancelBuffer(window.get(), buffers[i], fences[i]));
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2017-6262/
local_poc.h 324 __u64 fences; member in struct:drm_tegra_submit
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 3237 const VkFence fences[] = local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 564 VkFence fences[2]; member in struct:vkt::synchronization::__anon17965::TestContext
595 createFences(vkd, device, false, DE_LENGTH_OF_ARRAY(fences), fences);
600 destroyFences(vkd, device, DE_LENGTH_OF_ARRAY(fences), fences);
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp 867 ASSERT_EQ(err, HWC2_ERROR_NONE) << "failed to get release fences";
1600 std::vector<int32_t> fences; local
4250 std::vector<int32_t> fences; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 252 __u64 fences; member in struct:drm_amdgpu_wait_fences_in
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 384 /** This points to uint64_t * which points to fences */
385 __u64 fences; member in struct:drm_amdgpu_wait_fences_in
  /external/vulkan-validation-layers/demos/
cube.c 404 VkFence fences[FRAME_LAG]; member in struct:demo
    [all...]
cube.cpp 331 vk::Fence fences[FRAME_LAG]; member in struct:Demo
608 // Wait for fences from present operations
610 device.waitForFences(1, &fences[i], VK_TRUE, UINT64_MAX);
611 device.destroyFence(fences[i], nullptr);
717 device.waitForFences(1, &fences[frame_index], VK_TRUE, UINT64_MAX);
718 device.resetFences(1, &fences[frame_index]);
753 result = graphics_queue.submit(1, &submit_info, fences[frame_index]);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp 15960 VkFence fences[1] = { testFence.handle() }; local
16041 VkFence fences[] = { f1, f2 }; local
17102 VkFence fences[NUM_OBJECTS] = {}; local
    [all...]

Completed in 1364 milliseconds