Searched defs:VkClearDepthStencilValue (Results 1 - 2 of 2) sorted by relevance
/external/skia/third_party/vulkan/ |
H A D | vulkan.h | 2103 typedef struct VkClearDepthStencilValue { struct 2106 } VkClearDepthStencilValue; typedef in typeref:struct:VkClearDepthStencilValue 2110 VkClearDepthStencilValue depthStencil; 2317 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 3020 const VkClearDepthStencilValue* pDepthStencil,
|
/external/vulkan-validation-layers/include/vulkan/ |
H A D | vulkan.h | 2112 typedef struct VkClearDepthStencilValue { struct 2115 } VkClearDepthStencilValue; typedef in typeref:struct:VkClearDepthStencilValue 2119 VkClearDepthStencilValue depthStencil; 2326 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); 3029 const VkClearDepthStencilValue* pDepthStencil,
|
Completed in 125 milliseconds