Searched refs:OPC_ISAML (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Ddisasm-a3xx.c386 [opc_op(OPC_ISAML)] = { true, true, true, true, },
754 OPC(5, OPC_ISAML, isaml),
H A Dinstr-a3xx.h138 OPC_ISAML = _OPC(5, 1), enumerator in enum:__anon16169
H A Dir3_compiler_nir.c1448 case nir_texop_txf: opc = OPC_ISAML; break;
1481 if (ctx->unminify_coords && (opc == OPC_ISAML)) {
1502 if (ctx->array_index_add_half && (opc != OPC_ISAML))

Completed in 106 milliseconds