HomeSort by: relevance | last modified time | path
    Searched defs:DPP (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_opcodes.py 77 DPP = 1 << 13
150 elif self == Format.DPP:
aco_ir.h 63 * - VOP2* | DPP represents a VOP2 instruction with data parallel primitive.
105 DPP = 1 << 13,
297 return (Format)((uint32_t)format & ~(uint32_t)Format::DPP);
1285 DPP_instruction& dpp() noexcept
1290 const DPP_instruction& dpp() const noexcept
1295 constexpr bool isDPP() const noexcept { return (uint16_t)format & (uint16_t)Format::DPP; }

Completed in 10 milliseconds