Searched refs:set_gradient_h (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_tex.h | 48 set_gradient_h = FETCH_OP_SET_GRADIENTS_H, enumerator
|
D | sfn_instr_tex.cpp | 178 case set_gradient_h: return "SET_GRADIENTS_H"; in opname() 210 {set_gradient_h,"SET_GRADIENTS_H"}, 704 auto irgh = new TexInstr(set_gradient_h, empty_dst, {7,7,7,7}, src.ddx, in emit_tex_txd()
|