| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_table.py | 234 if format.colorspace != ZS and not format.is_pure_color(): 264 if format.colorspace != ZS and not format.is_pure_color(): 298 if format.colorspace != ZS and has_access(format):
|
| H A D | u_format_parse.py | 43 ZS = 'zs' variable 297 if self.layout != PLAIN or self.colorspace == ZS: 324 return self.colorspace == ZS and self.has_channel(0) 327 return self.colorspace == ZS and self.has_channel(1) 361 elif colorspace == ZS:
|
| H A D | u_format_pack.py | 337 elif src_colorspace == ZS: 339 elif dst_colorspace == ZS: 689 return format.layout != PLAIN or format.colorspace == ZS
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format_parse.py | 42 ZS = 'zs' variable 224 if self.layout != PLAIN or self.colorspace == ZS: 251 return self.colorspace == ZS and self.has_channel(0) 254 return self.colorspace == ZS and self.has_channel(1) 287 elif colorspace == ZS:
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format_parse.py | 42 ZS = 'zs' variable 232 if self.layout != PLAIN or self.colorspace == ZS: 259 return self.colorspace == ZS and self.has_channel(0) 262 return self.colorspace == ZS and self.has_channel(1) 295 elif colorspace == ZS:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_parse.py | 44 ZS = 'zs' variable 240 if self.layout != PLAIN or self.colorspace == ZS: 267 return self.colorspace == ZS and self.has_channel(0) 270 return self.colorspace == ZS and self.has_channel(1) 303 elif colorspace == ZS:
|
| H A D | u_format_table.py | 149 if format.colorspace != ZS and not format.is_pure_color() and access:
|
| H A D | u_format_pack.py | 347 elif src_colorspace == ZS: 349 elif dst_colorspace == ZS: 699 return format.layout in ('s3tc', 'rgtc', 'etc', 'bptc', 'astc', 'atc', 'subsampled', 'other') or format.colorspace == ZS
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | format_parser.py | 40 ZS = 'zs' variable 263 assert colorspace in (RGB, SRGB, YUV, ZS) 272 elif colorspace == ZS:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | format_parser.py | 40 ZS = 'zs' variable 263 assert colorspace in (RGB, SRGB, YUV, ZS) 272 elif colorspace == ZS:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 92 #define ZS(c, p, n, r, g, b, a, t, s, u) \ macro 139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ), 141 ZS(A, Z32_FLOAT_S8X24_UINT, Z32_S8_X24_FLOAT, R, R, R, xx, FLOAT, ZF32_X24S8, TZ),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_formats.c | 92 #define ZS(c, p, n, r, g, b, a, t, s, u) \ macro 139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ), 141 ZS(A, Z32_FLOAT_S8X24_UINT, Z32_S8_X24_FLOAT, R, R, R, xx, FLOAT, ZF32_X24S8, TZ),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 216 FLAG_INFO(ZS),
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 1030 - panfrost: Allow linear ZS resources on Bifrost 1256 - util/format: add some ZS helpers for vallium
|
| H A D | 21.1.0.rst | 1098 - panfrost: Add the early ZS pre frame mode 1113 - panfrost: Fix ZS reloading on Bifrost v6
|
| H A D | 20.0.0.rst | 1794 - etnaviv: blt: fix partial ZS clears with TS
|
| H A D | 21.0.0.rst | 651 - panfrost: Fix ZS block format v7 definition
|
| H A D | 21.3.0.rst | 709 - panvk: Support clearing ZS attachments
|
| H A D | 21.2.0.rst | 1177 - panfrost: Fix ZS reloading on Bifrost v6
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 6367 "description": "panfrost: Add remaining ZS/CRC XML", [all...] |