Searched refs:OPC_GETSIZE (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 186 OPC_GETSIZE = _OPC(5, 10), enumerator
|
D | disasm-a3xx.c | 700 [opc_op(OPC_GETSIZE)] = { true, false, false, true, }, in print_instr_cat5() 1425 OPC(5, OPC_GETSIZE, getsize),
|
D | ir3_parser.y | 724 | T_OP_GETSIZE { new_instr(OPC_GETSIZE); }
|
D | ir3_compiler_nir.c | 1205 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); in emit_intrinsic_image_size_tex() 2530 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); in emit_tex_txs()
|