/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_ycbcr_conversion.c | 37 VkSamplerYcbcrConversion *pYcbcrConversion) in vk_common_CreateSamplerYcbcrConversion() argument 95 *pYcbcrConversion = vk_ycbcr_conversion_to_handle(conversion); in vk_common_CreateSamplerYcbcrConversion()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 338 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 345 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
|
D | ResourceTracker.cpp | 4356 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversion() argument 4369 *pYcbcrConversion = VK_YCBCR_CONVERSION_DO_NOTHING; in on_vkCreateSamplerYcbcrConversion() 4379 pYcbcrConversion, true /* do lock */); in on_vkCreateSamplerYcbcrConversion() 4381 if (*pYcbcrConversion == VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateSamplerYcbcrConversion() 4402 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversionKHR() argument 4415 *pYcbcrConversion = VK_YCBCR_CONVERSION_DO_NOTHING; in on_vkCreateSamplerYcbcrConversionKHR() 4425 pYcbcrConversion, true /* do lock */); in on_vkCreateSamplerYcbcrConversionKHR() 4427 if (*pYcbcrConversion == VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateSamplerYcbcrConversionKHR()
|
D | VkEncoder.h | 464 VkSamplerYcbcrConversion* pYcbcrConversion, 761 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion,
|
D | func_table.cpp | 1948 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) { in gfxstream_vk_CreateSamplerYcbcrConversion() argument 1958 pCreateInfo, pAllocator, pYcbcrConversion); in gfxstream_vk_CreateSamplerYcbcrConversion() 3335 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) { in gfxstream_vk_CreateSamplerYcbcrConversionKHR() argument 3345 pYcbcrConversion); in gfxstream_vk_CreateSamplerYcbcrConversionKHR()
|
D | VkEncoder.cpp | 18468 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion, in vkCreateSamplerYcbcrConversion() argument 18500 device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversion() 18589 *&cgen_var_2 = (uint64_t)((*pYcbcrConversion)); in vkCreateSamplerYcbcrConversion() 18603 &cgen_var_3, (VkSamplerYcbcrConversion*)pYcbcrConversion, 1); in vkCreateSamplerYcbcrConversion() 27953 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion, in vkCreateSamplerYcbcrConversionKHR() argument 27985 device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversionKHR() 28074 *&cgen_var_2 = (uint64_t)((*pYcbcrConversion)); in vkCreateSamplerYcbcrConversionKHR() 28088 &cgen_var_3, (VkSamplerYcbcrConversion*)pYcbcrConversion, 1); in vkCreateSamplerYcbcrConversionKHR()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 689 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 693 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
|
D | VkDecoderSnapshot.cpp | 1724 VkSamplerYcbcrConversion* pYcbcrConversion) { in vkCreateSamplerYcbcrConversion() argument 1725 if (!pYcbcrConversion) return; in vkCreateSamplerYcbcrConversion() 1728 mReconstruction.addHandles((const uint64_t*)pYcbcrConversion, 1); in vkCreateSamplerYcbcrConversion() 1729 mReconstruction.addHandleDependency((const uint64_t*)pYcbcrConversion, 1, in vkCreateSamplerYcbcrConversion() 1735 mReconstruction.forEachHandleAddApi((const uint64_t*)pYcbcrConversion, 1, apiHandle, in vkCreateSamplerYcbcrConversion() 1737 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pYcbcrConversion, 1); in vkCreateSamplerYcbcrConversion() 2680 VkSamplerYcbcrConversion* pYcbcrConversion) { in vkCreateSamplerYcbcrConversionKHR() argument 2681 if (!pYcbcrConversion) return; in vkCreateSamplerYcbcrConversionKHR() 2684 mReconstruction.addHandles((const uint64_t*)pYcbcrConversion, 1); in vkCreateSamplerYcbcrConversionKHR() 2685 mReconstruction.addHandleDependency((const uint64_t*)pYcbcrConversion, 1, in vkCreateSamplerYcbcrConversionKHR() [all …]
|
D | VkDecoderGlobalState.cpp | 6298 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversion() argument 6300 *pYcbcrConversion = new_boxed_non_dispatchable_VkSamplerYcbcrConversion( in on_vkCreateSamplerYcbcrConversion() 6307 vk->vkCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion() 6311 *pYcbcrConversion = new_boxed_non_dispatchable_VkSamplerYcbcrConversion(*pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion() 8795 VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversion() argument 8797 pYcbcrConversion); in on_vkCreateSamplerYcbcrConversion() 8803 VkSamplerYcbcrConversion* pYcbcrConversion) { in on_vkCreateSamplerYcbcrConversionKHR() argument 8805 pYcbcrConversion); in on_vkCreateSamplerYcbcrConversionKHR()
|
D | VkDecoder.cpp | 10012 VkSamplerYcbcrConversion* pYcbcrConversion; in decode() local 10035 vkReadStream->alloc((void**)&pYcbcrConversion, sizeof(VkSamplerYcbcrConversion)); in decode() 10039 *(VkSamplerYcbcrConversion*)pYcbcrConversion = in decode() 10055 (unsigned long long)pAllocator, (unsigned long long)pYcbcrConversion); in decode() 10060 pAllocator, pYcbcrConversion); in decode() 10073 (VkSamplerYcbcrConversion*)pYcbcrConversion, 1); in decode() 10074 vkStream->write((VkSamplerYcbcrConversion*)pYcbcrConversion, 8 * 1); in decode() 10086 pAllocator, pYcbcrConversion); in decode() 15576 VkSamplerYcbcrConversion* pYcbcrConversion; in decode() local 15599 vkReadStream->alloc((void**)&pYcbcrConversion, sizeof(VkSamplerYcbcrConversion)); in decode() [all …]
|
D | VkDecoderSnapshot.h | 674 VkSamplerYcbcrConversion* pYcbcrConversion); 1110 VkSamplerYcbcrConversion* pYcbcrConversion);
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 1951 …onst VkAllocationCallbacks * pAllocator, VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKA… in vkCreateSamplerYcbcrConversion() 1953 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversion() 3593 …onst VkAllocationCallbacks * pAllocator, VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKA… in vkCreateSamplerYcbcrConversionKHR() 3595 … return ::vkCreateSamplerYcbcrConversionKHR( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversionKHR()
|
D | vulkansc.hpp | 1866 …onst VkAllocationCallbacks * pAllocator, VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKA… in vkCreateSamplerYcbcrConversion() 1868 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversion()
|
D | vulkansc_funcs.hpp | 4254 …lbacks * pAllocator, VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion * pYcbcrConversion, Dispatch con… in createSamplerYcbcrConversion() argument 4257 …onCallbacks *>( pAllocator ), reinterpret_cast<VkSamplerYcbcrConversion *>( pYcbcrConversion ) ) ); in createSamplerYcbcrConversion()
|
D | vulkansc_handles.hpp | 5143 …lbacks * pAllocator, VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion * pYcbcrConversion, Dispatch con…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 821 * pname:pYcbcrConversion is a pointer to a slink:VkSamplerYcbcrConversion
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5595 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 5707 VkSamplerYcbcrConversion* pYcbcrConversion); 9425 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); 9433 VkSamplerYcbcrConversion* pYcbcrConversion);
|