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

12 3

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp     [all...]
vktPipelineDepthTests.cpp     [all...]
vktPipelineBlendTests.cpp     [all...]
vktPipelineStencilTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]
vktWsiSharedPresentableImageTests.cpp     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 350 VkResult result = device_dispatch_table(device)->ResetFences(device, fenceCount, pFences);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 348 VkResult result = device_dispatch_table(device)->ResetFences(device, fenceCount, pFences);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkVirtualDeviceInterface.inl 24 virtual VkResult resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences) const = 0;
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessVertexAccessTests.cpp 731 VK_CHECK(vk.resetFences(*m_device, 1, &m_fence.get()));
    [all...]
vktRobustnessBufferAccessTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 481 GR_VK_CALL(gpu->vkInterface(), ResetFences(gpu->device(), 1, &fSubmitFence));
    [all...]
  /external/skqp/src/gpu/vk/
GrVkCommandBuffer.cpp 481 GR_VK_CALL(gpu->vkInterface(), ResetFences(gpu->device(), 1, &fSubmitFence));
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 716 vk::assert_success(vk::ResetFences(dev_, 1, &data.fence));
generate-dispatch-table.py 131 Command(name='ResetFences', dispatch='VkDevice'),
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 94 GET_DEV_PROC(ResetFences);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_object_tracker.so 
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/x86/
libVkLayer_object_tracker.so 
libVkLayer_unique_objects.so 
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
vk_validation_layer_details.md 103 | Verify Fences Not In Use | Validate that fences are not used in multiple submit calls at the same time | INVALID_FENCE | vkQueueSubmit | TODO | Currently 3 cases of this check to be tested, 1 each in ValidateFenceForSubmit(), DestroyFence(), and ResetFences() |
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemStorageBufferTests.cpp 544 VK_CHECK(vk.resetFences(device, 1, &fence.get()));
    [all...]

Completed in 691 milliseconds

12 3