/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.hpp | 121 virtual void createSamplerYcbcrConversion(VkDevice device, 285 void createSamplerYcbcrConversion(VkDevice device,
|
H A D | vkPlatform.cpp | 683 VkResult result = m_vk.createSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in createSamplerYcbcrConversionHandlerNorm() 697 m_resourceInterface->createSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in createSamplerYcbcrConversionHandlerStat()
|
H A D | vkResourceInterface.cpp | 895 void ResourceInterfaceStandard::createSamplerYcbcrConversion (VkDevice device, in createSamplerYcbcrConversion() function in vk::ResourceInterfaceStandard
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageQueryTests.cpp | 395 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQuery() 578 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQueryLod()
|
H A D | vktYCbCrFormatTests.cpp | 351 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testFormat()
|
H A D | vktYCbCrFilteringTests.cpp | 211 return createSamplerYcbcrConversion(m_vkd, m_device, &conversionInfo); in createYCbCrConversion()
|
H A D | vktYCbCrViewTests.cpp | 557 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testPlaneView()
|
H A D | vktYCbCrConversionTests.cpp | 469 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageQueryTests.cpp | 395 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQuery() 578 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQueryLod()
|
H A D | vktYCbCrFormatTests.cpp | 351 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testFormat()
|
H A D | vktYCbCrViewTests.cpp | 509 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testPlaneView()
|
H A D | vktYCbCrFilteringTests.cpp | 211 return createSamplerYcbcrConversion(m_vkd, m_device, &conversionInfo); in createYCbCrConversion()
|
H A D | vktYCbCrConversionTests.cpp | 469 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktObjectRefreshTests.cpp | 184 vk::Move<vk::VkSamplerYcbcrConversion> ycbcrConversion = vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in refreshObjects()
|
H A D | vktDeviceObjectReservationTests.cpp | 815 *it = SamplerYcbcrConversionSp(new Unique<VkSamplerYcbcrConversion>(createSamplerYcbcrConversion(vkd, device, &ycbcrConversionCI))); in createSamplerYcbcrConversions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktObjectRefreshTests.cpp | 184 vk::Move<vk::VkSamplerYcbcrConversion> ycbcrConversion = vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in refreshObjects()
|
H A D | vktDeviceObjectReservationTests.cpp | 814 *it = SamplerYcbcrConversionSp(new Unique<VkSamplerYcbcrConversion>(createSamplerYcbcrConversion(vkd, device, &ycbcrConversionCI))); in createSamplerYcbcrConversions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 314 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 314 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 9062 VULKAN_HPP_NODISCARD Result createSamplerYcbcrConversion( 9070 createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo,
|
H A D | vulkan_funcs.hpp | 6223 Device::createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo * pCreateInfo, 6240 Device::createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo, in createSamplerYcbcrConversion() function in VULKAN_HPP_NAMESPACE::Device 6253 result, ycbcrConversion, VULKAN_HPP_NAMESPACE_STRING "::Device::createSamplerYcbcrConversion" ); in createSamplerYcbcrConversion() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 10290 VULKAN_HPP_NODISCARD Result createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo * pCreateInfo, 10297 createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo,
|
H A D | vulkan_raii.hpp | 3798 createSamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo const & createInfo, 10346 *this = device.createSamplerYcbcrConversion( createInfo, allocator ); in SamplerYcbcrConversion() 13944 Device::createSamplerYcbcrConversion( VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo const & createInfo, 13959 VULKAN_HPP_NAMESPACE::detail::throwResultException( result, "Device::createSamplerYcbcrConversion" ); [all...] |
H A D | vulkan_funcs.hpp | 5940 Device::createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo * pCreateInfo, 5955 Device::createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo, in createSamplerYcbcrConversion() function in VULKAN_HPP_NAMESPACE::Device 5967 resultCheck( result, VULKAN_HPP_NAMESPACE_STRING "::Device::createSamplerYcbcrConversion" ); in createSamplerYcbcrConversion() [all...] |