/external/angle/src/common/vulkan/ |
D | vk_headers.h | 104 extern PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR;
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 221 vkCreateSamplerYcbcrConversionKHR;
|
D | vk_swiftshader.def | 221 vkCreateSamplerYcbcrConversionKHR
|
D | VkPromotedExtensions.cpp | 182 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYc… in vkCreateSamplerYcbcrConversionKHR() function
|
D | VkGetProcAddress.cpp | 358 MAKE_VULKAN_DEVICE_ENTRY(vkCreateSamplerYcbcrConversionKHR),
|
/external/angle/src/third_party/volk/ |
D | volk.h | 429 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR; member 948 extern PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR;
|
D | volk.c | 639 …vkCreateSamplerYcbcrConversionKHR = (PFN_vkCreateSamplerYcbcrConversionKHR)load(context, "vkCreate… in volkGenLoadDevice() 1040 …table->vkCreateSamplerYcbcrConversionKHR = (PFN_vkCreateSamplerYcbcrConversionKHR)load(context, "v… in volkGenLoadDeviceTable() 1563 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR; variable
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 885 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR = nullptr; variable 955 GET_DEVICE_FUNC(vkCreateSamplerYcbcrConversionKHR); in InitSamplerYcbcrKHRFunctions()
|
D | vk_wrapper.h | 1791 return vkCreateSamplerYcbcrConversionKHR(device, &createInfo, nullptr, &mHandle);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInitDeviceFunctionPointers.inl | 155 …on = (CreateSamplerYcbcrConversionFunc) GET_PROC_ADDR("vkCreateSamplerYcbcrConversionKHR");
|
D | vkExtensionFunctions.inl | 1222 functions.push_back("vkCreateSamplerYcbcrConversionKHR");
|
D | vkNullDriverImpl.inl | 3405 VK_NULL_FUNC_ENTRY(vkCreateSamplerYcbcrConversionKHR, createSamplerYcbcrConversion),
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 4199 VkResult vkCreateSamplerYcbcrConversionKHR( VkDevice device, in vkCreateSamplerYcbcrConversionKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 4204 … return ::vkCreateSamplerYcbcrConversionKHR( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversionKHR() 10408 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11555 vkCreateSamplerYcbcrConversionKHR = in init() 11558 vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init() 12293 vkCreateSamplerYcbcrConversionKHR = in init() 12296 vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init()
|
D | vulkan_raii.hpp | 857 vkCreateSamplerYcbcrConversionKHR = in init() 860 vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init() 1461 …PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR = … member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
|
D | vulkan_funcs.hpp | 13272 d.vkCreateSamplerYcbcrConversionKHR( m_device, in createSamplerYcbcrConversionKHR() 13287 … result = static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( in createSamplerYcbcrConversionKHR() 13306 … result = static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( in createSamplerYcbcrConversionKHRUnique()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 3281 .vkCreateSamplerYcbcrConversionKHR = anv_CreateSamplerYcbcrConversion, 3787 .vkCreateSamplerYcbcrConversionKHR = gen7_CreateSamplerYcbcrConversion, 4293 .vkCreateSamplerYcbcrConversionKHR = gen75_CreateSamplerYcbcrConversion, 4799 .vkCreateSamplerYcbcrConversionKHR = gen8_CreateSamplerYcbcrConversion, 5305 .vkCreateSamplerYcbcrConversionKHR = gen9_CreateSamplerYcbcrConversion, 5811 .vkCreateSamplerYcbcrConversionKHR = gen11_CreateSamplerYcbcrConversion, 6317 .vkCreateSamplerYcbcrConversionKHR = gen12_CreateSamplerYcbcrConversion,
|
D | anv_entrypoints.h | 299 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR; member
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_buffer_image_memory_sampler.cpp | 6453 auto vkCreateSamplerYcbcrConversionKHR = in TEST_F() local 6455 if (vkCreateSamplerYcbcrConversionKHR == nullptr) { in TEST_F() 6472 vkCreateSamplerYcbcrConversionKHR(m_device->handle(), &ycbcr_info, nullptr, &conversion); in TEST_F()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5755 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5755 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 2219 …VkResult vkCreateSamplerYcbcrConversionKHR( VkDevice device, const VkSamplerYcbcrConversionCreateI… in vkCreateSamplerYcbcrConversionKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2221 … return ::vkCreateSamplerYcbcrConversionKHR( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversionKHR() 84385 …return static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( m_device, reinterpret_cast<const … in createSamplerYcbcrConversionKHR() 84393 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( m_device, reinterpret_ca… in createSamplerYcbcrConversionKHR() 84402 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( m_device, reinterpret_ca… in createSamplerYcbcrConversionKHRUnique() 91826 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 92579 …vkCreateSamplerYcbcrConversionKHR = PFN_vkCreateSamplerYcbcrConversionKHR( vkGetInstanceProcAddr( … in init() 92581 …kCreateSamplerYcbcrConversion ) vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init() 93043 …vkCreateSamplerYcbcrConversionKHR = PFN_vkCreateSamplerYcbcrConversionKHR( vkGetDeviceProcAddr( de… in init() 93045 …kCreateSamplerYcbcrConversion ) vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init()
|
D | vulkan_core.h | 7007 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2219 …VkResult vkCreateSamplerYcbcrConversionKHR( VkDevice device, const VkSamplerYcbcrConversionCreateI… in vkCreateSamplerYcbcrConversionKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2221 … return ::vkCreateSamplerYcbcrConversionKHR( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversionKHR() 84892 …return static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( m_device, reinterpret_cast<const … in createSamplerYcbcrConversionKHR() 84900 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( m_device, reinterpret_ca… in createSamplerYcbcrConversionKHR() 84909 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversionKHR( m_device, reinterpret_ca… in createSamplerYcbcrConversionKHRUnique() 92491 PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 93245 …vkCreateSamplerYcbcrConversionKHR = PFN_vkCreateSamplerYcbcrConversionKHR( vkGetInstanceProcAddr( … in init() 93247 …kCreateSamplerYcbcrConversion ) vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init() 93710 …vkCreateSamplerYcbcrConversionKHR = PFN_vkCreateSamplerYcbcrConversionKHR( vkGetDeviceProcAddr( de… in init() 93712 …kCreateSamplerYcbcrConversion ) vkCreateSamplerYcbcrConversion = vkCreateSamplerYcbcrConversionKHR; in init()
|
D | vulkan_core.h | 7013 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 7007 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR(
|