Home
last modified time | relevance | path

Searched refs:vkCreateSamplerYcbcrConversion (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def163 vkCreateSamplerYcbcrConversion
DVkPromotedExtensions.cpp182 return vkCreateSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in vkCreateSamplerYcbcrConversionKHR()
DVkGetProcAddress.cpp213 MAKE_VULKAN_DEVICE_ENTRY(vkCreateSamplerYcbcrConversion),
DlibVulkan.cpp1957 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcr… in vkCreateSamplerYcbcrConversion() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl153 …version = (CreateSamplerYcbcrConversionFunc) GET_PROC_ADDR("vkCreateSamplerYcbcrConversion");
DvkCoreFunctionalities.inl316 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateSamplerYcbcrConversion", FUNCTIONORIG…
DvkNullDriverImpl.inl2099 VK_NULL_FUNC_ENTRY(vkCreateSamplerYcbcrConversion, createSamplerYcbcrConversion),
DvkVulkan_c.inl4354 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp25549 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/
Dvulkan_core.h4498 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4498 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1265 …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
55136vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion( device ? vkGetDeviceProcAddr(… in init()
Dvulkan_core.h4665 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
/external/swiftshader/include/vulkan/
Dvulkan.hpp1659 …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
52955vkCreateSamplerYcbcrConversion = PFN_vkCreateSamplerYcbcrConversion(device ? device.getProcAddr( "… in init()
Dvulkan_core.h4618 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4351 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion(