Home
last modified time | relevance | path

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

/frameworks/native/vulkan/api/
Dvulkan.api654 type u32 VkBool32
4167 VkBool32 primitiveRestartEnable
4191 VkBool32 depthClampEnable
4192 VkBool32 rasterizerDiscardEnable
4196 VkBool32 depthBiasEnable
4208 VkBool32 sampleShadingEnable /// optional (GL45)
4211 VkBool32 alphaToCoverageEnable
4212 VkBool32 alphaToOneEnable
4216 VkBool32 blendEnable
4230 VkBool32 logicOpEnable
[all …]
/frameworks/native/vulkan/include/vulkan/
Dvk_android_native_buffer.h93 VkBool32 sharedImage;
/frameworks/native/vulkan/libvulkan/
Dswapchain.h28 …pportKHR(VkPhysicalDevice pdev, uint32_t queue_family, VkSurfaceKHR surface, VkBool32* pSupported);
Dapi.cpp476 static VKAPI_ATTR VkBool32
1047 VkBool32 LayerChain::DebugReportCallback(VkDebugReportFlagsEXT flags, in DebugReportCallback()
Dapi_gen.cpp62 …ysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t, VkSurfaceKHR, VkBool32*) { in disabledGetPhysicalDeviceSurfaceSupportKHR() argument
384 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t…
510 …sicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
924 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t… in WaitForFences()
1428 …icalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) { in GetPhysicalDeviceSurfaceSupportKHR()
1698 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t… in vkWaitForFences()
2333 …icalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) { in vkGetPhysicalDeviceSurfaceSupportKHR()
Dswapchain.cpp587 VkBool32* supported) { in GetPhysicalDeviceSurfaceSupportKHR()
619 *supported = static_cast<VkBool32>( in GetPhysicalDeviceSurfaceSupportKHR()
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp185 SkDEBUGCODE(VkBool32 supported; res = vkManager.mGetPhysicalDeviceSurfaceSupportKHR( in Create()
/frameworks/native/vulkan/api/templates/
Dvk_xml.tmpl109 <type requires="vk_platform" name="VkBool32"/>
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h70 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t…
Dnull_driver.cpp1230 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences()