Searched defs:imageLayout (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 1244 …mdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const V… in CmdClearColorImage() 1248 …DepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const V… in CmdClearDepthStencilImage() 2098 …mdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const V… in vkCmdClearColorImage() 2103 …DepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const V… in vkCmdClearDepthStencilImage()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.cpp | 1424 void CmdClearColorImage(VkCommandBuffer cmdBuffer, VkImage image, VkImageLayout imageLayout, const … in CmdClearColorImage() 1427 void CmdClearDepthStencilImage(VkCommandBuffer cmdBuffer, VkImage image, VkImageLayout imageLayout,… in CmdClearDepthStencilImage()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.cpp | 77 vk::ImageLayout imageLayout{vk::ImageLayout::eUndefined}; member
|
D | cube.c | 241 VkImageLayout imageLayout; member
|