/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 340 VkSamplerYcbcrConversion ycbcrConversion, 347 VkSamplerYcbcrConversion ycbcrConversion,
|
D | VkEncoder.h | 466 void vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, 764 VkSamplerYcbcrConversion ycbcrConversion,
|
D | func_table.cpp | 1963 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()
|
D | ResourceTracker.cpp | 4391 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()
|
D | VkEncoder.cpp | 18617 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/ |
D | VkDecoderGlobalState.h | 695 VkSamplerYcbcrConversion ycbcrConversion, 698 VkSamplerYcbcrConversion ycbcrConversion,
|
D | VkDecoderSnapshot.cpp | 1741 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()
|
D | VkDecoderSnapshot.h | 677 VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, 1114 VkSamplerYcbcrConversion ycbcrConversion,
|
D | VkDecoderGlobalState.cpp | 6316 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()
|
D | VkDecoder.cpp | 10097 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/ |
D | vulkansc_funcs.hpp | 4267 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 …]
|
D | vulkansc_handles.hpp | 5155 …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_…
|
D | vulkan.hpp | 1957 …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()
|
D | vulkansc.hpp | 1872 …void vkDestroySamplerYcbcrConversion( VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, c… in vkDestroySamplerYcbcrConversion() argument 1874 return ::vkDestroySamplerYcbcrConversion( device, ycbcrConversion, pAllocator ); in vkDestroySamplerYcbcrConversion()
|
D | vulkan_raii.hpp | 3674 …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()
|
D | vulkansc_raii.hpp | 5269 …_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/ |
D | samplers.adoc | 1171 * pname:ycbcrConversion is the conversion to destroy.
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5596 …roySamplerYcbcrConversion)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… 5711 VkSamplerYcbcrConversion ycbcrConversion, 9426 …SamplerYcbcrConversionKHR)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllo… 9437 VkSamplerYcbcrConversion ycbcrConversion,
|