Home
last modified time | relevance | path

Searched refs:pImageFormatInfo (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h445 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
450 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
603 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
DResourceTracker.cpp6496 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2_common() argument
6522 pImageFormatInfo->format) == std::end(kExternalImageSupportedFormats)) { in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6536 vk_find_struct<VkPhysicalDeviceExternalImageFormatInfo>(pImageFormatInfo); in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6548 physicalDevice, pImageFormatInfo, pImageFormatProperties, true /* do lock */); in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6551 physicalDevice, pImageFormatInfo, pImageFormatProperties, true /* do lock */); in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6576 pImageFormatInfo->flags, pImageFormatInfo->usage); in on_vkGetPhysicalDeviceImageFormatProperties2_common()
6588 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2() argument
6591 false /* not KHR */, context, input_result, physicalDevice, pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2()
6597 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2KHR() argument
6600 true /* is KHR */, context, input_result, physicalDevice, pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2KHR()
DVkEncoder.h445 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
645 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
Dfunc_table.cpp1886 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in gfxstream_vk_GetPhysicalDeviceImageFormatProperties2() argument
1896 vkEnc, VK_SUCCESS, gfxstream_physicalDevice->internal_object, pImageFormatInfo, in gfxstream_vk_GetPhysicalDeviceImageFormatProperties2()
2935 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in gfxstream_vk_GetPhysicalDeviceImageFormatProperties2KHR() argument
2945 vkEnc, VK_SUCCESS, gfxstream_physicalDevice->internal_object, pImageFormatInfo, in gfxstream_vk_GetPhysicalDeviceImageFormatProperties2KHR()
DVkEncoder.cpp17708 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2() argument
17740 physicalDevice, pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2()
17751 if (pImageFormatInfo) { in vkGetPhysicalDeviceImageFormatProperties2()
17755 pool, VK_STRUCTURE_TYPE_MAX_ENUM, pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2()
25206 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2KHR() argument
25239 physicalDevice, pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2KHR()
25250 if (pImageFormatInfo) { in vkGetPhysicalDeviceImageFormatProperties2KHR()
25254 pool, VK_STRUCTURE_TYPE_MAX_ENUM, pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2KHR()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1300 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2() argument
1305 VkFormat format = pImageFormatInfo->format; in on_vkGetPhysicalDeviceImageFormatProperties2()
1309 pImageFormatInfo->format, pImageFormatInfo->type, pImageFormatInfo->tiling, in on_vkGetPhysicalDeviceImageFormatProperties2()
1310 pImageFormatInfo->usage, pImageFormatInfo->flags)) { in on_vkGetPhysicalDeviceImageFormatProperties2()
1315 imageFormatInfo = *pImageFormatInfo; in on_vkGetPhysicalDeviceImageFormatProperties2()
1316 pImageFormatInfo = &imageFormatInfo; in on_vkGetPhysicalDeviceImageFormatProperties2()
1339 res = vk->vkGetPhysicalDeviceImageFormatProperties2(physicalDevice, pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2()
1343 res = vk->vkGetPhysicalDeviceImageFormatProperties2KHR(physicalDevice, pImageFormatInfo, in on_vkGetPhysicalDeviceImageFormatProperties2()
1359 physicalDevice, pImageFormatInfo->format, pImageFormatInfo->type, in on_vkGetPhysicalDeviceImageFormatProperties2()
1360 pImageFormatInfo->tiling, pImageFormatInfo->usage, pImageFormatInfo->flags, in on_vkGetPhysicalDeviceImageFormatProperties2()
[all …]
DVkDecoderGlobalState.h148 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
152 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
DVkDecoder.cpp9579 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo; in decode() local
9587 vkReadStream->alloc((void**)&pImageFormatInfo, in decode()
9591 (VkPhysicalDeviceImageFormatInfo2*)(pImageFormatInfo), readStreamPtrPtr); in decode()
9599 if (pImageFormatInfo) { in decode()
9601 m_state, (VkPhysicalDeviceImageFormatInfo2*)(pImageFormatInfo)); in decode()
9612 (unsigned long long)pImageFormatInfo, in decode()
9618 &m_pool, physicalDevice, pImageFormatInfo, pImageFormatProperties); in decode()
9642 pImageFormatInfo, pImageFormatProperties); in decode()
14061 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo; in decode() local
14069 vkReadStream->alloc((void**)&pImageFormatInfo, in decode()
[all …]
DVkDecoderSnapshot.h648 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
968 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
DVkDecoderSnapshot.cpp1700 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2() argument
2471 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2KHR() argument
5232 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2() argument
5235 input_result, physicalDevice, pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2()
5985 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2KHR() argument
5989 pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2KHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_image_compression_control.adoc229 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc220 * pname:pImageFormatInfo is a pointer to a
232 If the pname:pNext chain of pname:pImageFormatInfo includes a
255 chain of pname:pImageFormatInfo must: include a
264 pname:pImageFormatInfo->usage must: contain
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp1915 …icalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo, VkImageForma… in vkGetPhysicalDeviceImageFormatProperties2() argument
1917 …return ::vkGetPhysicalDeviceImageFormatProperties2( physicalDevice, pImageFormatInfo, pImageFormat… in vkGetPhysicalDeviceImageFormatProperties2()
2825 …icalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo, VkImageForma… in vkGetPhysicalDeviceImageFormatProperties2KHR() argument
2827 …return ::vkGetPhysicalDeviceImageFormatProperties2KHR( physicalDevice, pImageFormatInfo, pImageFor… in vkGetPhysicalDeviceImageFormatProperties2KHR()
Dvulkansc.hpp1842 …icalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo, VkImageForma… in vkGetPhysicalDeviceImageFormatProperties2() argument
1844 …return ::vkGetPhysicalDeviceImageFormatProperties2( physicalDevice, pImageFormatInfo, pImageFormat… in vkGetPhysicalDeviceImageFormatProperties2()
Dvulkansc_funcs.hpp4047 …ties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 * pImageFormatInfo, VULKAN_HPP_N… in getImageFormatProperties2() argument
4050 …Device, reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2 *>( pImageFormatInfo ), reinterpre… in getImageFormatProperties2()
Dvulkansc_handles.hpp5991 …ties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 * pImageFormatInfo, VULKAN_HPP_N…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5589 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma…
5675 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
8496 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma…
8517 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,