Home
last modified time | relevance | path

Searched refs:ALU_OP2_RECIP_64 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h307 #define ALU_OP2_RECIP_64 107 macro
Dr600_shader.c5286 r = cayman_emit_unary_double_raw(ctx->bc, ALU_OP2_RECIP_64, t1, &ctx->src[1], false); in cayman_ddiv_instr()
12162 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr},
12389 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1334 {op1_recip_64, ALU_OP2_RECIP_64},