HomeSort by relevance Sort by last modified time
    Searched refs:pFence (Results 1 - 25 of 38) sorted by null

1 2

  /hardware/intel/common/libwsbm/src/
wsbm_fencemgr.h 91 extern void wsbmFenceUnreference(struct _WsbmFenceObject **pFence);
wsbm_fencemgr.c 161 wsbmFenceUnreference(struct _WsbmFenceObject **pFence)
163 struct _WsbmFenceObject *fence = *pFence;
166 *pFence = NULL;
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
object_tracker.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceDriverImpl.inl 95 VkResult DeviceDriver::createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const
97 return m_vk.createFence(device, pCreateInfo, pAllocator, pFence);
    [all...]
vkConcreteDeviceInterface.inl 22 virtual VkResult createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const;
vkVirtualDeviceInterface.inl 22 virtual VkResult createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const = 0;
vkFunctionPointerTypes.inl 39 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateFenceFunc) (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
    [all...]
vkNullDriverImpl.inl 22 VKAPI_ATTR VkResult VKAPI_CALL createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence)
25 VK_NULL_RETURN((*pFence = allocateNonDispHandle<Fence, VkFence>(device, pCreateInfo, pAllocator)));
    [all...]
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c 581 int psb_fence_destroy(struct _WsbmFenceObject *pFence)
583 wsbmFenceUnreference(&pFence);
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp 317 VKAPI_ATTR VkResult CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 66 VKAPI_ATTR VkResult CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
unique_objects.cpp 387 VKAPI_ATTR VkResult VKAPI_CALL CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence)
392 VkResult result = get_dispatch_table(unique_objects_device_table_map, device)->CreateFence(device, pCreateInfo, pAllocator, pFence);
397 my_map_data->unique_id_mapping[unique_id] = reinterpret_cast<uint64_t &>(*pFence);
398 *pFence = reinterpret_cast<VkFence&>(unique_id);
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 333 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence)
335 VkResult result = device_dispatch_table(device)->CreateFence(device, pCreateInfo, pAllocator, pFence);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
parameter_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
parameter_validation.cpp     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]

Completed in 557 milliseconds

1 2