Lines Matching refs:conversion

196     If <<samplers-YCbCr-conversion,sampler {YCbCr} conversion>> is enabled
198 sampler {YCbCr} conversion do not support
201 {YCbCr} conversion's pname:chromaFilter
229 If <<samplers-YCbCr-conversion,sampler {YCbCr} conversion>> is enabled,
236 If <<samplers-YCbCr-conversion,sampler {YCbCr} conversion>> is enabled
736 [[samplers-YCbCr-conversion]]
739 [open,refpage='VkSamplerYcbcrConversionInfo',desc='Structure specifying {YCbCr} conversion to a sam…
741 To create a sampler with {YCbCr} conversion enabled, add a
744 To create a sampler {YCbCr} conversion, the
753 format is one of the <<formats-requiring-sampler-ycbcr-conversion, formats
754 that require a sampler {YCbCr} conversion>>
774 * pname:conversion is a slink:VkSamplerYcbcrConversion handle created with
780 …crConversion',desc='Opaque handle to a device-specific sampler {YCbCr} conversion description',typ…
782 A sampler {YCbCr} conversion is an opaque representation of a
783 device-specific sampler {YCbCr} conversion description, represented as a
795 [open,refpage='vkCreateSamplerYcbcrConversion',desc='Create a new {YCbCr} conversion',type='protos']
815 conversion.
818 requested sampler {YCbCr} conversion.
822 handle in which the resulting sampler {YCbCr} conversion is returned.
824 The interpretation of the configured sampler {YCbCr} conversion is described
825 in more detail in <<textures-sampler-YCbCr-conversion,the description of
826 sampler {YCbCr} conversion>> in the <<textures,Image Operations>> chapter.
841 …ateInfo',desc='Structure specifying the parameters of the newly created conversion',type='structs']
858 * pname:ycbcrModel describes the color matrix for conversion between color
863 enums prior to range expansion and color model conversion.
893 with non-zero pname:externalFormat member, the sampler {YCbCr} conversion
899 When creating an external format conversion, the value of pname:components
903 Sampler {YCbCr} conversion objects do not support _external format
911 If an external format conversion is being created, pname:format must: be
916 If an external format conversion is not being created,
922 sampler {YCbCr} conversion must: support
927 sampler {YCbCr} conversion do not support
934 sampler {YCbCr} conversion do not support
971 consequence of <<textures-conversion-to-rgba,conversion to RGBA>>
978 sampler {YCbCr} conversion do not support
983 sampler {YCbCr} conversion do not support
1013 More details can be found in <<textures-sampler-YCbCr-conversion,the
1014 description of sampler {YCbCr} conversion>> in the <<textures,Image
1020 elink:VkSamplerYcbcrModelConversion defines the conversion from the source
1033 input values to the conversion are unmodified.
1035 model conversion but the inputs are range expanded as for {YCbCr}.
1037 model conversion from {YCbCr} to {RGBprime} defined in BT.709 and
1038 described in the "`BT.709 {YCbCr} conversion`" section of the
1041 model conversion from {YCbCr} to {RGBprime} defined in BT.601 and
1042 described in the "`BT.601 {YCbCr} conversion`" section of the
1045 model conversion from {YCbCr} to {RGBprime} defined in BT.2020 and
1046 described in the "`BT.2020 {YCbCr} conversion`" section of the
1050 input to the sampler {YCbCr} range expansion and model conversion:
1059 conversion.
1102 <<textures-sampler-YCbCr-conversion-rangeexpand,Sampler {YCbCr} Range
1133 Applications can: enable sRGB to linear conversion for the R, G, and B
1135 conversion>> by including
1148 conversion is enabled for the G component.
1150 linear>> conversion is enabled for the R and B components.
1156 [open,refpage='vkDestroySamplerYcbcrConversion',desc='Destroy a created {YCbCr} conversion',type='p…
1158 To destroy a sampler {YCbCr} conversion, call:
1170 * pname:device is the logical device that destroys the {YCbCr} conversion.
1171 * pname:ycbcrConversion is the conversion to destroy.