Home
last modified time | relevance | path

Searched refs:ycbcrModel (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkSampler.hpp53 VkSamplerYcbcrModelConversion ycbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; member
77 , ycbcrModel(pCreateInfo->ycbcrModel) in SamplerYcbcrConversion()
95 const VkSamplerYcbcrModelConversion ycbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; member in vk::SamplerYcbcrConversion
DVkSampler.cpp40 ycbcrModel = ycbcrConversion->ycbcrModel; in SamplerState()
/external/skqp/include/gpu/vk/
DGrVkTypes.h79 GrVkYcbcrConversionInfo(VkSamplerYcbcrModelConversion ycbcrModel, in GrVkYcbcrConversionInfo()
87 : fYcbcrModel(ycbcrModel) in GrVkYcbcrConversionInfo()
/external/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp71 samplerState.ycbcrModel = sampler->ycbcrModel; in getImageSampler()
260 if(sampler->ycbcrModel != VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in convertMipmapMode()
DSamplerCore.cpp1830 if(state.ycbcrModel == VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in sampleTexel()
1850 if(state.ycbcrModel == VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY) in sampleTexel()
1866 switch(state.ycbcrModel) in sampleTexel()
1881 UNSUPPORTED("ycbcrModel %d", int(state.ycbcrModel)); in sampleTexel()
/external/swiftshader/src/Device/
DSampler.hpp108 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/skqp/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp50 ycbcrCreateInfo.ycbcrModel = info.fYcbcrModel; in Create()
/external/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp42 ycbcrCreateInfo.ycbcrModel = info.fYcbcrModel; in Create()
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp299 yuvConversionInfo.ycbcrModel = bufferFormatProperties.suggestedYcbcrModel; in initImpl()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c1332 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in anv_CreateSamplerYcbcrConversion()
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c1148 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in tu_CreateSamplerYcbcrConversion()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1429 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in radv_CreateSamplerYcbcrConversion()
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp3567 sycci.ycbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; in TEST_F()
3761 sycci.ycbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp6742 sycci.ycbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; in TEST_F()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp8578 ycbcrModel(in_struct->ycbcrModel), in safe_VkSamplerYcbcrConversionCreateInfo()
8597 ycbcrModel = src.ycbcrModel; in safe_VkSamplerYcbcrConversionCreateInfo()
8616 ycbcrModel = src.ycbcrModel; in operator =()
8638 ycbcrModel = in_struct->ycbcrModel; in initialize()
8652 ycbcrModel = src->ycbcrModel; in initialize()
Dparameter_validation.cpp5177 …rModelConversion", AllVkSamplerYcbcrModelConversionEnums, pCreateInfo->ycbcrModel, "VUID-VkSampler… in PreCallValidateCreateSamplerYcbcrConversion()
7396 …rModelConversion", AllVkSamplerYcbcrModelConversionEnums, pCreateInfo->ycbcrModel, "VUID-VkSampler… in PreCallValidateCreateSamplerYcbcrConversionKHR()
Dvk_safe_struct.h1746 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1545 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4190 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4190 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp4113 yuvConversionInfo.ycbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601; in initExternal()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4549 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h4553 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h4549 VkSamplerYcbcrModelConversion ycbcrModel; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h4861 VkSamplerYcbcrModelConversion ycbcrModel; member

12