Searched refs:OP_DFDX (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_gm107.cpp | 230 case OP_DFDX: in handleDFDX() 368 case OP_DFDX: in visit()
|
D | nv50_ir_target_nv50.cpp | 106 { OP_DFDX, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
|
D | nv50_ir_target_nvc0.cpp | 133 { OP_DFDX, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0 },
|
D | nv50_ir.h | 145 OP_DFDX, enumerator
|
D | nv50_ir_emit_nv50.cpp | 2114 case OP_DFDX: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2694 case OP_DFDX: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2888 case OP_DFDX: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 411 return OP_DFDX; in getOperation()
|