/hardware/google/gfxstream/host/vulkan/ |
D | DisplayVk.cpp | 575 VkFormatProperties formatProperties; in getFormatFeatures() local 576 m_vk.vkGetPhysicalDeviceFormatProperties(m_vkPhysicalDevice, format, &formatProperties); in getFormatFeatures() 577 i = m_vkFormatProperties.emplace(format, formatProperties).first; in getFormatFeatures() 579 const VkFormatProperties& formatProperties = i->second; in getFormatFeatures() local 582 formatFeatures = formatProperties.linearTilingFeatures; in getFormatFeatures() 584 formatFeatures = formatProperties.optimalTilingFeatures; in getFormatFeatures()
|
D | SwapChainStateVk.cpp | 220 VkFormatProperties formatProperties = {}; in createSwapChainCi() local 221 vk.vkGetPhysicalDeviceFormatProperties(physicalDevice, k_vkFormat, &formatProperties); in createSwapChainCi() 224 VkFormatFeatureFlags formatFeatures = formatProperties.optimalTilingFeatures; in createSwapChainCi()
|
D | CompositorVk.cpp | 863 VkFormatProperties formatProperties; in getFormatFeatures() local 864 m_vk.vkGetPhysicalDeviceFormatProperties(m_vkPhysicalDevice, format, &formatProperties); in getFormatFeatures() 865 i = m_vkFormatProperties.emplace(format, formatProperties).first; in getFormatFeatures() 867 const VkFormatProperties& formatProperties = i->second; in getFormatFeatures() local 870 formatFeatures = formatProperties.linearTilingFeatures; in getFormatFeatures() 872 formatFeatures = formatProperties.optimalTilingFeatures; in getFormatFeatures()
|
D | VkCommonOperations.cpp | 1843 const VkFormatProperties& formatProperties = imageSupportInfo.formatProps2.formatProperties; in generateColorBufferVkImageCreateInfo_locked() local 1854 ? formatProperties.optimalTilingFeatures in generateColorBufferVkImageCreateInfo_locked() 1855 : formatProperties.linearTilingFeatures; in generateColorBufferVkImageCreateInfo_locked()
|
D | VkDecoderGlobalState.cpp | 1450 vk, physicalDevice, format, &pFormatProperties->formatProperties); in on_vkGetPhysicalDeviceFormatProperties2() 7113 pFormatProp->formatProperties.linearTilingFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures() 7114 pFormatProp->formatProperties.optimalTilingFeatures &= kEmulatedTextureOptimalTilingMask; in maskFormatPropertiesForEmulatedTextures() 7115 pFormatProp->formatProperties.bufferFeatures &= kEmulatedTextureBufferFeatureMask; in maskFormatPropertiesForEmulatedTextures()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_physical_device.c | 201 *pFormatProperties = props2.formatProperties; in vk_common_GetPhysicalDeviceFormatProperties()
|
/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 352 VkFormatProperties formatProperties = {}; in supportsFeatures() local 353 k_vk->vkGetPhysicalDeviceFormatProperties(m_vkPhysicalDevice, format, &formatProperties); in supportsFeatures() 354 return (formatProperties.optimalTilingFeatures & features) == features; in supportsFeatures()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 188 VkFormatProperties2 formatProperties = { 193 vkGetPhysicalDeviceFormatProperties2(device, format, &formatProperties);
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 582 VkFormatProperties formatProperties; in addImageBufferCollectionConstraintsFUCHSIA() local 584 &formatProperties, true /* do lock */); in addImageBufferCollectionConstraintsFUCHSIA() 587 ? formatProperties.linearTilingFeatures in addImageBufferCollectionConstraintsFUCHSIA() 588 : formatProperties.optimalTilingFeatures; in addImageBufferCollectionConstraintsFUCHSIA() 2849 VkFormatProperties formatProperties; in on_vkGetBufferCollectionPropertiesFUCHSIA() local 2850 enc->vkGetPhysicalDeviceFormatProperties(physicalDevice, vkFormat, &formatProperties, in on_vkGetBufferCollectionPropertiesFUCHSIA() 2853 pProperties->formatFeatures = formatProperties.optimalTilingFeatures; in on_vkGetBufferCollectionPropertiesFUCHSIA() 2856 pProperties->formatFeatures = formatProperties.linearTilingFeatures; in on_vkGetBufferCollectionPropertiesFUCHSIA()
|
D | goldfish_vk_transform_guest.cpp | 857 resourceTracker, (VkSparseImageFormatProperties*)(&toTransform->formatProperties)); in transform_tohost_VkSparseImageMemoryRequirements() 865 resourceTracker, (VkSparseImageFormatProperties*)(&toTransform->formatProperties)); in transform_fromhost_VkSparseImageMemoryRequirements() 2828 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_tohost_VkFormatProperties2() 2839 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_fromhost_VkFormatProperties2()
|
D | goldfish_vk_deepcopy_guest.cpp | 767 deepcopy_VkSparseImageFormatProperties(alloc, rootType, &from->formatProperties, in deepcopy_VkSparseImageMemoryRequirements() 768 (VkSparseImageFormatProperties*)(&to->formatProperties)); in deepcopy_VkSparseImageMemoryRequirements() 2780 deepcopy_VkFormatProperties(alloc, rootType, &from->formatProperties, in deepcopy_VkFormatProperties2() 2781 (VkFormatProperties*)(&to->formatProperties)); in deepcopy_VkFormatProperties2()
|
D | goldfish_vk_counting_guest.cpp | 954 featureBits, rootType, (VkSparseImageFormatProperties*)(&toCount->formatProperties), count); in count_VkSparseImageMemoryRequirements() 2756 (VkFormatProperties*)(&toCount->formatProperties), count); in count_VkFormatProperties2()
|
D | goldfish_vk_marshaling_guest.cpp | 1705 vkStream, rootType, (VkSparseImageFormatProperties*)(&forMarshaling->formatProperties)); in marshal_VkSparseImageMemoryRequirements() 1717 vkStream, rootType, (VkSparseImageFormatProperties*)(&forUnmarshaling->formatProperties)); in unmarshal_VkSparseImageMemoryRequirements() 5118 (VkFormatProperties*)(&forMarshaling->formatProperties)); in marshal_VkFormatProperties2() 5130 (VkFormatProperties*)(&forUnmarshaling->formatProperties)); in unmarshal_VkFormatProperties2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1365 vkStream, rootType, (VkSparseImageFormatProperties*)(&forMarshaling->formatProperties), in reservedmarshal_VkSparseImageMemoryRequirements() 3553 vkStream, rootType, (VkFormatProperties*)(&forMarshaling->formatProperties), ptr); in reservedmarshal_VkFormatProperties2()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 1154 * pname:formatProperties is a slink:VkSparseImageFormatProperties 1160 If pname:formatProperties.flags contains 1169 mip tail, if pname:formatProperties.flags does not contain 1379 If pname:formatProperties.flags contains 1384 If pname:formatProperties.flags does not contain 1438 sname:VkSparseImageMemoryRequirements::pname:formatProperties.flags contains
|
D | formats.adoc | 2130 * pname:formatProperties is a slink:VkFormatProperties structure 2356 corresponding fields of sname:VkFormatProperties2::pname:formatProperties.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_raii.hpp | 6002 VULKAN_HPP_NAMESPACE::FormatProperties formatProperties; in getFormatProperties() local 6003 … ), static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties *>( &formatProperties ) ); in getFormatProperties() 6006 return formatProperties; in getFormatProperties() 7482 VULKAN_HPP_NAMESPACE::FormatProperties2 formatProperties; in getFormatProperties2() local 7483 …), static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( &formatProperties ) ); in getFormatProperties2() 7486 return formatProperties; in getFormatProperties2() 7496 …VULKAN_HPP_NAMESPACE::FormatProperties2 & formatProperties = structureChain.template get<VULKAN_HP… in getFormatProperties2() local 7497 …), static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( &formatProperties ) ); in getFormatProperties2()
|
D | vulkansc_funcs.hpp | 184 VULKAN_HPP_NAMESPACE::FormatProperties formatProperties; in getFormatProperties() local 185 …ce, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties *>( &formatProperties ) ); in getFormatProperties() 188 return formatProperties; in getFormatProperties() 4023 VULKAN_HPP_NAMESPACE::FormatProperties2 formatProperties; in getFormatProperties2() local 4024 …e, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( &formatProperties ) ); in getFormatProperties2() 4027 return formatProperties; in getFormatProperties2() 4037 …VULKAN_HPP_NAMESPACE::FormatProperties2 & formatProperties = structureChain.template get<VULKAN_HP… in getFormatProperties2() local 4038 …e, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( &formatProperties ) ); in getFormatProperties2()
|
D | vulkan_raii.hpp | 10728 VULKAN_HPP_NAMESPACE::FormatProperties formatProperties; in getFormatProperties() local 10729 … ), static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties *>( &formatProperties ) ); in getFormatProperties() 10732 return formatProperties; in getFormatProperties() 12332 VULKAN_HPP_NAMESPACE::FormatProperties2 formatProperties; in getFormatProperties2() local 12333 …), static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( &formatProperties ) ); in getFormatProperties2() 12336 return formatProperties; in getFormatProperties2() 12346 …VULKAN_HPP_NAMESPACE::FormatProperties2 & formatProperties = structureChain.template get<VULKAN_HP… in getFormatProperties2() local 12347 …), static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( &formatProperties ) ); in getFormatProperties2() 14299 VULKAN_HPP_NAMESPACE::FormatProperties2 formatProperties; in getFormatProperties2KHR() local 14300 …), static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( &formatProperties ) ); in getFormatProperties2KHR() [all …]
|
D | vulkansc_hash.hpp | 2555 …std::size_t operator()(VULKAN_HPP_NAMESPACE::FormatProperties const & formatProperties) const VULK… in operator ()() 2558 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.linearTilingFeatures ); in operator ()() 2559 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.optimalTilingFeatures ); in operator ()() 2560 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.bufferFeatures ); in operator ()() 2572 VULKAN_HPP_HASH_COMBINE( seed, formatProperties2.formatProperties ); in operator ()()
|
D | vulkan_hash.hpp | 4511 …std::size_t operator()(VULKAN_HPP_NAMESPACE::FormatProperties const & formatProperties) const VULK… in operator ()() 4514 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.linearTilingFeatures ); in operator ()() 4515 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.optimalTilingFeatures ); in operator ()() 4516 VULKAN_HPP_HASH_COMBINE( seed, formatProperties.bufferFeatures ); in operator ()() 4528 VULKAN_HPP_HASH_COMBINE( seed, formatProperties2.formatProperties ); in operator ()() 12785 VULKAN_HPP_HASH_COMBINE( seed, sparseImageMemoryRequirements.formatProperties ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 860 resourceTracker, (VkSparseImageFormatProperties*)(&toTransform->formatProperties)); in transform_tohost_VkSparseImageMemoryRequirements() 868 resourceTracker, (VkSparseImageFormatProperties*)(&toTransform->formatProperties)); in transform_fromhost_VkSparseImageMemoryRequirements() 2838 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_tohost_VkFormatProperties2() 2849 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_fromhost_VkFormatProperties2()
|
D | goldfish_vk_deepcopy.cpp | 767 deepcopy_VkSparseImageFormatProperties(alloc, rootType, &from->formatProperties, in deepcopy_VkSparseImageMemoryRequirements() 768 (VkSparseImageFormatProperties*)(&to->formatProperties)); in deepcopy_VkSparseImageMemoryRequirements() 2780 deepcopy_VkFormatProperties(alloc, rootType, &from->formatProperties, in deepcopy_VkFormatProperties2() 2781 (VkFormatProperties*)(&to->formatProperties)); in deepcopy_VkFormatProperties2()
|
D | goldfish_vk_marshaling.cpp | 1864 vkStream, rootType, (VkSparseImageFormatProperties*)(&forMarshaling->formatProperties)); in marshal_VkSparseImageMemoryRequirements() 1875 vkStream, rootType, (VkSparseImageFormatProperties*)(&forUnmarshaling->formatProperties)); in unmarshal_VkSparseImageMemoryRequirements() 5964 (VkFormatProperties*)(&forMarshaling->formatProperties)); in marshal_VkFormatProperties2() 5988 (VkFormatProperties*)(&forUnmarshaling->formatProperties)); in unmarshal_VkFormatProperties2()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3346 VkSparseImageFormatProperties formatProperties; member 5251 VkFormatProperties formatProperties; member
|