Home | History | Annotate | Download | only in radeon

Lines Matching full:hardware

15 // specific hardware.
45 // Returns the max LDS size that the hardware supports. Size is in
49 // Returns the max GDS size that the hardware supports if the GDS is
50 // supported by the hardware. Size is in bytes.
53 // Returns the max number of hardware constant address spaces that
57 // Returns the max number of bytes a single hardware constant buffer
61 // Returns the max number of bytes allowed by the hardware scratch
68 // Returns the number of work-items that exist in a single hardware
87 // usesSoftware must return false for the same capability. Hardware
88 // execution means that the feature is done natively by the hardware
90 // that the feature could be done in the hardware, but there is
91 // software that emulates it with possibly using the hardware for
92 // support since the hardware does not fully comply with OpenCL