HomeSort by relevance Sort by last modified time
    Searched refs:VkBool32 (Results 51 - 63 of 63) sorted by null

1 23

  /external/deqp/external/vulkancts/framework/vulkan/
vkConcreteDeviceInterface.inl 26 virtual VkResult waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) const;
vkImageUtil.cpp     [all...]
vkVirtualDeviceInterface.inl 26 virtual VkResult waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) const = 0;
vkDeviceDriverImpl.inl 115 VkResult DeviceDriver::waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) const
  /frameworks/native/vulkan/libvulkan/
api.cpp 449 static VKAPI_ATTR VkBool32
    [all...]
swapchain.cpp 270 VkBool32* supported) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 307 const VkBool32 isSupported = getPhysicalDeviceSurfaceSupport(instHelper.vki, physicalDevice, queueFamilyNdx, *surface);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 70 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 108 static VKAPI_ATTR VkBool32 VKAPI_CALL
144 VkBool32 CheckForDesiredMsg(VkFlags msgFlags, const char *msgString) {
145 VkBool32 result = VK_FALSE;
168 VkBool32 DesiredMsgFound(void) { return m_msgFound; }
187 VkBool32 m_msgFound;
190 static VKAPI_ATTR VkBool32 VKAPI_CALL
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 278 VkBool32 pInheritanceInfo_occlusionQueryEnable,
325 void waitForFences (const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 1158 VkBool32 anisotropyEnable;
1160 VkBool32 compareEnable;
1165 VkBool32 unnormalizedCoordinates;
    [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]

Completed in 718 milliseconds

1 23