Searched refs:Decoder (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A DMakefile.am38 AtomBios/Decoder.c \
47 AtomBios/includes/Decoder.h \
H A DMakefile.in136 AtomBios/CD_Operations.c AtomBios/Decoder.c \
143 AtomBios/includes/Decoder.h AtomBios/includes/ObjectID.h \
152 am__objects_1 = CD_Operations.lo Decoder.lo hwserv_drv.lo
389 AtomBios/Decoder.c \
398 AtomBios/includes/Decoder.h \
723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decoder.Plo@am__quote@
802 Decoder.lo: AtomBios/Decoder.c
803 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Decoder.lo -MD -MP -MF $(DEPDIR)/Decoder
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp541 class Decoder class
544 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) function in class:Decoder
631 decode_error::type decode(const Decoder &decoder, InputBitVector in);
641 void write_decoded(const Decoder &decoder, uint16_t *output);
645 decode_error::type Decoder::decode(const uint8_t *in, uint16_t *output) const
1441 decode_error::type Block::decode(const Decoder &decoder, InputBitVector in)
1608 void Block::write_decoded(const Decoder &decoder, uint16_t *output)
1842 Decoder dec(blk_w, blk_h, 1, srgb, true);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp542 class Decoder class
545 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) function in class:Decoder
632 decode_error::type decode(const Decoder &decoder, InputBitVector in);
642 void write_decoded(const Decoder &decoder, uint16_t *output);
646 decode_error::type Decoder::decode(const uint8_t *in, uint16_t *output) const
1442 decode_error::type Block::decode(const Decoder &decoder, InputBitVector in)
1609 void Block::write_decoded(const Decoder &decoder, uint16_t *output)
1843 Decoder dec(blk_w, blk_h, 1, srgb, true);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datistruct.h291 CARD8 I2CType, Tuner, Decoder, Audio; member in struct:_ATIRec
H A Datipreinit.c362 pATI->Decoder = BIOSByte(VideoTable + 0x01U) & 0x07U;
367 pATI->Decoder = BIOSByte(VideoTable + 0x02U) & 0x07U;
377 pATI->Decoder = BIOSByte(VideoTable + 0x05U) & 0x0FU;
1014 "BIOS Data: I2CType=0x%02X, Tuner=0x%02X, Decoder=0x%02X,"
1016 pATI->I2CType, pATI->Tuner, pATI->Decoder, pATI->Audio);
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_datasource.cc59 perfetto::protos::pbzero::GpuCounterConfig::Decoder config(config_raw);

Completed in 17 milliseconds