HomeSort by relevance Sort by last modified time
    Searched defs:qreg (Results 1 - 2 of 2) sorted by null

  /external/vixl/test/aarch64/
test-utils-aarch64.h 116 inline vec128_t qreg(unsigned code) const { return dump_.q_[code]; } function in class:vixl::aarch64::RegisterDump
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 91 struct qreg { struct
97 static inline struct qreg qir_reg(enum qfile file, uint32_t index)
99 return (struct qreg){file, index};
200 struct qreg dst;
201 struct qreg src[3];
421 * qreg for the values.
434 struct qreg *inputs;
435 struct qreg *outputs;
437 struct qreg color_reads[VC4_MAX_SAMPLES];
438 struct qreg sample_colors[VC4_MAX_SAMPLES]
    [all...]

Completed in 438 milliseconds