Home
last modified time | relevance | path

Searched refs:pFormatProperties (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c190 VkFormatProperties *pFormatProperties) in vk_common_GetPhysicalDeviceFormatProperties() argument
201 *pFormatProperties = props2.formatProperties; in vk_common_GetPhysicalDeviceFormatProperties()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h248 VkFormatProperties* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties() argument
250 pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1389 VkFormatProperties* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties() argument
1394 VkFormatProperties* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties() argument
1395 vk->vkGetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties()
1397 vk, physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties()
1403 VkFormatProperties2* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties2() argument
1420 VkFormatProperties2* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties2() argument
1422 pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties2()
1424 vk, physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties2()
1429 VkFormatProperties2* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties2() argument
1431 pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties2()
[all …]
DVkDecoderGlobalState.h158 VkFormatProperties* pFormatProperties);
161 VkFormatProperties2* pFormatProperties);
165 VkFormatProperties2* pFormatProperties);
DVkDecoder.cpp483 VkFormatProperties* pFormatProperties; in decode() local
494 vkReadStream->alloc((void**)&pFormatProperties, sizeof(VkFormatProperties)); in decode()
496 (VkFormatProperties*)(pFormatProperties), in decode()
498 if (pFormatProperties) { in decode()
500 (VkFormatProperties*)(pFormatProperties)); in decode()
507 (unsigned long long)format, (unsigned long long)pFormatProperties); in decode()
510 pFormatProperties); in decode()
512 if (pFormatProperties) { in decode()
514 (VkFormatProperties*)(pFormatProperties)); in decode()
517 (VkFormatProperties*)(pFormatProperties)); in decode()
[all …]
DVkDecoderSnapshot.h78 VkFormatProperties* pFormatProperties);
644 VkFormatProperties2* pFormatProperties);
964 VkFormatProperties2* pFormatProperties);
DVkDecoderSnapshot.cpp112 VkFormatProperties* pFormatProperties) {} in vkGetPhysicalDeviceFormatProperties() argument
1696 VkFormatProperties2* pFormatProperties) {} in vkGetPhysicalDeviceFormatProperties2() argument
2467 VkFormatProperties2* pFormatProperties) {} in vkGetPhysicalDeviceFormatProperties2KHR() argument
3823 VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties() argument
3825 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
5223 VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties2() argument
5225 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
5976 VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties2KHR() argument
5978 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2KHR()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h69 VkFormatProperties* pFormatProperties,
442 VkFormatProperties2* pFormatProperties,
642 VkFormatProperties2* pFormatProperties,
Dfunc_table.cpp65 VkFormatProperties* pFormatProperties) { in gfxstream_vk_GetPhysicalDeviceFormatProperties() argument
71 format, pFormatProperties, true /* do lock */); in gfxstream_vk_GetPhysicalDeviceFormatProperties()
1876 VkFormatProperties2* pFormatProperties) { in gfxstream_vk_GetPhysicalDeviceFormatProperties2() argument
1882 format, pFormatProperties, true /* do lock */); in gfxstream_vk_GetPhysicalDeviceFormatProperties2()
2924 VkFormatProperties2* pFormatProperties) { in gfxstream_vk_GetPhysicalDeviceFormatProperties2KHR() argument
2930 format, pFormatProperties, in gfxstream_vk_GetPhysicalDeviceFormatProperties2KHR()
DVkEncoder.cpp568 VkFormatProperties* pFormatProperties, in vkGetPhysicalDeviceFormatProperties() argument
599 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
617 (VkFormatProperties*)(pFormatProperties), countPtr); in vkGetPhysicalDeviceFormatProperties()
645 (VkFormatProperties*)(pFormatProperties), streamPtrPtr); in vkGetPhysicalDeviceFormatProperties()
654 (VkFormatProperties*)(pFormatProperties)); in vkGetPhysicalDeviceFormatProperties()
655 if (pFormatProperties) { in vkGetPhysicalDeviceFormatProperties()
657 (VkFormatProperties*)(pFormatProperties)); in vkGetPhysicalDeviceFormatProperties()
17608 VkFormatProperties2* pFormatProperties, in vkGetPhysicalDeviceFormatProperties2() argument
17639 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
17657 (VkFormatProperties2*)(pFormatProperties), countPtr); in vkGetPhysicalDeviceFormatProperties2()
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1036 …hysicalDevice physicalDevice, VkFormat format, VkFormatProperties * pFormatProperties ) const VULK… in vkGetPhysicalDeviceFormatProperties()
1038 return ::vkGetPhysicalDeviceFormatProperties( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties()
1836 …ysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 * pFormatProperties ) const VULK… in vkGetPhysicalDeviceFormatProperties2()
1838 return ::vkGetPhysicalDeviceFormatProperties2( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties2()
Dvulkan.hpp1037 …hysicalDevice physicalDevice, VkFormat format, VkFormatProperties * pFormatProperties ) const VULK… in vkGetPhysicalDeviceFormatProperties()
1039 return ::vkGetPhysicalDeviceFormatProperties( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties()
1909 …ysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 * pFormatProperties ) const VULK… in vkGetPhysicalDeviceFormatProperties2()
1911 return ::vkGetPhysicalDeviceFormatProperties2( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties2()
2819 …ysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 * pFormatProperties ) const VULK… in vkGetPhysicalDeviceFormatProperties2KHR()
2821 return ::vkGetPhysicalDeviceFormatProperties2KHR( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties2KHR()
Dvulkansc_funcs.hpp171 …_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::FormatProperties * pFormatProperties, Dispatch co… in getFormatProperties() argument
174 …ce, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties *>( pFormatProperties ) ); in getFormatProperties()
4010 …NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::FormatProperties2 * pFormatProperties, Dispatch co… in getFormatProperties2() argument
4013 …e, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2 *>( pFormatProperties ) ); in getFormatProperties2()
Dvulkansc_handles.hpp5885 …_NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::FormatProperties * pFormatProperties, Dispatch co…
5981 …NAMESPACE::Format format, VULKAN_HPP_NAMESPACE::FormatProperties2 * pFormatProperties, Dispatch co…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3952 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
4108 VkFormatProperties* pFormatProperties);
5588 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
5671 VkFormatProperties2* pFormatProperties);
8495 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
8513 VkFormatProperties2* pFormatProperties);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dformats.adoc1762 * pname:pFormatProperties is a pointer to a slink:VkFormatProperties
2104 * pname:pFormatProperties is a pointer to a slink:VkFormatProperties2