Searched refs:VkBool32 (Results 26 - 50 of 77) sorted by relevance

1234

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp113 VKAPI_ATTR VkBool32 VKAPI_CALL debugReportCallback (VkDebugReportFlagsEXT flags,
H A DvkWsiUtil.cpp248 VkBool32 getPhysicalDeviceSurfaceSupport (const InstanceInterface& vki,
253 VkBool32 result = 0;
H A DvkFunctionPointerTypes.inl43 typedef VKAPI_ATTR VkResult (VKAPI_CALL* WaitForFencesFunc) (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout);
170 typedef VKAPI_ATTR VkResult (VKAPI_CALL* GetPhysicalDeviceSurfaceSupportKHRFunc) (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
192 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceXlibPresentationSupportKHRFunc) (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID);
194 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceXcbPresentationSupportKHRFunc) (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id);
196 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceWaylandPresentationSupportKHRFunc) (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display);
198 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceMirPresentationSupportKHRFunc) (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection);
201 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceWin32PresentationSupportKHRFunc) (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex);
H A DvkNullDriverImpl.inl513 VKAPI_ATTR VkResult VKAPI_CALL waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout)
1186 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported)
1323 VKAPI_ATTR VkBool32 VKAPI_CALL getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID)
1332 VKAPI_ATTR VkBool32 VKAPI_CALL getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id)
1341 VKAPI_ATTR VkBool32 VKAPI_CALL getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display)
1349 VKAPI_ATTR VkBool32 VKAPI_CALL getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection)
1357 VKAPI_ATTR VkBool32 VKAPI_CALL getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex)
H A DvkBasicTypes.inl21 #define VK_TRUE (static_cast<vk::VkBool32> (1))
22 #define VK_FALSE (static_cast<vk::VkBool32> (0))
/external/vulkan-validation-layers/demos/smoke/
H A DShell.h107 static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report_callback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT obj_type,
H A DShell.cpp313 VkBool32 supported;
/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h387 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
401 static inline VKAPI_ATTR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType,
419 static inline VKAPI_ATTR VkBool32 VKAPI_CALL DebugBreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType,
H A Dparameter_validation.h109 UNRECOGNIZED_VALUE, // A Vulkan enumeration, VkFlags, or VkBool32 parameter
620 * Validate a VkBool32 value.
622 * Generate a warning if a VkBool32 value is neither VK_TRUE nor VK_FALSE.
631 VkBool32 value) {
/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h74 VkBool32* pSupported);
H A Dwsi_common_wayland.c342 VkBool32
354 VkBool32* pSupported)
H A Dwsi_common_x11.c290 VkBool32 wsi_get_physical_device_xcb_presentation_support(
339 VkBool32* pSupported)
/external/vulkan-validation-layers/tests/
H A Dtest_environment.cpp96 VkBool32 extFound;
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp361 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout)
961 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported)
1036 VKAPI_ATTR VkBool32 VKAPI_CALL
1038 VkBool32 result;
1056 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id)
1060 VkBool32 result = phys_dev->inst->layer_disp.GetPhysicalDeviceXcbPresentationSupportKHR(vk_phys_dev, queueFamilyIndex, connection, visual_id);
1076 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy, VisualID visualID)
1080 VkBool32 result = phys_dev->inst->layer_disp.GetPhysicalDeviceXlibPresentationSupportKHR(vk_phys_dev, queueFamilyIndex, dpy, visualID);
1095 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display)
1099 VkBool32 resul
[all...]
/external/vulkan-validation-layers/loader/
H A Ddebug_report.c99 VkBool32 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType,
101 VkBool32 bail = false;
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp154 bool validValueVkBool32 (const VkBool32 value)
543 VkBool32 m_allUsageFlagsPrefersDedicatedAllocation;
544 VkBool32 m_allUsageFlagsRequiresDedicatedAllocation;
546 VkBool32 m_currentTestPrefersDedicatedAllocation;
547 VkBool32 m_currentTestRequiresDedicatedAllocation;
590 invalidVkBool32, // VkBool32 prefersDedicatedAllocation
591 invalidVkBool32 // VkBool32 requiresDedicatedAllocation
621 "Invalid VkBool32 value in m_currentTestPrefersDedicatedAllocation");
1480 VkBool32 m_currentTestPrefersDedicatedAllocation;
1481 VkBool32 m_currentTestRequiresDedicatedAllocatio
[all...]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp152 VkBool32 primitiveRestartEnable = VK_TRUE;
173 primitiveRestartEnable, // VkBool32 primitiveRestartEnable;
211 VK_FALSE, // VkBool32 depthClampEnable;
212 isRasterizationDisabled, // VkBool32 rasterizerDiscardEnable;
216 VK_FALSE, // VkBool32 depthBiasEnable;
229 VK_FALSE, // VkBool32 sampleShadingEnable;
232 VK_FALSE, // VkBool32 alphaToCoverageEnable;
233 VK_FALSE // VkBool32 alphaToOneEnable;
250 VK_FALSE, // VkBool32 depthTestEnable;
251 VK_FALSE, // VkBool32 depthWriteEnabl
[all...]
H A DvktGeometryTestsUtil.hpp193 vk::VkBool32 checkPointSize (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physDevice);
/external/vulkan-validation-layers/demos/
H A Dcube.c293 VKAPI_ATTR VkBool32 VKAPI_CALL BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
458 VKAPI_ATTR VkBool32 VKAPI_CALL dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location,
2777 VkBool32 found_plane = VK_FALSE;
2924 static VkBool32 demo_check_layers(uint32_t check_count, char **check_names,
2928 VkBool32 found = 0;
2963 VkBool32 validation_found = 0;
3013 VkBool32 surfaceExtFound = 0;
3014 VkBool32 platformSurfaceExtFound = 0;
3260 VkBool32 swapchainExtFound = 0;
3524 VkBool32 *supportsPresen
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_wsi.c87 VkBool32* pSupported)
/external/mesa3d/src/intel/vulkan/
H A Danv_wsi.c89 VkBool32* pSupported)
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp819 if (*(((VkBool32*)((deUint8*)(&physicalDeviceFeatures) + features[featureNdx].offset))))
825 *((VkBool32*)((deUint8*)(&enabledFeatures) + features[i].offset)) = (i == featureNdx ? VK_TRUE : VK_FALSE);
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp485 (vk::VkBool32)(VK_TRUE + 1), // VkBool32 planeReorderPossible;
486 (vk::VkBool32)(VK_TRUE + 1) // VkBool32 persistentContent;
/external/skia/tools/sk_app/
H A DVulkanWindowContext.cpp83 VkBool32 supported;
/external/skqp/tools/sk_app/
H A DVulkanWindowContext.cpp83 VkBool32 supported;

Completed in 625 milliseconds

1234