Searched refs:OPC_ISAM (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 176 OPC_ISAM = _OPC(5, 0), enumerator 1104 case OPC_ISAM: in is_isam()
|
D | disasm-a3xx.c | 690 [opc_op(OPC_ISAM)] = { true, false, true, true, }, in print_instr_cat5() 1415 OPC(5, OPC_ISAM, isam),
|
D | ir3_parser.y | 714 cat5_opc: T_OP_ISAM { new_instr(OPC_ISAM); }
|
D | ir3_compiler_nir.c | 1181 sam = emit_sam(ctx, OPC_ISAM, info, type, 0b1111, in emit_intrinsic_load_image()
|