Searched refs:OPC_GETSIZE (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 229 OPC_GETSIZE = _OPC(5, 10), enumerator in enum:__anon12988a590103
|
| H A D | disasm-a3xx.c | 288 OPC(5, OPC_GETSIZE, getsize),
|
| H A D | ir3_parser.y | 959 | T_OP_GETSIZE { new_instr(OPC_GETSIZE); }
|
| H A D | ir3_compiler_nir.c | 1270 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); 2762 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); 2765 * The maximum value which OPC_GETSIZE could return for one dimension
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | instr-a3xx.h | 149 OPC_GETSIZE = _OPC(5, 10), enumerator in enum:__anon3a3a0e460103
|
| H A D | disasm-a3xx.c | 411 [opc_op(OPC_GETSIZE)] = { true, false, false, true, }, 972 OPC(5, OPC_GETSIZE, getsize),
|
| H A D | ir3_compiler_nir.c | 976 sam = ir3_SAM(b, OPC_GETSIZE, TYPE_U32, 0b1111, flags, 2005 sam = ir3_SAM(b, OPC_GETSIZE, TYPE_U32, 0b1111, flags,
|
Completed in 20 milliseconds