Home
last modified time | relevance | path

Searched refs:createSamplerYcbcrConversion (Results 1 - 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.hpp121 virtual void createSamplerYcbcrConversion(VkDevice device,
285 void createSamplerYcbcrConversion(VkDevice device,
H A DvkPlatform.cpp683 VkResult result = m_vk.createSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in createSamplerYcbcrConversionHandlerNorm()
697 m_resourceInterface->createSamplerYcbcrConversion(device, pCreateInfo, pAllocator, pYcbcrConversion); in createSamplerYcbcrConversionHandlerStat()
H A DvkResourceInterface.cpp895 void ResourceInterfaceStandard::createSamplerYcbcrConversion (VkDevice device, in createSamplerYcbcrConversion() function in vk::ResourceInterfaceStandard
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp395 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQuery()
578 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQueryLod()
H A DvktYCbCrFormatTests.cpp351 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testFormat()
H A DvktYCbCrFilteringTests.cpp211 return createSamplerYcbcrConversion(m_vkd, m_device, &conversionInfo); in createYCbCrConversion()
H A DvktYCbCrViewTests.cpp557 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testPlaneView()
H A DvktYCbCrConversionTests.cpp469 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp395 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQuery()
578 ? createSamplerYcbcrConversion(vkd, device, &conversionInfo) in testImageQueryLod()
H A DvktYCbCrFormatTests.cpp351 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testFormat()
H A DvktYCbCrViewTests.cpp509 const Unique<VkSamplerYcbcrConversion> conversion (createSamplerYcbcrConversion(vkd, device, &conversionInfo)); in testPlaneView()
H A DvktYCbCrFilteringTests.cpp211 return createSamplerYcbcrConversion(m_vkd, m_device, &conversionInfo); in createYCbCrConversion()
H A DvktYCbCrConversionTests.cpp469 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktObjectRefreshTests.cpp184 vk::Move<vk::VkSamplerYcbcrConversion> ycbcrConversion = vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in refreshObjects()
H A DvktDeviceObjectReservationTests.cpp815 *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 DvktObjectRefreshTests.cpp184 vk::Move<vk::VkSamplerYcbcrConversion> ycbcrConversion = vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in refreshObjects()
H A DvktDeviceObjectReservationTests.cpp814 *it = SamplerYcbcrConversionSp(new Unique<VkSamplerYcbcrConversion>(createSamplerYcbcrConversion(vkd, device, &ycbcrConversionCI))); in createSamplerYcbcrConversions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp314 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp314 return vk::createSamplerYcbcrConversion(vkd, device, &conversionInfo); in createConversion()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp9062 VULKAN_HPP_NODISCARD Result createSamplerYcbcrConversion(
9070 createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo,
H A Dvulkan_funcs.hpp6223 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 Dvulkan_handles.hpp10290 VULKAN_HPP_NODISCARD Result createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo * pCreateInfo,
10297 createSamplerYcbcrConversion( const VULKAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo & createInfo,
H A Dvulkan_raii.hpp3798 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 Dvulkan_funcs.hpp5940 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...]

Completed in 165 milliseconds