Home
last modified time | relevance | path

Searched refs:renderingInfo (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc352 VkRenderingInfo renderingInfo = {
363 vkCmdBeginRendering(commandBuffer, &renderingInfo);
DVK_KHR_dynamic_rendering.adoc392 VkRenderingInfoKHR renderingInfo = {
403 vkCmdBeginRenderingKHR(commandBuffer, &renderingInfo);
DVK_ANDROID_external_format_resolve.adoc278 VkRenderingInfo renderingInfo = {
290 vkCmdBeginRendering(commandBuffer, renderingInfo);
DVK_QCOM_tile_properties.adoc130 VkRenderingInfoKHR renderingInfo = {
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6349 …std::size_t operator()(VULKAN_HPP_NAMESPACE::RenderingInfo const & renderingInfo) const VULKAN_HPP… in operator ()()
6352 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.sType ); in operator ()()
6353 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pNext ); in operator ()()
6354 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.flags ); in operator ()()
6355 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.renderArea ); in operator ()()
6356 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.layerCount ); in operator ()()
6357 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.viewMask ); in operator ()()
6358 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.colorAttachmentCount ); in operator ()()
6359 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pColorAttachments ); in operator ()()
6360 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pDepthAttachment ); in operator ()()
[all …]
Dvulkan_hash.hpp12277 …std::size_t operator()(VULKAN_HPP_NAMESPACE::RenderingInfo const & renderingInfo) const VULKAN_HPP… in operator ()()
12280 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.sType ); in operator ()()
12281 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pNext ); in operator ()()
12282 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.flags ); in operator ()()
12283 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.renderArea ); in operator ()()
12284 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.layerCount ); in operator ()()
12285 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.viewMask ); in operator ()()
12286 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.colorAttachmentCount ); in operator ()()
12287 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pColorAttachments ); in operator ()()
12288 VULKAN_HPP_HASH_COMBINE( seed, renderingInfo.pDepthAttachment ); in operator ()()
[all …]
Dvulkan_raii.hpp4009 …deringTilePropertiesQCOM( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKA…
5014 …void beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKAN_HPP…
5127 …void beginRenderingKHR( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKAN_…
12968 …ndBuffer::beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKA… in beginRendering()
12974 …VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkRenderingInfo *>( &renderingInfo ) ); in beginRendering()
14171 …uffer::beginRenderingKHR( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKA… in beginRenderingKHR()
14177 …VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkRenderingInfo *>( &renderingInfo ) ); in beginRenderingKHR()
19758 …deringTilePropertiesQCOM( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKA… in getDynamicRenderingTilePropertiesQCOM()
19764 …st<VkDevice>( m_device ), reinterpret_cast<const VkRenderingInfo *>( &renderingInfo ), reinterpret… in getDynamicRenderingTilePropertiesQCOM()
Dvulkansc_raii.hpp2582 …void beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKAN_HPP…
8067 …ndBuffer::beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo ) const VULKA… in beginRendering()
8073 …VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkRenderingInfo *>( &renderingInfo ) ); in beginRendering()
Dvulkansc_funcs.hpp5172 …ndBuffer::beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo, Dispatch cons… in beginRendering() argument
5178 …kCmdBeginRendering( m_commandBuffer, reinterpret_cast<const VkRenderingInfo *>( &renderingInfo ) ); in beginRendering()
Dvulkansc_handles.hpp2512 …void beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo & renderingInfo, Dispatch const & d…