Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h45 set_gradient_h = FETCH_OP_SET_GRADIENTS_H, enumerator
Dsfn_instruction_tex.cpp116 case set_gradient_h: return "SET_GRADIENTS_H"; in opname()
Dsfn_emittexinstruction.cpp163 TexInstruction *irgh = new TexInstruction(TexInstruction::set_gradient_h, empty_dst, tex_src.ddx, in emit_cube_txd()
456 TexInstruction *irgh = new TexInstruction(TexInstruction::set_gradient_h, empty_dst, src.ddx, in emit_tex_txd()