Searched refs:pure (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_parse.py | 56 def __init__(self, type, norm, pure, size, name=''): argument 59 self.pure = pure 68 if self.pure: 80 …return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.si… 224 if channel.pure != ref_channel.pure: 243 if channel.pure != ref_channel.pure: 299 pures = [channel.pure 381 pure = False 384 pure = True 389 pure = False [all …]
|
D | u_format_table.py | 174 …s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, cha…
|
D | u_format_pack.py | 350 src_pure = src_channel.pure
|
D | u_format.csv | 47 # - optionally followed by 'p' if it is pure
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/images/ |
D | README.adoc | 8 color palette (white, black, 50% gray and pure red), one choice of dotted
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_ycbcr_degamma.adoc | 79 YCbCr images are known to be encoded with sRGB (or a pure gamma 2.2)
|
/hardware/interfaces/usb/1.0/ |
D | types.hal | 58 * USB ports can be a pure DFP port which can only act
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 919 'const', 'flatten', 'malloc', 'pure', 'unused', 'warn_unused_result',
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 70 The XML schema is not pure XML all the way down.
|