Home
last modified time | relevance | path

Searched refs:VkBool32 (Results 1 – 25 of 55) sorted by relevance

123

/external/deqp/external/vulkancts/framework/vulkan/
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 multiDrawIndirect;
[all …]
DvkVirtualInstanceInterface.inl18 …Device physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) cons…
30 virtual VkBool32 getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, …
32 virtual VkBool32 getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, d…
34 virtual VkBool32 getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice…
36 virtual VkBool32 getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, d…
39 virtual VkBool32 getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, …
DvkConcreteInstanceInterface.inl18 …Device physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) cons…
30 virtual VkBool32 getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevice, …
32 virtual VkBool32 getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevice, d…
34 virtual VkBool32 getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalDevice…
36 virtual VkBool32 getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevice, d…
39 virtual VkBool32 getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDevice, …
DvkInstanceDriverImpl.inl75 …Device physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const
135 VkBool32 InstanceDriver::getPhysicalDeviceXlibPresentationSupportKHR (VkPhysicalDevice physicalDevi…
145 VkBool32 InstanceDriver::getPhysicalDeviceXcbPresentationSupportKHR (VkPhysicalDevice physicalDevic…
155 VkBool32 InstanceDriver::getPhysicalDeviceWaylandPresentationSupportKHR (VkPhysicalDevice physicalD…
165 VkBool32 InstanceDriver::getPhysicalDeviceMirPresentationSupportKHR (VkPhysicalDevice physicalDevic…
180 VkBool32 InstanceDriver::getPhysicalDeviceWin32PresentationSupportKHR (VkPhysicalDevice physicalDev…
DvkDefs.hpp66 typedef deUint32 VkBool32; typedef
137 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* PFN_vkDebugReportCallbackEXT) (VkDebugReportFlagsEXT fl…
DvkWsiUtil.cpp248 VkBool32 getPhysicalDeviceSurfaceSupport (const InstanceInterface& vki, in getPhysicalDeviceSurfaceSupport()
253 VkBool32 result = 0; in getPhysicalDeviceSurfaceSupport()
DvkWsiUtil.hpp80 VkBool32 getPhysicalDeviceSurfaceSupport (const InstanceInterface& vki,
DvkFunctionPointerTypes.inl43 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64…
142 …sicalDevice physicalDevice, deUint32 queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
160 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceXlibPresentationSupportKHRFunc) (VkPh…
162 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceXcbPresentationSupportKHRFunc) (VkPhy…
164 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceWaylandPresentationSupportKHRFunc) (Vk…
166 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceMirPresentationSupportKHRFunc) (VkPhy…
169 typedef VKAPI_ATTR VkBool32 (VKAPI_CALL* GetPhysicalDeviceWin32PresentationSupportKHRFunc) (VkP…
DvkDebugReportUtil.cpp110 VKAPI_ATTR VkBool32 VKAPI_CALL debugReportCallback (VkDebugReportFlagsEXT flags, in debugReportCallback()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h67 typedef uint32_t VkBool32; typedef
1208 VkBool32 robustBufferAccess;
1209 VkBool32 fullDrawIndexUint32;
1210 VkBool32 imageCubeArray;
1211 VkBool32 independentBlend;
1212 VkBool32 geometryShader;
1213 VkBool32 tessellationShader;
1214 VkBool32 sampleRateShading;
1215 VkBool32 dualSrcBlend;
1216 VkBool32 logicOp;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
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 depthWriteEnable = false,
[all …]
DvktDrawCreateInfoUtil.cpp717 vk::VkBool32 _primitiveRestartEnable) in InputAssemblerState()
799 PipelineCreateInfo::RasterizerState::RasterizerState (vk::VkBool32 _depthClampEnable, in RasterizerState()
800 vk::VkBool32 _rasterizerDiscardEnable, in RasterizerState()
804 vk::VkBool32 _depthBiasEnable, in RasterizerState()
827 vk::VkBool32 _sampleShadingEnable, in MultiSampleState()
878 vk::VkBool32 _logicOpEnable, in ColorBlendState()
893 vk::VkBool32 _logicOpEnable, in ColorBlendState()
931 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment()
968 PipelineCreateInfo::DepthStencilState::DepthStencilState (vk::VkBool32 _depthTestEnable, in DepthStencilState()
969 vk::VkBool32 _depthWriteEnable, in DepthStencilState()
[all …]
/external/vulkan-validation-layers/loader/
Dwsi.h73 VkBool32 *pSupported);
95 VKAPI_ATTR VkBool32 VKAPI_CALL
105 VKAPI_ATTR VkBool32 VKAPI_CALL
114 VKAPI_ATTR VkBool32 VKAPI_CALL
126 VKAPI_ATTR VkBool32 VKAPI_CALL
137 VKAPI_ATTR VkBool32 VKAPI_CALL
Dwsi.c201 VkBool32 *pSupported) { in vkGetPhysicalDeviceSurfaceSupportKHR()
215 VkSurfaceKHR surface, VkBool32 *pSupported) { in terminator_GetPhysicalDeviceSurfaceSupportKHR()
624 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL
631 VkBool32 res = disp->GetPhysicalDeviceWin32PresentationSupportKHR( in vkGetPhysicalDeviceWin32PresentationSupportKHR()
638 VKAPI_ATTR VkBool32 VKAPI_CALL
752 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL
760 VkBool32 res = disp->GetPhysicalDeviceMirPresentationSupportKHR( in vkGetPhysicalDeviceMirPresentationSupportKHR()
767 VKAPI_ATTR VkBool32 VKAPI_CALL
884 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL
892 VkBool32 res = disp->GetPhysicalDeviceWaylandPresentationSupportKHR( in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
[all …]
Ddebug_report.h155 VkBool32 util_DebugReportMessage(const struct loader_instance *inst,
Ddebug_report.c113 VkBool32 util_DebugReportMessage(const struct loader_instance *inst,
119 VkBool32 bail = false;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in67 typedef uint32_t VkBool32; typedef
1242 VkBool32 robustBufferAccess;
1243 VkBool32 fullDrawIndexUint32;
1244 VkBool32 imageCubeArray;
1245 VkBool32 independentBlend;
1246 VkBool32 geometryShader;
1247 VkBool32 tessellationShader;
1248 VkBool32 sampleRateShading;
1249 VkBool32 dualSrcBlend;
1250 VkBool32 logicOp;
[all …]
/external/skia/tools/viewer/sk_app/win/
DVulkanWindowContext_win.cpp58 VkBool32 check = getPhysicalDeviceWin32PresentationSupportKHR(physDev, queueFamilyIndex); in NewVulkanForWin()
/external/skia/tools/viewer/sk_app/unix/
DVulkanWindowContext_unix.cpp63 VkBool32 check = getPhysicalDeviceXcbPresentationSupportKHR(physDev, in NewVulkanForXlib()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp359 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t… in vkWaitForFences()
959 …ysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) in vkGetPhysicalDeviceSurfaceSupportKHR()
1034 VKAPI_ATTR VkBool32 VKAPI_CALL
1036 VkBool32 result; in vkGetPhysicalDeviceWin32PresentationSupportKHR()
1054 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physic… in vkGetPhysicalDeviceXcbPresentationSupportKHR()
1058VkBool32 result = phys_dev->inst->layer_disp.GetPhysicalDeviceXcbPresentationSupportKHR(vk_phys_de… in vkGetPhysicalDeviceXcbPresentationSupportKHR()
1074 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physi… in vkGetPhysicalDeviceXlibPresentationSupportKHR()
1078VkBool32 result = phys_dev->inst->layer_disp.GetPhysicalDeviceXlibPresentationSupportKHR(vk_phys_d… in vkGetPhysicalDeviceXlibPresentationSupportKHR()
1093 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice ph… in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
1097VkBool32 result = phys_dev->inst->layer_disp.GetPhysicalDeviceWaylandPresentationSupportKHR(vk_phy… in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
[all …]
/external/vulkan-validation-layers/layers/
Dswapchain.cpp447 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceMirPresentationSupportKHR(VkPhysicalDevice physical… in GetPhysicalDeviceMirPresentationSupportKHR()
449 VkBool32 result = VK_FALSE; in GetPhysicalDeviceMirPresentationSupportKHR()
532 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice phys… in GetPhysicalDeviceWaylandPresentationSupportKHR()
535 VkBool32 result = VK_FALSE; in GetPhysicalDeviceWaylandPresentationSupportKHR()
618 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceWin32PresentationSupportKHR(VkPhysicalDevice physic… in GetPhysicalDeviceWin32PresentationSupportKHR()
620 VkBool32 result = VK_FALSE; in GetPhysicalDeviceWin32PresentationSupportKHR()
702 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceXcbPresentationSupportKHR(VkPhysicalDevice physical… in GetPhysicalDeviceXcbPresentationSupportKHR()
705 VkBool32 result = VK_FALSE; in GetPhysicalDeviceXcbPresentationSupportKHR()
788 VKAPI_ATTR VkBool32 VKAPI_CALL GetPhysicalDeviceXlibPresentationSupportKHR(VkPhysicalDevice physica… in GetPhysicalDeviceXlibPresentationSupportKHR()
791 VkBool32 result = VK_FALSE; in GetPhysicalDeviceXlibPresentationSupportKHR()
[all …]
Dvk_layer_logging.h356 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectType… in log_callback()
370 static inline VKAPI_ATTR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReport… in win32_debug_output_msg()
Dswapchain.h157 VkBool32 *pQueueFamilyIndexSupport;
/external/vulkan-validation-layers/demos/smoke/
DShell.h112 static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report_callback( in debug_report_callback()
/external/vulkan-validation-layers/demos/
Dcube.c266 VKAPI_ATTR VkBool32 VKAPI_CALL
420 VKAPI_ATTR VkBool32 VKAPI_CALL
2534 static VkBool32 demo_check_layers(uint32_t check_count, char **check_names, in demo_check_layers()
2538 VkBool32 found = 0; in demo_check_layers()
2574 VkBool32 validation_found = 0; in demo_init_vk()
2624 VkBool32 surfaceExtFound = 0; in demo_init_vk()
2625 VkBool32 platformSurfaceExtFound = 0; in demo_init_vk()
2627 VkBool32 xlibSurfaceExtFound = 0; in demo_init_vk()
2832 VkBool32 swapchainExtFound = 0; in demo_init_vk()
3042 VkBool32 *supportsPresent = in demo_init_vk_swapchain()
[all …]

123