Searched refs:OP_DFDY (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_gm107.cpp | 234 case OP_DFDY: in handleDFDX() 369 case OP_DFDY: in visit()
|
D | nv50_ir_target_nv50.cpp | 107 { OP_DFDY, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
|
D | nv50_ir_target_nvc0.cpp | 134 { OP_DFDY, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0 },
|
D | nv50_ir.h | 146 OP_DFDY, enumerator
|
D | nv50_ir_emit_nv50.cpp | 2117 case OP_DFDY: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2697 case OP_DFDY: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2891 case OP_DFDY: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 415 return OP_DFDY; in getOperation()
|