Searched refs:OPC_GETBUF (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 244 OPC_GETBUF = _OPC(5, 11), enumerator
|
D | disasm-a3xx.c | 297 OPC(5, OPC_GETBUF, getbuf),
|
D | ir3_parser.y | 1037 | T_OP_GETBUF { new_instr(OPC_GETBUF); }
|
D | ir3_compiler_nir.c | 3356 sam = emit_sam(ctx, OPC_GETBUF, info, dst_type, 0b1111, NULL, NULL); in emit_tex_txs()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 1438 - ir3: use OPC_GETBUF to get size of sampler buffers
|