• Home
  • Raw
  • Download

Lines Matching refs:VK_FALSE

246     bool result = VK_FALSE;  in is_depth_format()
269 VkBool32 skipCall = VK_FALSE; in vkCreateImage()
352 if (VK_FALSE == skipCall) { in vkCreateImage()
375 VkBool32 skipCall = VK_FALSE; in vkCreateRenderPass()
426 bool depthFormatPresent = VK_FALSE; in vkCreateRenderPass()
431 if (depthFormatPresent == VK_FALSE) { in vkCreateRenderPass()
454 VkBool32 skipCall = VK_FALSE; in vkCreateImageView()
530 if (VK_FALSE == vk_format_is_color(ivciFormat)) { in vkCreateImageView()
602 VkBool32 skipCall = VK_FALSE; in vkCmdClearColorImage()
623 if (VK_FALSE == skipCall) { in vkCmdClearColorImage()
632 VkBool32 skipCall = VK_FALSE; in vkCmdClearDepthStencilImage()
646 if (VK_FALSE == skipCall) { in vkCmdClearDepthStencilImage()
655 VkBool32 skipCall = VK_FALSE; in vkCmdCopyImage()
730 if (VK_FALSE == skipCall) { in vkCmdCopyImage()
739 VkBool32 skipCall = VK_FALSE; in vkCmdClearAttachments()
766 if (VK_FALSE == skipCall) { in vkCmdClearAttachments()
774 VkBool32 skipCall = VK_FALSE; in vkCmdCopyImageToBuffer()
797 if (VK_FALSE == skipCall) { in vkCmdCopyImageToBuffer()
806 VkBool32 skipCall = VK_FALSE; in vkCmdCopyBufferToImage()
829 if (VK_FALSE == skipCall) { in vkCmdCopyBufferToImage()
838 VkBool32 skipCall = VK_FALSE; in vkCmdBlitImage()
962 VkBool32 skipCall = VK_FALSE; in vkCmdPipelineBarrier()
989 VkBool32 skipCall = VK_FALSE; in vkCmdResolveImage()
1051 if (VK_FALSE == skipCall) { in vkCmdResolveImage()
1059 VkBool32 skipCall = VK_FALSE; in vkGetImageSubresourceLayout()
1088 if (VK_FALSE == skipCall) { in vkGetImageSubresourceLayout()