Searched refs:uniform_channel_type (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/src/intel/isl/ |
| H A D | isl_format_layout.c | 625 .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 D | gen_format_layout.py | 90 .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 D | isl.h | 1336 enum isl_base_type uniform_channel_type; member in struct:isl_format_layout
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 740 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 D | 21.0.0.rst | 714 - isl: Add isl_format_layout::uniform_channel_type
|
Completed in 16 milliseconds