Home
last modified time | relevance | path

Searched refs:pure (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_parse.py56 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 …]
Du_format_table.py174 …s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, cha…
Du_format_pack.py350 src_pure = src_channel.pure
Du_format.csv47 # - optionally followed by 'p' if it is pure
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/images/
DREADME.adoc8 color palette (white, black, 50% gray and pure red), one choice of dotted
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_ycbcr_degamma.adoc79 YCbCr images are known to be encoded with sRGB (or a pure gamma 2.2)
/hardware/interfaces/usb/1.0/
Dtypes.hal58 * USB ports can be a pure DFP port which can only act
/hardware/google/gfxstream/guest/mesa/
Dmeson.build919 'const', 'flatten', 'malloc', 'pure', 'unused', 'warn_unused_result',
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc70 The XML schema is not pure XML all the way down.