/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 163 vkCreateSamplerYcbcrConversion
|
D | VkPromotedExtensions.cpp | 182 return vkCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversionKHR()
|
D | VkGetProcAddress.cpp | 213 MAKE_VULKAN_DEVICE_ENTRY(vkCreateSamplerYcbcrConversion),
|
D | libVulkan.cpp | 1957 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcr… in vkCreateSamplerYcbcrConversion() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInitDeviceFunctionPointers.inl | 153 …version = (CreateSamplerYcbcrConversionFunc) GET_PROC_ADDR("vkCreateSamplerYcbcrConversion");
|
D | vkCoreFunctionalities.inl | 316 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateSamplerYcbcrConversion", FUNCTIONORIG…
|
D | vkNullDriverImpl.inl | 2099 VK_NULL_FUNC_ENTRY(vkCreateSamplerYcbcrConversion, createSamplerYcbcrConversion),
|
D | vkVulkan_c.inl | 4354 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 25549 vkCreateSamplerYcbcrConversion(m_device->handle(), &ycbcr_create_info, nullptr, &conversion); in TEST_F() 36385 vkCreateSamplerYcbcrConversion(dev, &sycci, NULL, &ycbcr_conv); in TEST_F() 37028 vkCreateSamplerYcbcrConversion(dev, &sycci, NULL, &ycbcr_conv); in TEST_F() 37037 vkCreateSamplerYcbcrConversion(dev, &sycci, NULL, &ycbcr_conv); in TEST_F() 37193 vkCreateSamplerYcbcrConversion(dev, &sycci, NULL, &ycbcr_conv); in TEST_F() 37226 vkCreateSamplerYcbcrConversion(dev, &sycci, NULL, &ycbcr_conv); in TEST_F()
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4498 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4498 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1265 …VkResult vkCreateSamplerYcbcrConversion( VkDevice device, const VkSamplerYcbcrConversionCreateInfo… in vkCreateSamplerYcbcrConversion() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1267 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion ); in vkCreateSamplerYcbcrConversion() 49361 …return static_cast<Result>( d.vkCreateSamplerYcbcrConversion( m_device, reinterpret_cast<const VkS… in createSamplerYcbcrConversion() 49368 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversion( m_device, reinterpret_cast<… in createSamplerYcbcrConversion() 49376 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversion( m_device, reinterpret_cast<… in createSamplerYcbcrConversionUnique() 54726 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 55136 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( device ? vkGetDeviceProcAddr(… in init()
|
D | vulkan_core.h | 4665 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1659 …VkResult vkCreateSamplerYcbcrConversion( VkDevice device, const VkSamplerYcbcrConversionCreateInfo… in vkCreateSamplerYcbcrConversion() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1661 return ::vkCreateSamplerYcbcrConversion( device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversion() 44426 …return static_cast<Result>( d.vkCreateSamplerYcbcrConversion( m_device, reinterpret_cast<const VkS… in createSamplerYcbcrConversion() 44433 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversion( m_device, reinterpret_cast<… in createSamplerYcbcrConversion() 44441 …Result result = static_cast<Result>( d.vkCreateSamplerYcbcrConversion( m_device, reinterpret_cast<… in createSamplerYcbcrConversionUnique() 52555 PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 52955 …vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion(device ? device.getProcAddr( "… in init()
|
D | vulkan_core.h | 4618 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 4351 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
|