HomeSort by relevance Sort by last modified time
    Searched refs:opc_t (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 133 opc_t opc;
467 struct ir3_instruction * ir3_instr_create(struct ir3_block *block, opc_t opc);
469 opc_t opc, int nreg);
726 static inline bool ir3_cat2_int(opc_t opc)
768 static inline unsigned ir3_cat2_absneg(opc_t opc)
828 static inline unsigned ir3_cat3_absneg(opc_t opc)
1108 ir3_SAM(struct ir3_block *block, opc_t opc, type_t type,
instr-a3xx.h 210 } opc_t; typedef in typeref:enum:__anon27658
710 static inline bool is_mad(opc_t opc)
725 static inline bool is_madsh(opc_t opc)
ir3.c 663 opc_t opc, int nreg)
672 struct ir3_instruction * ir3_instr_create(struct ir3_block *block, opc_t opc)
ir3_compiler_nir.c     [all...]

Completed in 73 milliseconds