Searched refs:ZS (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_table.py234 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 Du_format_parse.py43 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 Du_format_pack.py337 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 Dvk_format_parse.py42 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 Dvk_format_parse.py42 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 Du_format_parse.py44 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 Du_format_table.py149 if format.colorspace != ZS and not format.is_pure_color() and access:
H A Du_format_pack.py347 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 Dformat_parser.py40 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 Dformat_parser.py40 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 Dnv50_formats.c92 #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 Dnv50_formats.c92 #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 Ddecode.c216 FLAG_INFO(ZS),
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst1030 - panfrost: Allow linear ZS resources on Bifrost
1256 - util/format: add some ZS helpers for vallium
H A D21.1.0.rst1098 - panfrost: Add the early ZS pre frame mode
1113 - panfrost: Fix ZS reloading on Bifrost v6
H A D20.0.0.rst1794 - etnaviv: blt: fix partial ZS clears with TS
H A D21.0.0.rst651 - panfrost: Fix ZS block format v7 definition
H A D21.3.0.rst709 - panvk: Support clearing ZS attachments
H A D21.2.0.rst1177 - panfrost: Fix ZS reloading on Bifrost v6
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json6367 "description": "panfrost: Add remaining ZS/CRC XML",
[all...]

Completed in 180 milliseconds