Home
last modified time | relevance | path

Searched refs:set_gradient_h (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h48 set_gradient_h = FETCH_OP_SET_GRADIENTS_H, enumerator
Dsfn_instr_tex.cpp178 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()