Searched defs:VkClearDepthStencilValue (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/include/vulkan/
H A Dvulkan.h2168 typedef struct VkClearDepthStencilValue { struct
2171 } VkClearDepthStencilValue; typedef in typeref:struct:VkClearDepthStencilValue
2175 VkClearDepthStencilValue depthStencil;
2382 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3085 const VkClearDepthStencilValue* pDepthStencil,
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2265 typedef struct VkClearDepthStencilValue { struct
2268 } VkClearDepthStencilValue; typedef in typeref:struct:VkClearDepthStencilValue
2272 VkClearDepthStencilValue depthStencil;
2479 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3182 const VkClearDepthStencilValue* pDepthStencil,
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2159 typedef struct VkClearDepthStencilValue { struct
2162 } VkClearDepthStencilValue; typedef in typeref:struct:VkClearDepthStencilValue
2166 VkClearDepthStencilValue depthStencil;
2373 typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges);
3076 const VkClearDepthStencilValue* pDepthStencil,
H A Dvulkan.hpp3265 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs )
3270 ClearDepthStencilValue& operator=( VkClearDepthStencilValue const & rhs )
3288 operator const VkClearDepthStencilValue&() const
3290 return *reinterpret_cast<const VkClearDepthStencilValue*>(this);
3307 static_assert( sizeof( ClearDepthStencilValue ) == sizeof( VkClearDepthStencilValue ), "struct and wrapper have different size!" );
3343 VkClearDepthStencilValue depthStencil;
14190 vkCmdClearDepthStencilImage( m_commandBuffer, static_cast<VkImage>( image ), static_cast<VkImageLayout>( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue*>( pDepthStencil ), rangeCount, reinterpret_cast<const VkImageSubresourceRange*>( pRanges ) );
14196 vkCmdClearDepthStencilImage( m_commandBuffer, static_cast<VkImage>( image ), static_cast<VkImageLayout>( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue*>( &depthStencil ), ranges.size() , reinterpret_cast<const VkImageSubresourceRange*>( ranges.data() ) );

Completed in 232 milliseconds