Searched refs:VkBool32 (Results 1 - 25 of 77) sorted by relevance

1234

/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.h28 VkBool32
H A Dwsi_common_x11.h28 VkBool32 wsi_get_physical_device_xcb_presentation_support(
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkStructTypes.inl39 VkBool32 robustBufferAccess;
40 VkBool32 fullDrawIndexUint32;
41 VkBool32 imageCubeArray;
42 VkBool32 independentBlend;
43 VkBool32 geometryShader;
44 VkBool32 tessellationShader;
45 VkBool32 sampleRateShading;
46 VkBool32 dualSrcBlend;
47 VkBool32 logicOp;
48 VkBool32 multiDrawIndirec
[all...]
H A DvkConcreteInstanceInterface.inl29 virtual VkResult getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const;
42 virtual VkBool32 getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID) const;
44 virtual VkBool32 getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id) const;
46 virtual VkBool32 getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display) const;
48 virtual VkBool32 getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection) const;
51 virtual VkBool32 getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex) const;
H A DvkVirtualInstanceInterface.inl29 virtual VkResult getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const = 0;
42 virtual VkBool32 getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID) const = 0;
44 virtual VkBool32 getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id) const = 0;
46 virtual VkBool32 getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display) const = 0;
48 virtual VkBool32 getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection) const = 0;
51 virtual VkBool32 getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex) const = 0;
H A DvkWsiUtil.hpp80 VkBool32 getPhysicalDeviceSurfaceSupport (const InstanceInterface& vki,
H A DvkDefs.hpp70 typedef deUint32 VkBool32; typedef in namespace:vk
159 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* PFN_vkDebugReportCallbackEXT) (VkDebugReportFlagsEXT flags,
H A DvkInstanceDriverImpl.inl180 VkResult InstanceDriver::getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const
245 VkBool32 InstanceDriver::getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XlibDisplayPtr dpy, pt::XlibVisualID visualID) const
255 VkBool32 InstanceDriver::getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::XcbConnectionPtr connection, pt::XcbVisualid visual_id) const
265 VkBool32 InstanceDriver::getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::WaylandDisplayPtr display) const
275 VkBool32 InstanceDriver::getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex, pt::MirConnectionPtr connection) const
290 VkBool32 InstanceDriver::getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, deUint32 queueFamilyIndex) const
/external/vulkan-validation-layers/loader/
H A Dwsi.h67 VkBool32 *pSupported);
84 VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice,
90 VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceMirPresentationSupportKHR(VkPhysicalDevice physicalDevice,
98 VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice,
106 VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physicalDevice,
114 VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physicalDevice,
H A Ddebug_report.h137 VkBool32 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType,
H A Dwsi.c179 VkBool32 *pSupported) {
191 VkBool32 *pSupported) {
542 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice,
547 VkBool32 res = disp->GetPhysicalDeviceWin32PresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex);
553 VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physicalDevice,
654 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceMirPresentationSupportKHR(VkPhysicalDevice physicalDevice,
660 VkBool32 res = disp->GetPhysicalDeviceMirPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, connection);
666 VKAPI_ATTR VkBool32 VKAPI_CALL terminator_GetPhysicalDeviceMirPresentationSupportKHR(VkPhysicalDevice physicalDevice,
767 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice,
773 VkBool32 re
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_wsi_wayland.c32 VkBool32 radv_GetPhysicalDeviceWaylandPresentationSupportKHR(
H A Dradv_wsi_x11.c37 VkBool32 radv_GetPhysicalDeviceXcbPresentationSupportKHR(
51 VkBool32 radv_GetPhysicalDeviceXlibPresentationSupportKHR(
/external/mesa3d/src/intel/vulkan/
H A Danv_wsi_x11.c33 VkBool32 anv_GetPhysicalDeviceXcbPresentationSupportKHR(
47 VkBool32 anv_GetPhysicalDeviceXlibPresentationSupportKHR(
H A Danv_wsi_wayland.c33 VkBool32 anv_GetPhysicalDeviceWaylandPresentationSupportKHR(
/external/mesa3d/include/vulkan/
H A Dvulkan.h67 typedef uint32_t VkBool32; typedef
1217 VkBool32 robustBufferAccess;
1218 VkBool32 fullDrawIndexUint32;
1219 VkBool32 imageCubeArray;
1220 VkBool32 independentBlend;
1221 VkBool32 geometryShader;
1222 VkBool32 tessellationShader;
1223 VkBool32 sampleRateShading;
1224 VkBool32 dualSrcBlend;
1225 VkBool32 logicO
[all...]
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp316 InputAssemblerState (vk::VkPrimitiveTopology topology, vk::VkBool32 primitiveRestartEnable = false);
342 RasterizerState (vk::VkBool32 depthClampEnable = false,
343 vk::VkBool32 rasterizerDiscardEnable = false,
347 vk::VkBool32 depthBiasEnable = true,
358 vk::VkBool32 sampleShadingEnable = false,
377 Attachment (vk::VkBool32 blendEnable = false,
391 vk::VkBool32 alphaToCoverageEnable = false,
396 vk::VkBool32 logicOpEnable = false,
422 DepthStencilState (vk::VkBool32 depthTestEnable = false,
423 vk::VkBool32 depthWriteEnabl
[all...]
H A DvktDrawCreateInfoUtil.cpp717 vk::VkBool32 _primitiveRestartEnable)
799 PipelineCreateInfo::RasterizerState::RasterizerState (vk::VkBool32 _depthClampEnable,
800 vk::VkBool32 _rasterizerDiscardEnable,
804 vk::VkBool32 _depthBiasEnable,
827 vk::VkBool32 _sampleShadingEnable,
878 vk::VkBool32 _logicOpEnable,
893 vk::VkBool32 _logicOpEnable,
931 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable,
968 PipelineCreateInfo::DepthStencilState::DepthStencilState (vk::VkBool32 _depthTestEnable,
969 vk::VkBool32 _depthWriteEnabl
[all...]
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h67 typedef uint32_t VkBool32; typedef
1510 VkBool32 robustBufferAccess;
1511 VkBool32 fullDrawIndexUint32;
1512 VkBool32 imageCubeArray;
1513 VkBool32 independentBlend;
1514 VkBool32 geometryShader;
1515 VkBool32 tessellationShader;
1516 VkBool32 sampleRateShading;
1517 VkBool32 dualSrcBlend;
1518 VkBool32 logicO
[all...]
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h71 typedef uint32_t VkBool32; typedef
1314 VkBool32 robustBufferAccess;
1315 VkBool32 fullDrawIndexUint32;
1316 VkBool32 imageCubeArray;
1317 VkBool32 independentBlend;
1318 VkBool32 geometryShader;
1319 VkBool32 tessellationShader;
1320 VkBool32 sampleRateShading;
1321 VkBool32 dualSrcBlend;
1322 VkBool32 logicO
[all...]
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h71 typedef uint32_t VkBool32; typedef
1314 VkBool32 robustBufferAccess;
1315 VkBool32 fullDrawIndexUint32;
1316 VkBool32 imageCubeArray;
1317 VkBool32 independentBlend;
1318 VkBool32 geometryShader;
1319 VkBool32 tessellationShader;
1320 VkBool32 sampleRateShading;
1321 VkBool32 dualSrcBlend;
1322 VkBool32 logicO
[all...]
/external/skia/tools/sk_app/unix/
H A DVulkanWindowContext_unix.cpp69 VkBool32 check = getPhysicalDeviceXcbPresentationSupportKHR(physDev,
/external/skia/tools/sk_app/win/
H A DVulkanWindowContext_win.cpp65 VkBool32 check = getPhysicalDeviceWin32PresentationSupportKHR(physDev, queueFamilyIndex);
/external/skqp/tools/sk_app/unix/
H A DVulkanWindowContext_unix.cpp69 VkBool32 check = getPhysicalDeviceXcbPresentationSupportKHR(physDev,
/external/skqp/tools/sk_app/win/
H A DVulkanWindowContext_win.cpp65 VkBool32 check = getPhysicalDeviceWin32PresentationSupportKHR(physDev, queueFamilyIndex);

Completed in 570 milliseconds

1234