Home
last modified time | relevance | path

Searched refs:ycbcrConversion (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h340 VkSamplerYcbcrConversion ycbcrConversion,
347 VkSamplerYcbcrConversion ycbcrConversion,
DVkEncoder.h466 void vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion,
764 VkSamplerYcbcrConversion ycbcrConversion,
Dfunc_table.cpp1963 VkSamplerYcbcrConversion ycbcrConversion, in gfxstream_vk_DestroySamplerYcbcrConversion() argument
1966 if (VK_NULL_HANDLE == ycbcrConversion) { in gfxstream_vk_DestroySamplerYcbcrConversion()
1974 ycbcrConversion, pAllocator); in gfxstream_vk_DestroySamplerYcbcrConversion()
3350 VkSamplerYcbcrConversion ycbcrConversion, in gfxstream_vk_DestroySamplerYcbcrConversionKHR() argument
3353 if (VK_NULL_HANDLE == ycbcrConversion) { in gfxstream_vk_DestroySamplerYcbcrConversionKHR()
3361 ycbcrConversion, pAllocator); in gfxstream_vk_DestroySamplerYcbcrConversionKHR()
DResourceTracker.cpp4391 VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversion() argument
4394 if (ycbcrConversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkDestroySamplerYcbcrConversion()
4395 enc->vkDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator, in on_vkDestroySamplerYcbcrConversion()
4437 void* context, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversionKHR() argument
4440 if (ycbcrConversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkDestroySamplerYcbcrConversionKHR()
4441 enc->vkDestroySamplerYcbcrConversionKHR(device, ycbcrConversion, pAllocator, in on_vkDestroySamplerYcbcrConversionKHR()
DVkEncoder.cpp18617 VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversion() argument
18649 ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()
18660 local_ycbcrConversion = ycbcrConversion; in vkDestroySamplerYcbcrConversion()
18730 (VkSamplerYcbcrConversion*)&ycbcrConversion); in vkDestroySamplerYcbcrConversion()
28102 VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversionKHR() argument
28134 ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversionKHR()
28145 local_ycbcrConversion = ycbcrConversion; in vkDestroySamplerYcbcrConversionKHR()
28215 (VkSamplerYcbcrConversion*)&ycbcrConversion); in vkDestroySamplerYcbcrConversionKHR()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h695 VkSamplerYcbcrConversion ycbcrConversion,
698 VkSamplerYcbcrConversion ycbcrConversion,
DVkDecoderSnapshot.cpp1741 VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversion() argument
1745 mReconstruction.removeHandles((const uint64_t*)(&ycbcrConversion), 1, true); in vkDestroySamplerYcbcrConversion()
2698 VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversionKHR() argument
2702 mReconstruction.removeHandles((const uint64_t*)(&ycbcrConversion), 1, true); in vkDestroySamplerYcbcrConversionKHR()
5300 VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversion() argument
5303 ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversion()
6211 VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in vkDestroySamplerYcbcrConversionKHR() argument
6214 ycbcrConversion, pAllocator); in vkDestroySamplerYcbcrConversionKHR()
DVkDecoderSnapshot.h677 VkDevice device, VkSamplerYcbcrConversion ycbcrConversion,
1114 VkSamplerYcbcrConversion ycbcrConversion,
DVkDecoderGlobalState.cpp6316 VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversion() argument
6323 vk->vkDestroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion()
8809 android::base::BumpPool* pool, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversion() argument
8811 mImpl->on_vkDestroySamplerYcbcrConversion(pool, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion()
8815 android::base::BumpPool* pool, VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, in on_vkDestroySamplerYcbcrConversionKHR() argument
8817 mImpl->on_vkDestroySamplerYcbcrConversion(pool, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversionKHR()
DVkDecoder.cpp10097 VkSamplerYcbcrConversion ycbcrConversion; in decode() local
10109 *(VkSamplerYcbcrConversion*)&ycbcrConversion = in decode()
10112 boxed_ycbcrConversion_preserve = ycbcrConversion; in decode()
10113 ycbcrConversion = unbox_VkSamplerYcbcrConversion(ycbcrConversion); in decode()
10132 ioStream, (unsigned long long)device, (unsigned long long)ycbcrConversion, in decode()
10135 m_state->on_vkDestroySamplerYcbcrConversion(&m_pool, device, ycbcrConversion, in decode()
15662 VkSamplerYcbcrConversion ycbcrConversion; in decode() local
15674 *(VkSamplerYcbcrConversion*)&ycbcrConversion = in decode()
15677 boxed_ycbcrConversion_preserve = ycbcrConversion; in decode()
15678 ycbcrConversion = unbox_VkSamplerYcbcrConversion(ycbcrConversion); in decode()
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp4267 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversion() local
4268 …ionCallbacks *>( allocator ) ), reinterpret_cast<VkSamplerYcbcrConversion *>( &ycbcrConversion ) ); in createSamplerYcbcrConversion()
4271 …turn createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), ycbcrConversion ); in createSamplerYcbcrConversion()
4281 VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion; in createSamplerYcbcrConversionUnique() local
4282 …ionCallbacks *>( allocator ) ), reinterpret_cast<VkSamplerYcbcrConversion *>( &ycbcrConversion ) ); in createSamplerYcbcrConversionUnique()
4285 …niqueHandle<VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion, Dispatch>( ycbcrConversion, ObjectDestro… in createSamplerYcbcrConversionUnique()
4292 …SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion, const VULKAN… in destroySamplerYcbcrConversion() argument
4295 …lerYcbcrConversion( m_device, static_cast<VkSamplerYcbcrConversion>( ycbcrConversion ), reinterpre… in destroySamplerYcbcrConversion()
4300 …SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion, Optional<con… in destroySamplerYcbcrConversion() argument
4306 …lerYcbcrConversion( m_device, static_cast<VkSamplerYcbcrConversion>( ycbcrConversion ), reinterpre… in destroySamplerYcbcrConversion()
[all …]
Dvulkansc_handles.hpp5155 …SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion, const VULKAN…
5158 …SamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion VULKAN_HPP_DE…
5163 …void destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion, const VULKAN_HPP_NAMES…
5166 …void destroy( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion, Optional<const VULKAN_…
Dvulkan.hpp1957 …void vkDestroySamplerYcbcrConversion( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, c… in vkDestroySamplerYcbcrConversion() argument
1959 return ::vkDestroySamplerYcbcrConversion( device, ycbcrConversion, pAllocator ); in vkDestroySamplerYcbcrConversion()
3599 …SamplerYcbcrConversionKHR( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… in vkDestroySamplerYcbcrConversionKHR() argument
3601 return ::vkDestroySamplerYcbcrConversionKHR( device, ycbcrConversion, pAllocator ); in vkDestroySamplerYcbcrConversionKHR()
Dvulkansc.hpp1872 …void vkDestroySamplerYcbcrConversion( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, c… in vkDestroySamplerYcbcrConversion() argument
1874 return ::vkDestroySamplerYcbcrConversion( device, ycbcrConversion, pAllocator ); in vkDestroySamplerYcbcrConversion()
Dvulkan_raii.hpp3674 …plerYcbcrConversionKHR( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion VULKAN_HPP_DE…
9406 …_HPP_RAII_NAMESPACE::Device const & device, VkSamplerYcbcrConversion ycbcrConversion, VULKAN_HPP_N… in SamplerYcbcrConversion() argument
9407 …: m_device( *device ), m_ycbcrConversion( ycbcrConversion ), m_allocator( static_cast<const VULKAN… in SamplerYcbcrConversion()
16092 …plerYcbcrConversionKHR( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion ycbcrConversion, Optional<con… in destroySamplerYcbcrConversionKHR() argument
16098 …c_cast<VkDevice>( m_device ), static_cast<VkSamplerYcbcrConversion>( ycbcrConversion ), reinterpre… in destroySamplerYcbcrConversionKHR()
Dvulkansc_raii.hpp5269 …_HPP_RAII_NAMESPACE::Device const & device, VkSamplerYcbcrConversion ycbcrConversion, VULKAN_HPP_N… in SamplerYcbcrConversion() argument
5270 …: m_device( *device ), m_ycbcrConversion( ycbcrConversion ), m_allocator( static_cast<const VULKAN… in SamplerYcbcrConversion()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc1171 * pname:ycbcrConversion is the conversion to destroy.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5596 …roySamplerYcbcrConversion)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo…
5711 VkSamplerYcbcrConversion ycbcrConversion,
9426 …SamplerYcbcrConversionKHR)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo…
9437 VkSamplerYcbcrConversion ycbcrConversion,