Home
last modified time | relevance | path

Searched refs:opc_t (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h263 } opc_t; typedef
268 const char *disasm_a3xx_instr_name(opc_t opc);
1041 static inline bool is_mad(opc_t opc) in is_mad()
1056 static inline bool is_madsh(opc_t opc) in is_madsh()
1067 static inline bool is_atomic(opc_t opc) in is_atomic()
1087 static inline bool is_ssbo(opc_t opc) in is_ssbo()
1101 static inline bool is_isam(opc_t opc) in is_isam()
1114 static inline bool is_cat2_float(opc_t opc) in is_cat2_float()
1137 static inline bool is_cat3_float(opc_t opc) in is_cat3_float()
Dir3.h173 opc_t opc;
572 struct ir3_instruction * ir3_instr_create(struct ir3_block *block, opc_t opc);
574 opc_t opc, int nreg);
848 static inline opc_t
849 cat3_half_opc(opc_t opc) in cat3_half_opc()
861 static inline opc_t
862 cat3_full_opc(opc_t opc) in cat3_full_opc()
874 static inline opc_t
875 cat4_half_opc(opc_t opc) in cat4_half_opc()
885 static inline opc_t
[all …]
Dir3.c1059 opc_t opc, int nreg) in ir3_instr_create2()
1068 struct ir3_instruction * ir3_instr_create(struct ir3_block *block, opc_t opc) in ir3_instr_create()
Ddisasm-a3xx.c1488 const char *disasm_a3xx_instr_name(opc_t opc) in disasm_a3xx_instr_name()
1521 opc_t opc = _OPC(instr->opc_cat, instr_opc(instr, ctx->gpu_id)); in print_instr()
Dir3_parser.y79 static struct ir3_instruction * new_instr(opc_t opc) in new_instr()
Dir3_compiler_nir.c1133 emit_sam(struct ir3_context *ctx, opc_t opc, struct tex_src_info info, in emit_sam()
2184 opc_t opc = 0; in emit_tex()