Searched refs:uniform_channel_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/src/intel/isl/
H A Disl_format_layout.c625 .uniform_channel_type = ISL_SFLOAT,
645 .uniform_channel_type = ISL_SINT,
665 .uniform_channel_type = ISL_UINT,
685 .uniform_channel_type = ISL_UNORM,
705 .uniform_channel_type = ISL_SNORM,
725 .uniform_channel_type = ISL_SFLOAT,
745 .uniform_channel_type = ISL_SFLOAT,
765 .uniform_channel_type = ISL_SSCALED,
785 .uniform_channel_type = ISL_USCALED,
805 .uniform_channel_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Dgen_format_layout.py90 .uniform_channel_type = ISL_${format.uniform_channel_type},
198 self.uniform_channel_type = 'VOID'
202 elif self.uniform_channel_type == 'VOID':
203 self.uniform_channel_type = chan.type
204 elif self.uniform_channel_type == chan.type:
207 self.uniform_channel_type = 'VOID'
H A Disl.h1336 enum isl_base_type uniform_channel_type; member in struct:isl_format_layout
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c740 if (isl_layout->uniform_channel_type != ISL_UNORM &&
741 isl_layout->uniform_channel_type != ISL_SFLOAT)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst714 - isl: Add isl_format_layout::uniform_channel_type

Completed in 16 milliseconds