HomeSort by relevance Sort by last modified time
    Searched full:resetfences (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 24 ResetFencesFunc resetFences;
vkInitDeviceFunctionPointers.inl 24 m_vk.resetFences = (ResetFencesFunc) GET_PROC_ADDR("vkResetFences");
vkConcreteDeviceInterface.inl 24 virtual VkResult resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences) const;
vkDeviceDriverImpl.inl 105 VkResult DeviceDriver::resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences) const
107 return m_vk.resetFences(device, fenceCount, pFences);
    [all...]
vkNullDriverImpl.inl 498 VKAPI_ATTR VkResult VKAPI_CALL resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences)
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.h 87 PFN_vkResetFences ResetFences;
api_gen.cpp 217 INIT_PROC(true, dev, ResetFences);
382 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicFenceTests.cpp 91 if (VK_SUCCESS != vk.resetFences(device, 1u, &fence.get()))
146 if (VK_SUCCESS != vk.resetFences(device, 1u, &fence[FISRT_FENCE]))
vktSynchronizationBasicSemaphoreTests.cpp 249 VK_CHECK(vk.resetFences(*logicalDevice, 1u, &fence[FIRST].get()));
250 VK_CHECK(vk.resetFences(*logicalDevice, 1u, &fence[SECOND].get()));
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 61 PFN_vkResetFences ResetFences;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFillBufferTests.cpp 181 VK_CHECK(vk.resetFences(vkDevice, 1, &m_fence.get()));
346 VK_CHECK(vk.resetFences(vkDevice, 1, &m_fence.get()));
vktApiCommandBuffersTests.cpp     [all...]
vktApiBufferViewAccessTests.cpp 769 VK_CHECK(vk.resetFences(vkDevice, 1, &m_fence.get()));
786 VK_CHECK(vk.resetFences(vkDevice, 1, &m_fence.get()));
    [all...]
  /external/skia/tools/sk_app/
VulkanWindowContext.cpp 457 ResetFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences));
476 ResetFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences));
  /external/skqp/tools/sk_app/
VulkanWindowContext.cpp 457 ResetFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences));
476 ResetFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences));
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 721 VK_CHECK(vk.resetFences(device, 1, &fence.get()));
    [all...]
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 89 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device);
  /external/skqp/src/gpu/vk/
GrVkInterface.cpp 89 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 230 {"vkResetFences", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetFences>(ResetFences))},
null_driver_gen.h 68 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 54 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences");
thread_check.h 582 VKAPI_ATTR VkResult VKAPI_CALL ResetFences(
599 result = pTable->ResetFences(device,fenceCount,pFences);
    [all...]
unique_objects_wrappers.h 412 VKAPI_ATTR VkResult VKAPI_CALL ResetFences(
428 VkResult result = dev_data->device_dispatch_table->ResetFences(device, fenceCount, (const VkFence*)local_pFences);
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 451 vk::assert_success(vk::ResetFences(ctx_.dev, 1, &buf.present_fence));
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_unique_objects.so 

Completed in 1543 milliseconds

1 2 3