Searched refs:OPC_GETSIZE (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 229 OPC_GETSIZE = _OPC(5, 10), enumerator
|
D | disasm-a3xx.c | 288 OPC(5, OPC_GETSIZE, getsize),
|
D | ir3_parser.y | 959 | T_OP_GETSIZE { new_instr(OPC_GETSIZE); }
|
D | ir3_compiler_nir.c | 1270 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); in emit_intrinsic_image_size_tex() 2762 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); in emit_tex_txs()
|