Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.h210 VPAPI_ATTR VkResult vpHasMultipleVariantsProfile(const VpProfileProperties *pProfile, VkBool32 *pHa…
213 …eProfileSupport(const char *pLayerName, const VpProfileProperties *pProfile, VkBool32 *pSupported);
216 …ntsSupport(const char *pLayerName, const VpProfileProperties *pProfile, VkBool32 *pSupported, uint…
222 …tance, VkPhysicalDevice physicalDevice, const VpProfileProperties *pProfile, VkBool32 *pSupported);
225 …, VkPhysicalDevice physicalDevice, const VpProfileProperties *pProfile, VkBool32 *pSupported, uint…
Dvulkan_profiles.cpp9293 return (sizeof(T) - sizeof(VkBaseOutStructure)) / sizeof(VkBool32); in size()
10099 const VkBool32* input = reinterpret_cast<const VkBool32*>(pInputData); in ApplyFeatures()
10100 VkBool32* output = reinterpret_cast<VkBool32*>(pOutputData); in ApplyFeatures()
10232 …const VpProfileProperties* pProfile, VkBool32* pSupported, std::vector<VpBlockProperties>& support… in vpGetInstanceProfileSupportSingleProfile()
10269 VkBool32 supported_capabilities = VK_FALSE; in vpGetInstanceProfileSupportSingleProfile()
10273 VkBool32 supported_variant = VK_TRUE; in vpGetInstanceProfileSupportSingleProfile()
10527 VPAPI_ATTR VkResult vpHasMultipleVariantsProfile(const VpProfileProperties *pProfile, VkBool32 *pHa… in vpHasMultipleVariantsProfile()
10546 …ntsSupport(const char *pLayerName, const VpProfileProperties *pProfile, VkBool32 *pSupported, uint… in vpGetInstanceProfileVariantsSupport()
10576 VkBool32 supported = VK_TRUE; in vpGetInstanceProfileVariantsSupport()
10632 …ProfileSupport(const char *pLayerName, const VpProfileProperties *pProfile, VkBool32 *pSupported) { in vpGetInstanceProfileSupport()
[all …]
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h71 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t…
235 VKAPI_ATTR void CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable);
236 VKAPI_ATTR void CmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable);
238 VKAPI_ATTR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTest…
239 VKAPI_ATTR void CmdSetStencilTestEnable(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable);
241 VKAPI_ATTR void CmdSetRasterizerDiscardEnable(VkCommandBuffer commandBuffer, VkBool32 rasterizerDis…
242 VKAPI_ATTR void CmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable);
243 VKAPI_ATTR void CmdSetPrimitiveRestartEnable(VkCommandBuffer commandBuffer, VkBool32 primitiveResta…
Dnull_driver.cpp1261 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences()
1687 void CmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) { in CmdSetDepthBiasEnable()
1690 void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) { in CmdSetDepthBoundsTestEnable()
1696 void CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) { in CmdSetDepthTestEnable()
1699 void CmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) { in CmdSetDepthWriteEnable()
1708 void CmdSetPrimitiveRestartEnable(VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable) { in CmdSetPrimitiveRestartEnable()
1714 void CmdSetRasterizerDiscardEnable(VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable)… in CmdSetRasterizerDiscardEnable()
1723 void CmdSetStencilTestEnable(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) { in CmdSetStencilTestEnable()
/frameworks/native/vulkan/vkprofiles/
Dvkprofiles.cpp47 VkBool32 supported = VK_FALSE; in vkProfileGetSupport()
/frameworks/native/vulkan/include/vulkan/
Dvk_android_native_buffer.h154 VkBool32 sharedImage;
/frameworks/native/vulkan/libvulkan/
Dswapchain.h28 …pportKHR(VkPhysicalDevice pdev, uint32_t queue_family, VkSurfaceKHR surface, VkBool32* pSupported);
Dapi_gen.cpp66 …ysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t, VkSurfaceKHR, VkBool32*) { in disabledGetPhysicalDeviceSurfaceSupportKHR() argument
433 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t…
534 …sicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
598 VKAPI_ATTR void CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable);
599 VKAPI_ATTR void CmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable);
601 VKAPI_ATTR void CmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTest…
602 VKAPI_ATTR void CmdSetStencilTestEnable(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable);
604 VKAPI_ATTR void CmdSetRasterizerDiscardEnable(VkCommandBuffer commandBuffer, VkBool32 rasterizerDis…
605 VKAPI_ATTR void CmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable);
606 VKAPI_ATTR void CmdSetPrimitiveRestartEnable(VkCommandBuffer commandBuffer, VkBool32 primitiveResta…
[all …]
Ddriver.cpp1527 const VkBool32* pFeatures = in CreateDevice()
1528 reinterpret_cast<const VkBool32*>(pEnabledFeatures); in CreateDevice()
1534 (sizeof(VkPhysicalDeviceFeatures) / sizeof(VkBool32)) <= 64, in CreateDevice()
1538 (sizeof(VkPhysicalDeviceFeatures) % sizeof(VkBool32)) == 0, in CreateDevice()
1542 sizeof(VkPhysicalDeviceFeatures) / sizeof(VkBool32); in CreateDevice()
Dapi.cpp488 static VKAPI_ATTR VkBool32
1072 VkBool32 LayerChain::DebugReportCallback(VkDebugReportFlagsEXT flags, in DebugReportCallback()
Dswapchain.cpp676 VkBool32* supported) { in GetPhysicalDeviceSurfaceSupportKHR()