Searched refs:vkCreateSamplerYcbcrConversionKHR (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 409 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR; member
|
D | goldfish_vk_dispatch.cpp | 727 out->vkCreateSamplerYcbcrConversionKHR = in init_vulkan_dispatch_from_system_loader() 1630 out->vkCreateSamplerYcbcrConversionKHR = in init_vulkan_dispatch_from_instance() 2559 out->vkCreateSamplerYcbcrConversionKHR = in init_vulkan_dispatch_from_device()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 759 VkResult vkCreateSamplerYcbcrConversionKHR(
|
D | ResourceTracker.cpp | 4424 VkResult res = enc->vkCreateSamplerYcbcrConversionKHR(device, &localCreateInfo, pAllocator, in on_vkCreateSamplerYcbcrConversionKHR()
|
D | VkEncoder.cpp | 27951 VkResult VkEncoder::vkCreateSamplerYcbcrConversionKHR( in vkCreateSamplerYcbcrConversionKHR() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 3593 …VkResult vkCreateSamplerYcbcrConversionKHR( VkDevice device, const VkSamplerYcbcrConversionCreateI… in vkCreateSamplerYcbcrConversionKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 3595 … return ::vkCreateSamplerYcbcrConversionKHR( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversionKHR() 9749 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10896 …vkCreateSamplerYcbcrConversionKHR = PFN_vkCreateSamplerYcbcrConversionKHR( vkGetInstanceProcAddr( … in init() 10897 …kCreateSamplerYcbcrConversion ) vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init() 11830 …vkCreateSamplerYcbcrConversionKHR = PFN_vkCreateSamplerYcbcrConversionKHR( vkGetDeviceProcAddr( de… in init() 11831 …kCreateSamplerYcbcrConversion ) vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init()
|
D | vulkan_raii.hpp | 1030 …vkCreateSamplerYcbcrConversionKHR = PFN_vkCreateSamplerYcbcrConversionKHR( vkGetDeviceProcAddr( de… in DeviceDispatcher() 1031 …kCreateSamplerYcbcrConversion ) vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in DeviceDispatcher() 1912 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 1105 void vkCreateSamplerYcbcrConversionKHR(const uint8_t* snapshotTraceBegin,
|
D | VkDecoderSnapshot.cpp | 2675 void vkCreateSamplerYcbcrConversionKHR(const uint8_t* snapshotTraceBegin, in vkCreateSamplerYcbcrConversionKHR() function in VkDecoderSnapshot::Impl 6199 void VkDecoderSnapshot::vkCreateSamplerYcbcrConversionKHR( in vkCreateSamplerYcbcrConversionKHR() function in VkDecoderSnapshot 6203 mImpl->vkCreateSamplerYcbcrConversionKHR(snapshotTraceBegin, snapshotTraceBytes, pool, in vkCreateSamplerYcbcrConversionKHR()
|
D | VkDecoder.cpp | 15648 m_state->snapshot()->vkCreateSamplerYcbcrConversionKHR( in decode()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 811 include::{generated}/api/protos/vkCreateSamplerYcbcrConversionKHR.adoc[]
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 9429 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(
|