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

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.cpp 142 const VkEventCreateInfo createInfo =
vkRefUtil.inl 9 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkGetStructureTypeImpl.inl 54 template<> VkStructureType getStructureType<VkEventCreateInfo> (void)
vkRefUtilImpl.inl 176 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
vkConcreteDeviceInterface.inl 29 virtual VkResult createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) const;
vkVirtualDeviceInterface.inl 29 virtual VkResult createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) const = 0;
vkDeviceDriverImpl.inl 130 VkResult DeviceDriver::createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) const
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 269 safe_VkEventCreateInfo(const VkEventCreateInfo* pInStruct);
273 void initialize(const VkEventCreateInfo* pInStruct);
275 VkEventCreateInfo *ptr() { return reinterpret_cast<VkEventCreateInfo *>(this); }
276 VkEventCreateInfo const *ptr() const { return reinterpret_cast<VkEventCreateInfo const *>(this); }
    [all...]
vk_struct_size_helper.h 83 size_t vk_size_vkeventcreateinfo(const VkEventCreateInfo* pStruct);
vk_struct_size_helper.c 452 size_t vk_size_vkeventcreateinfo(const VkEventCreateInfo* pStruct)
456 structSize = sizeof(VkEventCreateInfo);
    [all...]
vk_struct_validate_helper.h 85 uint32_t vk_validate_vkeventcreateinfo(const VkEventCreateInfo* pStruct);
528 uint32_t vk_validate_vkeventcreateinfo(const VkEventCreateInfo* pStruct)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicEventTests.cpp 48 const VkEventCreateInfo eventInfo =
146 const VkEventCreateInfo eventInfo =
  /external/vulkan-validation-layers/tests/
vktestbinding.h 288 void init(const Device &dev, const VkEventCreateInfo &info);
297 static VkEventCreateInfo create_info(VkFlags flags);
643 inline VkEventCreateInfo Event::create_info(VkFlags flags) {
644 VkEventCreateInfo info = {};
vktestbinding.cpp 448 void Event::init(const Device &dev, const VkEventCreateInfo &info) { NON_DISPATCHABLE_HANDLE_INIT(vkCreateEvent, dev, &info); }
  /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...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 73 VKAPI_ATTR VkResult CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]

Completed in 177 milliseconds

1 2 3