Searched refs:OP_DFDY (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 106 { OP_DFDY, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
|
D | nv50_ir_from_sm4.cpp | 367 case SM4_OPCODE_DERIV_RTY: return OP_DFDY; in cvtOpcode() 452 case SM4_OPCODE_DERIV_RTY_COARSE: return OP_DFDY; in cvtOpcode() 453 case SM4_OPCODE_DERIV_RTY_FINE: return OP_DFDY; in cvtOpcode()
|
D | nv50_ir.h | 124 OP_DFDY, enumerator
|
D | nv50_ir_emit_nv50.cpp | 1695 case OP_DFDY: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 245 { OP_DFDY, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0 },
|
D | nv50_ir_emit_nvc0.cpp | 1725 case OP_DFDY: in emitInstruction()
|