HomeSort by: relevance | last modified time | path
    Searched defs:VkClearDepthStencilValue (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 2804 typedef struct VkClearDepthStencilValue {
2807 } VkClearDepthStencilValue;
2811 VkClearDepthStencilValue depthStencil;
3027 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3730 const VkClearDepthStencilValue* pDepthStencil,
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 3424 typedef struct VkClearDepthStencilValue {
3427 } VkClearDepthStencilValue;
3431 VkClearDepthStencilValue depthStencil;
3599 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
4302 const VkClearDepthStencilValue* pDepthStencil,

Completed in 63 milliseconds