Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_ycbcr_conversion.c37 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/
DResourceTracker.h338 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
345 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
DResourceTracker.cpp4356 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()
DVkEncoder.h464 VkSamplerYcbcrConversion* pYcbcrConversion,
761 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion,
Dfunc_table.cpp1948 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()
DVkEncoder.cpp18468 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/
DVkDecoderGlobalState.h689 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
693 const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
DVkDecoderSnapshot.cpp1724 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 …]
DVkDecoderGlobalState.cpp6298 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()
DVkDecoder.cpp10012 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 …]
DVkDecoderSnapshot.h674 VkSamplerYcbcrConversion* pYcbcrConversion);
1110 VkSamplerYcbcrConversion* pYcbcrConversion);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp1951 …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()
Dvulkansc.hpp1866 …onst VkAllocationCallbacks * pAllocator, VkSamplerYcbcrConversion * pYcbcrConversion ) const VULKA… in vkCreateSamplerYcbcrConversion()
1868 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversion()
Dvulkansc_funcs.hpp4254 …lbacks * pAllocator, VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion * pYcbcrConversion, Dispatch con… in createSamplerYcbcrConversion() argument
4257 …onCallbacks *>( pAllocator ), reinterpret_cast<VkSamplerYcbcrConversion *>( pYcbcrConversion ) ) ); in createSamplerYcbcrConversion()
Dvulkansc_handles.hpp5143 …lbacks * pAllocator, VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion * pYcbcrConversion, Dispatch con…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc821 * pname:pYcbcrConversion is a pointer to a slink:VkSamplerYcbcrConversion
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5595 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
5707 VkSamplerYcbcrConversion* pYcbcrConversion);
9425 … pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion);
9433 VkSamplerYcbcrConversion* pYcbcrConversion);