Home
last modified time | relevance | path

Searched refs:OPC_SAMGQ (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_legalize.c221 ctx->type == MESA_SHADER_VERTEX && n->opc == OPC_SAMGQ) { in legalize_block()
Dinstr-a3xx.h182 OPC_SAMGQ = _OPC(5, 6), enumerator
Ddisasm-a3xx.c696 [opc_op(OPC_SAMGQ)] = { true, false, true, true, }, in print_instr_cat5()
1421 OPC(5, OPC_SAMGQ, samgq),
Dir3_parser.y720 | T_OP_SAMGQ { new_instr(OPC_SAMGQ); }
Dir3_compiler_nir.c2261 case nir_texop_txd: opc = OPC_SAMGQ; break; in emit_tex()