Searched refs:OPC_ISAML (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | disasm-a3xx.c | 386 [opc_op(OPC_ISAML)] = { true, true, true, true, }, in print_instr_cat5() 892 OPC(5, OPC_ISAML, isaml),
|
D | instr-a3xx.h | 138 OPC_ISAML = _OPC(5, 1), enumerator
|
D | ir3_compiler_nir.c | 2306 case nir_texop_txf: opc = OPC_ISAML; break; in emit_tex() 2350 if (ctx->unminify_coords && (opc == OPC_ISAML)) { in emit_tex() 2371 if (ctx->array_index_add_half && (opc != OPC_ISAML)) in emit_tex()
|